This release updates Kubernetes to v1.30.6.
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.30.5+rke2r1:
- Fixed windows CNI setup in case cni none is configured (#6832)
- Fix e2e test bug in mixedosbgp (#6844)
- Bump Calico v3.28.2 (#6879)
- Add trivy scanning to PR reports (#6837)
- Fix typo in dispatch workflow (#6895)
- Bump coredns chart (#6903)
- Fix uninstall for amazon linux 2 (#6919)
- Update to Cilium v1.16.2 (#6938)
- Bump traefik to chart 27.0.2 (#6958)
- Update Canal to v3.28.2-build2024100300 and Flannel to v0.25.7 (#6972)
- Bump containerd to v1.7.22 (#7002)
- Ingress-nginx and rke2-cloud-provider bumps (#6992)
- Bump csi snapshot charts (#7024)
- Update multus to v4.1.2 (#7019)
- Bump k3s (#7033)
- Bump Harvester CSI driver v0.1.20 (#7048)
- Bump Harvester-csi-driver v0.1.20
- Bump K3s/CCM version (#7057)
- Add org.opencontainers.image url and source labels to dockerfiles (#7063)
- Bump CSI snapshot controller chart for CRD updates (#7069)
- Rke2-runtime signing and manifests (#7089) (#7101)
- Update hardened chart images (#7097)
- October K8s patch (#7105)
- Update crictl source image for CVE bump (#7115)
- Bump coredns chart and image (#7085)
- Fix hardened-flannel airgap image for rke2-flannel (#7120)
- Fix release workflow (#7125)
- Use buildkit (#7132)
- Fix publish windows runtime (#7146)
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.0-rancher100 |
rancher-vsphere-cpi | 1.8.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.30.6 |
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.