v1.32.X
Upgrade Notice
Before upgrading from earlier releases, be sure to read the Kubernetes Urgent Upgrade Notes.
Version | Release date | Kubernetes | Kine | SQLite | Etcd | Containerd | Runc | Flannel | Metrics-server | Traefik | CoreDNS | Helm-controller | Local-path-provisioner |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
v1.32.3+k3s1 | Mar 25 2025 | v1.32.3 | v0.13.9 | 3.46.1 | v3.5.19-k3s1 | v2.0.4-k3s2 | v1.2.5 | v0.25.7 | v0.7.2 | v3.3.2 | v1.12.0 | v0.16.6 | v0.0.31 |
v1.32.2+k3s1 | Feb 27 2025 | v1.32.2 | v0.13.9 | 3.46.1 | v3.5.18-k3s1 | v2.0.2-k3s2 | v1.2.4-k3s1 | v0.25.7 | v0.7.2 | v3.3.2 | v1.12.0 | v0.16.6 | v0.0.31 |
v1.32.1+k3s1 | Jan 28 2025 | v1.32.1 | v0.13.5 | 3.46.1 | v3.5.16-k3s1 | v1.7.23-k3s2 | v1.2.4-k3s1 | v0.25.7 | v0.7.2 | v2.11.18 | v1.12.0 | v0.16.5 | v0.0.30 |
v1.32.0+k3s1 | Jan 10 2025 | v1.32.0 | v0.13.5 | 3.46.1 | v3.5.16-k3s1 | v1.7.23-k3s2 | v1.2.1-k3s1 | v0.25.7 | v0.7.2 | v2.11.10 | v1.12.0 | v0.16.5 | v0.0.30 |
Release v1.32.3+k3s1
This release updates Kubernetes to v1.32.3, and fixes a number of issues.
For more details on what's new, see the Kubernetes release notes.
Changes since v1.32.2+k3s1:
- Revert "Add ability to pass configuration options to flannel backend" (#11867)
- Backport Docker + E2E testing PRs for 2025 March (#11888)
- Backports for 2025-03 (#11919)
- Bump klipper-lb image to v0.4.13 (#11930)
- Fix syncing empty list of apiserver addresses during initial startup (#11953)
- Update to v1.32.3-k3s1 (#11960)
- Update Kubernetes to v1.32.3-k3s2 (#11968)
- Fix skew test for release candidates (#11991)
- Bump to containerd v2.0.4 (#12003)
- Fix upgrade test container version (#12000)
Release v1.32.2+k3s1
This release updates Kubernetes to v1.32.2, and fixes a number of issues.
For more details on what's new, see the Kubernetes release notes.
Changes since v1.32.1+k3s1:
- Correct the k3s token command help (#11686)
- Jan 2025 Testing Overhaul, E2E to Docker Migration, (#11723)
- Backports for 2025-02 (#11730)
- Align the CLI-reported default
--etcd-snapshot-dir
value with the actual one (server
,etcd-snapshot
commands). - Disable s3 transport transparent compression/decompression
- Etcd snapshot backup/restore now supports loading s3 credentials from an AWS SDK shared credentials file.
- Bump klipper-helm to v0.9.4
- Bump klipper-lb to v0.4.10
- Bump spegel to v0.0.30
- Bump local-path-provisioner to v0.0.31
- Bump kine to v0.13.8
- Bump etcd to v3.5.18
- Bump traefik to 3.3.2
- Containerd has been bumped to version 2.0.
- The containerd config templates for linux and windows have been consolidated and are no longer os-specific.
- Containerd 2.0 uses a new config file schema. If you are using a custom containerd config template, you should migrate your template to
config-v3.toml.tmpl
to switch to the new version. See the upstream documentation for more information.
- Align the CLI-reported default
- Update to v1.32.2-k3s1 and Go 1.23.6 (#11788)
- Render CNI dir config whenever vars are set (#11819)
- Bump containerd for go-cni deadlock fix (#11833)