From 8b86e8022b3464380578a4a7cbc1d0924ff23eb4 Mon Sep 17 00:00:00 2001 From: willie-yao Date: Tue, 20 Feb 2024 19:14:17 +0000 Subject: [PATCH] Add release v1.5.6 --- CHANGELOG/v1.5.6.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG/v1.5.6.md diff --git a/CHANGELOG/v1.5.6.md b/CHANGELOG/v1.5.6.md new file mode 100644 index 000000000000..078c2a3efdd3 --- /dev/null +++ b/CHANGELOG/v1.5.6.md @@ -0,0 +1,24 @@ +## 👌 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.5 +## :chart_with_upwards_trend: Overview +- 6 new commits merged +- 1 bug fixed 🐛 + +## :bug: Bug Fixes +- ClusterCacheTracker: Fix ClusterCacheTracker memory leak (#10065) + +## :seedling: Others +- clusterctl: Bump cert-manager to v1.14.1 (#10121) +- Community meeting: Promote chrischdi to Cluster API maintainer (#10090) +- Dependency: Bump Go to 1.21.5 (#10153) + +:book: Additionally, there has been 1 contribution to our documentation and book. (#10117) + + +_Thanks to all our contributors!_ 😊