From 6613a446a098d21fdb8f77702e01e546812c6077 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Mon, 23 Dec 2024 13:10:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20v1.8.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Bรผringer buringerst@vmware.com --- CHANGELOG/v1.8.8.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CHANGELOG/v1.8.8.md 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!_ ๐Ÿ˜Š