diff --git a/CHANGELOG/v1.9.2.md b/CHANGELOG/v1.9.2.md new file mode 100644 index 000000000000..c178f5773d3b --- /dev/null +++ b/CHANGELOG/v1.9.2.md @@ -0,0 +1,29 @@ +## 👌 Kubernetes version support + +- Management Cluster: v1.28.x -> v1.32.x +- Workload Cluster: v1.26.x -> v1.32.x + +[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html) + +## Changes since v1.9.1 +## :chart_with_upwards_trend: Overview +- 4 new commits merged + +## :seedling: Others +- Cluster: Reconcile topology only when necessary (#11606) +- KCP: Improve KCP scale up when using failure domains (#11604) +- Runtime SDK: Cache DiscoveryVariables calls (#11599) +- util: Add TypedAll, ResourceIsUnchanged and TypedResourceIsUnchanged predicates (#11603) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +_Nothing has changed._ + +### Removed +_Nothing has changed._ + +_Thanks to all our contributors!_ 😊