v1.25.X
Upgrade Notice
Before upgrading from earlier releases, be sure to read the Kubernetes Urgent Upgrade Notes.
Release v1.25.16+k3s4
This release updates Kubernetes to v1.25.16, and fixes a number of issues.
For more details on what's new, see the Kubernetes release notes.
Changes since v1.25.15+k3s2:
- Etcd status condition (#8819)
- Backports for 2023-11 release (#8880)
- New timezone info in Docker image allows the use of
spec.timeZone
in CronJobs - Bumped kine to v0.11.0 to resolve issues with postgres and NATS, fix performance of watch channels under heavy load, and improve compatibility with the reference implementation.
- Containerd may now be configured to use rdt or blockio configuration by defining
rdt_config.yaml
orblockio_config.yaml
files. - Add agent flag disable-apiserver-lb, agent will not start load balance proxy.
- Improved ingress IP ordering from ServiceLB
- Disable helm CRD installation for disable-helm-controller
- Omit snapshot list configmap entries for snapshots without extra metadata
- Add jitter to client config retry to avoid hammering servers when they are starting up
- New timezone info in Docker image allows the use of
- Handle nil pointer when runtime core is not ready in etcd (#8889)
- Improve dualStack log (#8867)
- Bump dynamiclistener; reduce snapshot controller log spew (#8904)
- Bumped dynamiclistener to address a race condition that could cause a server to fail to sync its certificates into the Kubernetes secret
- Reduced etcd snapshot log spam during initial cluster startup
- Fix etcd snapshot S3 issues (#8939)
- Don't apply S3 retention if S3 client failed to initialize
- Don't request metadata when listing S3 snapshots
- Print key instead of file path in snapshot metadata log message
- Update to v1.25.16 (#8923)
- Remove s390x steps temporarily since runners are disabled (#8993)
- Remove s390x from manifest script (#8994)
Release v1.25.15+k3s2
This release updates Kubernetes to v1.25.15, and fixes a number of issues.
For more details on what's new, see the Kubernetes release notes.
Changes since v1.25.15+k3s1:
- E2E Domain Drone Cleanup (#8584)
- Fix SystemdCgroup in templates_linux.go (#8767)
- Fixed an issue with identifying additional container runtimes
- Update traefik chart to v25.0.0 (#8777)
- Update traefik to fix registry value (#8791)
Release v1.25.15+k3s1
This release updates Kubernetes to v1.25.15, and fixes a number of issues.
For more details on what's new, see the Kubernetes release notes.
Changes since v1.25.14+k3s1:
- Fix error reporting (#8413)
- Add context to flannel errors (#8421)
- Testing Backports for September (#8301)
- Include the interface name in the error message (#8437)
- Add extraArgs to tailscale (#8466)
- Update kube-router (#8445)
- Added error when cluster reset while using server flag (#8457)
- The user will receive a error when --cluster-reset with the --server flag
- Cluster reset from non bootstrap nodes (#8454)
- Fix spellcheck problem (#8511)
- Take IPFamily precedence based on order (#8506)
- Network defaults are duplicated, remove one (#8553)
- Advertise address integration test (#8518)
- Fixed tailscale node IP dualstack mode in case of IPv4 only node (#8560)
- Server Token Rotation (#8578)
- Users can now rotate the server token using
k3s token rotate -t <OLD_TOKEN> --new-token <NEW_TOKEN>
. After command succeeds, all server nodes must be restarted with the new token.
- Users can now rotate the server token using
- Clear remove annotations on cluster reset (#8589)
- Fixed an issue that could cause k3s to attempt to remove members from the etcd cluster immediately following a cluster-reset/restore, if they were queued for removal at the time the snapshot was taken.
- Use IPv6 in case is the first configured IP with dualstack (#8599)
- Backports for 2023-10 release (#8617)
- Update kube-router package in build script (#8636)
- Add etcd-only/control-plane-only server test and fix control-plane-only server crash (#8644)
- Windows agent support (#8646)
- Use
version.Program
not K3s in token rotate logs (#8654) - Add --image-service-endpoint flag (#8279) (#8664)
- Add
--image-service-endpoint
flag to specify an external image service socket.
- Add
- Backport etcd fixes (#8692)
- Re-enable etcd endpoint auto-sync
- Manually requeue configmap reconcile when no nodes have reconciled snapshots
- Update to v1.25.15 and Go to v1.20.10 (#8679)
- Fix s3 snapshot restore (#8735)