diff --git a/CHANGELOG/v1.8.8.md b/CHANGELOG/v1.8.8.md new file mode 100644 index 000000000000..9f625a84fe4d --- /dev/null +++ b/CHANGELOG/v1.8.8.md @@ -0,0 +1,30 @@ +## 👌 Kubernetes version support + +- Management Cluster: v1.27.x -> v1.31.x +- Workload Cluster: v1.25.x -> v1.31.x + +[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html) + +## Changes since v1.8.7 +## :chart_with_upwards_trend: Overview +- 2 new commits merged +- 1 bug fixed 🐛 + +## :bug: Bug Fixes +- ClusterClass: Export runtime.Client interface and cache package (#11613) + +## :seedling: Others +- Dependency: Bump to golang.org/x/net v0.23.0 (#11619) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +- golang.org/x/net: v0.27.0 → v0.33.0 + +### Removed +_Nothing has changed._ + +_Thanks to all our contributors!_ 😊