From 9a32d1cc22fad0452ce27c465db31ae5d3e7c8f7 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Wed, 14 Aug 2024 06:55:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20v1.8.1?= 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.1.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 CHANGELOG/v1.8.1.md diff --git a/CHANGELOG/v1.8.1.md b/CHANGELOG/v1.8.1.md new file mode 100644 index 000000000000..fadcd4bf518a --- /dev/null +++ b/CHANGELOG/v1.8.1.md @@ -0,0 +1,38 @@ +## 👌 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) + +## Highlights + +* Support for Kubernetes v1.31 + +## Changes since v1.8.0 +## :chart_with_upwards_trend: Overview +- 3 new commits merged +- 1 feature addition ✨ +- 1 bug fixed 🐛 + +## :sparkles: New Features +- Testing: Bump Kubernetes in tests to v1.31.0 and claim support for v1.31 (#11053) + +## :bug: Bug Fixes +- Dependency: Update controller-runtime dependency to v0.18.5 (#11046) + +## :seedling: Others +- clusterctl: Improve clusterctl client config logic & error message (#11052) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +- sigs.k8s.io/controller-runtime: v0.18.4 → v0.18.5 + +### Removed +_Nothing has changed._ + +_Thanks to all our contributors!_ 😊