This release updates Kubernetes to v1.31.2.
Important Note
If your server (control-plane) nodes were not started with the --token
CLI flag or config file key, a randomized token was generated during initial cluster startup. This key is used both for joining new nodes to the cluster, and for encrypting cluster bootstrap data within the datastore. Ensure that you retain a copy of this token, as is required when restoring from backup.
You may retrieve the token value from any server already joined to the cluster:
cat /var/lib/rancher/rke2/server/token
Changes since v1.31.1+rke2r1:
- Fixed windows CNI setup in case cni none is configured (#6831)
- Fix e2e test bug in mixedosbgp (#6843)
- Add trivy scanning to PR reports (#6838)
- Bump Calico v3.28.2 (#6878)
- Fix typo in dispatch workflow (#6894)
- Bump coredns chart (#6904)
- Fix uninstall for amazon linux 2 (#6918)
- Update to Cilium v1.16.2 (#6937)
- Bump traefik to chart 27.0.2 (#6957)
- Bump crictl (#6975)
- Update Canal to v3.28.2-build2024100300 and Flannel to v0.25.7 (#6971)
- Ingress-nginx and rke2-cloud-provider bumps (#6991)
- Bump containerd to v1.7.22 (#7001)
- Bump crictl to v1.31.1-build20241011 (#7010)
- Bump csi snapshot charts (#7023)
- Update multus to v4.1.2 (#7018)
- Bump k3s (#7032)
- Bump Harvester CSI driver v0.1.20 (#7049)
- Bump Harvester-csi-driver v0.1.20
- Bump K3s/CCM version (#7056)
- Add org.opencontainers.image url and source labels to dockerfiles (#7062)
- October 2024 R2 update (#7066)
- Bump CSI snapshot controller chart for CRD updates (#7068)
- Rke2-runtime signing and manifests (#7089) (#7102)
- Update hardened chart images (#7098)
- October K8s patch (#7104)
- Bump coredns chart and image (#7084)
- Fix hardened-flannel airgap image for rke2-flannel (#7121)
- Fix release workflow (#7124)
- Use buildkit (#7133)
- Fix publish windows runtime (#7147)
Charts Versions
Component | Version |
---|---|
rke2-cilium | 1.16.201 |
rke2-canal | v3.28.2-build2024101601 |
rke2-calico | v3.28.200 |
rke2-calico-crd | v3.28.200 |
rke2-coredns | 1.33.002 |
rke2-ingress-nginx | 4.10.501 |
rke2-metrics-server | 3.12.004 |
rancher-vsphere-csi | 3.3.1-rancher100 |
rancher-vsphere-cpi | 1.9.000 |
harvester-cloud-provider | 0.2.600 |
harvester-csi-driver | 0.1.2000 |
rke2-snapshot-controller | 3.0.601 |
rke2-snapshot-controller-crd | 3.0.601 |
rke2-snapshot-validation-webhook | 1.9.001 |
Packaged Component Versions
Component | Version |
---|---|
Kubernetes | v1.31.2 |
Etcd | v3.5.13-k3s1 |
Containerd | v1.7.22-k3s1 |
Runc | v1.1.14 |
Metrics-server | v0.7.1 |
CoreDNS | v1.11.3 |
Ingress-Nginx | v1.10.5-hardened3 |
Helm-controller | v0.16.5 |
Available CNIs
Component | Version | FIPS Compliant |
---|---|---|
Canal (Default) | Flannel v0.25.7 Calico v3.28.2 | Yes |
Calico | v3.28.2 | No |
Cilium | v1.16.2 | No |
Multus | v4.1.2 | No |
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.