From a05c5554747ecc994526fd80d5271d55d04be585 Mon Sep 17 00:00:00 2001 From: willie-yao Date: Mon, 11 Mar 2024 18:30:46 +0000 Subject: [PATCH] Add release v1.5.7 --- CHANGELOG/v1.5.7.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG/v1.5.7.md diff --git a/CHANGELOG/v1.5.7.md b/CHANGELOG/v1.5.7.md new file mode 100644 index 000000000000..0c8e6447a71b --- /dev/null +++ b/CHANGELOG/v1.5.7.md @@ -0,0 +1,28 @@ +## 👌 Kubernetes version support + +- Management Cluster: v1.24.x -> v1.28.x +- Workload Cluster: v1.22.x -> v1.28.x + +[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html) + +## Changes since v1.5.6 +## :chart_with_upwards_trend: Overview +- 6 new commits merged +- 1 bug fixed 🐛 + +## :bug: Bug Fixes +- e2e: Test: retry GetOwnerGraph when having certificate issues (#10218) + +## :seedling: Others +- CABPK: Add pod metadata to capbk manager (#10213) +- Dependency: Bump go version to 1.21.8 (#10247) +- Release: Improve release-staging build (#10227) +- Release: Read in dockerfiles from stdin (#10210) + +:book: Additionally, there has been 1 contribution to our documentation and book. (#10234) + +## Dependencies + +No dependency changes in this release. + +_Thanks to all our contributors!_ 😊