|
| 1 | +## 👌 Kubernetes version support |
| 2 | + |
| 3 | +- Management Cluster: v1.28.x -> v1.32.x |
| 4 | +- Workload Cluster: v1.26.x -> v1.32.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.9 |
| 9 | +## :chart_with_upwards_trend: Overview |
| 10 | +- 20 new commits merged |
| 11 | +- 5 bugs fixed 🐛 |
| 12 | + |
| 13 | +## :bug: Bug Fixes |
| 14 | +- CAPIM: Fix periodic resync in in-memory provider (#11670) |
| 15 | +- Clustercache: Prevent concurrent map read/write when creating a cache (#11709) |
| 16 | +- Machine: Sort list of pre-drain hooks for stable condition messages (#11625) |
| 17 | +- Release: Fix broken links in release team handbooks (#11654) |
| 18 | +- util: Also patch external refs if the UID differs (#11689) |
| 19 | + |
| 20 | +## :seedling: Others |
| 21 | +- CAPIM: Inmemory: fix watch to continue serving based on resourceVersion parameter (#11710) |
| 22 | +- clusterctl: Add Infrastructure provider Harvester (#11653) |
| 23 | +- Conditions: Fix formatting of blocking lifecycle hook condition message (#11669) |
| 24 | +- Conditions: Fix log messages in Cluster set status code + some minor unit test fixes (#11640) |
| 25 | +- Dependency: Bump envtest to v1.32.0 (#11641) |
| 26 | +- Dependency: Bump github.com/coredns/corefile-migration to v1.0.25 (#11676) |
| 27 | +- Dependency: Bump to controller-runtime v0.19.4 (#11645) |
| 28 | +- KCP: Stop recreating logger for etcd client (#11672) |
| 29 | +- Logging: Reduce log level of noisy logs in ExtensionConfig and Cluster controller (#11668) |
| 30 | +- Machine: Improve Machine create and delete logs (#11712) |
| 31 | +- MachineHealthCheck: Improve Machine remediation logs (#11706) |
| 32 | +- util: Call patchHelper only if necessary when reconciling external refs (#11675) |
| 33 | +- util: PatchHelper: call toUnstructured only if necessary (#11673) |
| 34 | + |
| 35 | +:book: Additionally, there have been 2 contributions to our documentation and book. (#11627, #11701) |
| 36 | + |
| 37 | +## Dependencies |
| 38 | + |
| 39 | +### Added |
| 40 | +_Nothing has changed._ |
| 41 | + |
| 42 | +### Changed |
| 43 | +- github.com/coredns/corefile-migration: [v1.0.24 → v1.0.25](https://github.com/coredns/corefile-migration/compare/v1.0.24...v1.0.25) |
| 44 | +- sigs.k8s.io/controller-runtime: v0.19.3 → v0.19.4 |
| 45 | + |
| 46 | +### Removed |
| 47 | +_Nothing has changed._ |
| 48 | + |
| 49 | +_Thanks to all our contributors!_ 😊 |
0 commit comments