|
| 1 | +## 👌 Kubernetes version support |
| 2 | + |
| 3 | +- Management Cluster: v1.25.x -> v1.29.x |
| 4 | +- Workload Cluster: v1.23.x -> v1.29.x |
| 5 | + |
| 6 | +[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html) |
| 7 | + |
| 8 | +## Changes since v1.6.3 |
| 9 | +## :chart_with_upwards_trend: Overview |
| 10 | +- 21 new commits merged |
| 11 | +- 8 bugs fixed 🐛 |
| 12 | + |
| 13 | +## :bug: Bug Fixes |
| 14 | +- CI: Fix for TestServerSideApplyWithDefaulting (#10327) |
| 15 | +- ClusterClass: Improve handling of topology orphaned objects (#10326) |
| 16 | +- e2e: Fix kubetest to allow parallel execution on different clusters (#10427) |
| 17 | +- KCP: Delete out of date machines with unhealthy control plane component conditions when rolling out KCP (#10196) |
| 18 | +- KCP: Skip checking `clusterConfiguration.dns` fields when KCP checking MachineNeedRollout (#10303) |
| 19 | +- MachineSet: deletion priority to avoid deleting too many machines (#10431) |
| 20 | +- Runtime SDK: Fix ClusterClass variables status & RuntimeExtension and add test coverage (#10341) |
| 21 | + |
| 22 | +## :seedling: Others |
| 23 | +- CI: Added go directive test (#10348) |
| 24 | +- CI: Set linkchecker base branch to release-1.6 (#10359) |
| 25 | +- ClusterClass: Add ClusterClass variables metadata (#10320) |
| 26 | +- ClusterClass: Implement topology validations for topology kubernetes version upgrades (#10318) |
| 27 | +- ClusterClass: use the alias for ClusterCacheTrackerReader instead of the internal reference (#10319) |
| 28 | +- clusterctl: Bump cert-manager to 1.14.4 (#10272) |
| 29 | +- Dependency: Bump docker to address CVE (#10313) |
| 30 | +- Dependency: Bump golang to v1.21.9 and golang.org/x/net to mitigate CVE-2023-45288 (#10376) |
| 31 | + |
| 32 | +:book: Additionally, there have been 5 contributions to our documentation and book. (#10295, #10338, #10394, #10404, #10416) |
| 33 | + |
| 34 | +## Dependencies |
| 35 | + |
| 36 | +### Added |
| 37 | +_Nothing has changed._ |
| 38 | + |
| 39 | +### Changed |
| 40 | +- golang.org/x/crypto: v0.17.0 → v0.21.0 |
| 41 | +- golang.org/x/net: v0.18.0 → v0.23.0 |
| 42 | +- golang.org/x/sys: v0.15.0 → v0.18.0 |
| 43 | +- golang.org/x/term: v0.15.0 → v0.18.0 |
| 44 | + |
| 45 | +### Removed |
| 46 | +_Nothing has changed._ |
| 47 | + |
| 48 | +_Thanks to all our contributors!_ 😊 |
0 commit comments