From 42a5764be9403b042963a7808e709c2b9f9415f1 Mon Sep 17 00:00:00 2001 From: chandankumar4 Date: Tue, 10 Sep 2024 14:09:59 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20v1.8.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chandankumar4 --- CHANGELOG/v1.8.3.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 CHANGELOG/v1.8.3.md diff --git a/CHANGELOG/v1.8.3.md b/CHANGELOG/v1.8.3.md new file mode 100644 index 000000000000..3ec86055457b --- /dev/null +++ b/CHANGELOG/v1.8.3.md @@ -0,0 +1,33 @@ +## 👌 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.2 +## :chart_with_upwards_trend: Overview +- 4 new commits merged +- 1 bug fixed 🐛 + +## :bug: Bug Fixes +- KCP: Make KCP pre-terminate hook more robust (#11164) + +## :seedling: Others +- Dependency: Bump to Go 1.22.7 (#11157) +- e2e: Test/e2e: increase concurrency (#11144) + +:book: Additionally, there has been 1 contribution to our documentation and book. (#11154) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +_Nothing has changed._ + +### Removed +_Nothing has changed._ + +_Thanks to all our contributors!_ 😊