From 3fb490064ea33f5cb995d7178b16823b75a56df5 Mon Sep 17 00:00:00 2001 From: chandankumar4 Date: Tue, 23 Apr 2024 09:44:39 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20v1.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chandankumar4 --- CHANGELOG/v1.7.1.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 CHANGELOG/v1.7.1.md diff --git a/CHANGELOG/v1.7.1.md b/CHANGELOG/v1.7.1.md new file mode 100644 index 000000000000..0cb105d8f41a --- /dev/null +++ b/CHANGELOG/v1.7.1.md @@ -0,0 +1,37 @@ +## 👌 Kubernetes version support + +- Management Cluster: v1.26.x -> v1.30.x +- Workload Cluster: v1.24.x -> v1.30.x + +[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html) + +## Highlights + +* Kubernetes v1.30 is now supported + +## Changes since v1.7.0 +## :chart_with_upwards_trend: Overview +- 8 new commits merged +- 1 bug fixed 🐛 + +## :bug: Bug Fixes +- CAPD: Verify lb config after writing it (#10461) + +## :seedling: Others +- e2e: Export more func in test/e2e/common.go (#10447) +- Testing: Bump Kubernetes in tests to v1.30.0 and claim support for v1.30 (#10465) + +:book: Additionally, there have been 5 contributions to our documentation and book. (#10446, #10448, #10451, #10456, #10470) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +_Nothing has changed._ + +### Removed +_Nothing has changed._ + +_Thanks to all our contributors!_ 😊