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 boostrap nodes (#8454)
- Fix spellcheck problem (boostrap ==> bootstrap) (#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)
Embedded Component Versions
Component | Version |
---|---|
Kubernetes | v1.25.15 |
Kine | v0.10.3 |
SQLite | 3.42.0 |
Etcd | v3.5.3-k3s1 |
Containerd | v1.7.7-k3s1 |
Runc | v1.1.8 |
Flannel | v0.22.2 |
Metrics-server | v0.6.3 |
Traefik | v2.10.5 |
CoreDNS | v1.10.1 |
Helm-controller | v0.15.4 |
Local-path-provisioner | v0.0.24 |
Helpful Links
As always, we welcome and appreciate feedback from our community of users. Please feel free to:
- Open issues here
- Join our Slack channel
- Check out our documentation for guidance on how to get started or to dive deep into K3s.
- Read how you can contribute here