This release updates Kubernetes to v1.30.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.30.1+rke2r1:
- Improve rke2-uninstall.ps1 script (#5779)
- Add cilium no proxy e2e test (#5885)
- Apply netpols async with retry (#5909)
- Remove cisnetworkpolicy finalizer when controller is disabled (#5856)
- Update cloud-provider image which now uses scratch as base (#5933)
- Rke2-cloud-provider uses now scratch base image
- Update flannel chart to fix vni error (#5953)
- Use vni=4096 as default for rke2-flannel
- Add a Kine fix when rke2 restart apiserver (#5931)
- Fix apiserver delay to restart when apiserver is using kine
- Fix incorrect wrangler package import (#6007)
- Update channel server for may 2024 (#5951)
- Add extra log in e2e tests (#5955)
- Bump nginx to v1.10.1 (#6022)
- Update rke2-killall.sh (#4111)
- Changed systemctl command from 'restart' to 'try-restart' for fapolicyd in rke2-uninstall.sh (#5811)
- Allow disabling injection of cluster config into HelmCharts (#6010)
- Injection of cluster config variables into HelmChart resources found on disk can now be disabled per-chart by adding a
rke2.cattle.io/inject-cluster-config: "false"
annotation to HelmChart resources, or by setting the RKE2_INJECT_CLUSTER_CONFIG=false environment variable to disable it for all resources that do not set the annotation to false.
- Injection of cluster config variables into HelmChart resources found on disk can now be disabled per-chart by adding a
- Bump multus and whereabouts version (#6015)
- Bump flannel to v0.25.201 and canal to v3.28.0-build2024052800 (#6043)
- Add ADR for branching strategy (#4078)
- Add easy support for single node sqlite with kine (#5954)
- New behavior when --disable-etcd is used without --server, rke2 will use sqlite as the default database
- Bump harvester-cloud-provider v0.2.4 (#5980)
- Bump K3s version for v1.30 (#6073)
- Fix loadManifests function (#6058)
- Bump K3s version for v1.30 (#6104)
- Bump flannel version (#6116)
- Bump flannel cni version to v0.25.3
- Bump containerd to correctly built tag (#6126)
- Improve rke2-uninstall.ps1 (#6098)
- Update to the latest SR-IOV image versions (#5889)
- Bump flannel image in rke2-canal (#6136)
- Slim down E2E artifacts (#6097)
- Add custom golang setup action for better caching (#6144)
- Support MixedOS E2E local testing (#6137)
- Use
rancher/permissions
dependency (#6138) - Bump K3s version for v1.30 (#6164)
- Update flannel version to v0.25.4 (#6172)
- Bump flannel to v0.25.4 to fix windows-vxlan issue
- Update Kubernetes to v1.30.2 (#6191)
- Fix drone pipeline (#6199)
- Update drone build base image (#6206)
- Bump K3s version for v1.30 to fix regression in agent's supervisor port (#6200)
- Bump rke2-ingress-nginx chart to revert watchIngressWithoutClass default (#6216)
- Update hardened kubernetes (#6225)
- Bump K3s version for snapshot fix (#6230)
- Fix issue that allowed multiple simultaneous snapshots to be allowed
- Revert rke2-ingress-nginx bump back to v1.9.6 (#6238)
- Reinstate newest rke2-ingress-nginx (#6253)
- Pass install_type as a string in the mixedos e2e test (#6251)
- Update calico image to v3.28.0-build20240625 (#6257)
Charts Versions
Component | Version |
---|---|
rke2-cilium | 1.15.500 |
rke2-canal | v3.28.0-build2024062503 |
rke2-calico | v3.27.300 |
rke2-calico-crd | v3.27.002 |
rke2-coredns | 1.29.002 |
rke2-ingress-nginx | 4.10.101 |
rke2-metrics-server | 3.12.002 |
rancher-vsphere-csi | 3.1.2-rancher400 |
rancher-vsphere-cpi | 1.7.001 |
harvester-cloud-provider | 0.2.400 |
harvester-csi-driver | 0.1.1700 |
rke2-snapshot-controller | 1.7.202 |
rke2-snapshot-controller-crd | 1.7.202 |
rke2-snapshot-validation-webhook | 1.7.302 |
Packaged Component Versions
Component | Version |
---|---|
Kubernetes | v1.30.2 |
Etcd | v3.5.13-k3s1 |
Containerd | v1.7.17-k3s1 |
Runc | v1.1.12 |
Metrics-server | v0.7.1 |
CoreDNS | v1.11.1 |
Ingress-Nginx | v1.10.1-hardened1 |
Helm-controller | v0.16.1 |
Available CNIs
Component | Version | FIPS Compliant |
---|---|---|
Canal (Default) | Flannel v0.25.4 Calico v3.28.0 | Yes |
Calico | v3.27.3 | No |
Cilium | v1.15.5 | No |
Multus | v4.0.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.