diff --git a/CHANGELOG/v1.9.3.md b/CHANGELOG/v1.9.3.md new file mode 100644 index 000000000000..f739891d0b29 --- /dev/null +++ b/CHANGELOG/v1.9.3.md @@ -0,0 +1,30 @@ +## 👌 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.2 +## :chart_with_upwards_trend: Overview +- 2 new commits merged +- 1 bug fixed 🐛 + +## :bug: Bug Fixes +- ClusterClass: Export runtime.Client interface and cache package (#11612) + +## :seedling: Others +- Dependency: Bump to golang.org/x/net v0.23.0 (#11618) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +- golang.org/x/net: v0.32.0 → v0.33.0 + +### Removed +_Nothing has changed._ + +_Thanks to all our contributors!_ 😊