diff --git a/CHANGELOG/v1.9.1.md b/CHANGELOG/v1.9.1.md new file mode 100644 index 000000000000..a0ab17b30e9c --- /dev/null +++ b/CHANGELOG/v1.9.1.md @@ -0,0 +1,44 @@ +## 👌 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) + +## Highlights + +* Support for Kubernetes v1.32 + +## Changes since v1.9.0 +## :chart_with_upwards_trend: Overview +- 11 new commits merged +- 1 feature addition ✨ + +## :sparkles: New Features +- Testing: Bump Kubernetes in tests to v1.32.0 and claim support for v1.32 (#11565) + +## :seedling: Others +- Dependency: Bump golang.org/x/crypto (#11582) +- e2e: Allow e2e scalability test to have custom deletion timeout (#11574) +- e2e: Bump default kind image to v1.32.0 (#11569) +- Machine: Remove solved todo comment (#11567) + +:book: Additionally, there have been 6 contributions to our documentation and book. (#11560, #11561, #11576, #11577, #11583, #11585) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +- golang.org/x/crypto: v0.29.0 → v0.31.0 +- golang.org/x/net: v0.31.0 → v0.32.0 +- golang.org/x/sync: v0.9.0 → v0.10.0 +- golang.org/x/sys: v0.27.0 → v0.28.0 +- golang.org/x/term: v0.26.0 → v0.27.0 +- golang.org/x/text: v0.20.0 → v0.21.0 + +### Removed +_Nothing has changed._ + +_Thanks to all our contributors!_ 😊