This release updates Kubernetes to v1.28.7.
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.28.6+rke2r1:
- Fix validate-charts script (#5377)
- Windows (#5368)
- Avoid race condition when deleting HNS networks (#5383)
- Add CNI plugin flannel support for Windows (#5394)
- Bump coredns and multus/whereabouts versions (#5400)
- Fix: missing 'ip link delete cilium_wg0' in rke2-killall.sh (#5406)
- Update canal version (#5416)
- Improve calico in windows (#5427)
- Update Calico to v3.27.0 (#5436)
- Update Cilium to 1.15.0 (#5451)
- Backport agent containerd behavior 1.28 (#5457)
- Bump K3s version for v1.28 (#5459)
- Bump harvester-csi-driver to 0.1.7 (#5440)
- Update k8s and Go (#5467)
- Update Cilium to 1.15.1 (#5477)
- Bump rke2-coredns chart (#5497)
- Bump K3s for etcd-only fix (#5502)
- Add new network policy for ingress controller webhook (#5510)
- Backport bugfixes for 2024-02 rc (#5531)
- Bump wharfie to v0.6.6 to add support for bare hostname as endpoint, fix unnecessary namespace param inclusion
- Refactor netpol creation and add two new netpols for metrics-server and snapshot-validation-webhook
Charts Versions
Component | Version |
---|---|
rke2-cilium | 1.15.100 |
rke2-canal | v3.27.0-build2024020601 |
rke2-calico | v3.27.002 |
rke2-calico-crd | v3.27.002 |
rke2-coredns | 1.29.001 |
rke2-ingress-nginx | 4.8.200 |
rke2-metrics-server | 2.11.100-build2023051513 |
rancher-vsphere-csi | 3.0.1-rancher101 |
rancher-vsphere-cpi | 1.5.100 |
harvester-cloud-provider | 0.2.200 |
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.28.7 |
Etcd | v3.5.9-k3s1 |
Containerd | v1.7.11-k3s2 |
Runc | v1.1.12 |
Metrics-server | v0.6.3 |
CoreDNS | v1.11.1 |
Ingress-Nginx | nginx-1.9.3-hardened1 |
Helm-controller | v0.15.8 |
Available CNIs
Component | Version | FIPS Compliant |
---|---|---|
Canal (Default) | Flannel v0.24.2 Calico v3.27.0 | Yes |
Calico | v3.27.0 | No |
Cilium | v1.15.1 | 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.