From 63b1ce5cad99ad9679bf01f151014ffdcd61d15e Mon Sep 17 00:00:00 2001 From: willie-yao Date: Mon, 15 Apr 2024 16:40:21 +0000 Subject: [PATCH] Add release v1.5.8 --- CHANGELOG/v1.5.8.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 CHANGELOG/v1.5.8.md diff --git a/CHANGELOG/v1.5.8.md b/CHANGELOG/v1.5.8.md new file mode 100644 index 000000000000..723c28a4d217 --- /dev/null +++ b/CHANGELOG/v1.5.8.md @@ -0,0 +1,42 @@ +## 👌 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.7 +## :chart_with_upwards_trend: Overview +- 11 new commits merged +- 5 bugs fixed 🐛 + +## :bug: Bug Fixes +- CI: Fix for TestServerSideApplyWithDefaulting (#10344) +- ClusterClass: Improve handling of topology orphaned objects (#10347) +- e2e: fix kubetest to allow parallel execution on different clusters (#10432) +- KCP: Skip checking `clusterConfiguration.dns` fields when KCP checking MachineNeedRollout (#10304) +- MachineSet: deletion priority to avoid deleting too many machines (#10429) + +## :seedling: Others +- CI: Added go directive test (#10349) +- clusterctl: Bump cert-manager to 1.14.4 (#10273) +- Dependency: Bump docker to address CVE (#10316) +- Dependency: Bump golang to v1.21.9 and golang.org/x/net to mitigate CVE-2023-45288 (#10377) + +:book: Additionally, there have been 2 contributions to our documentation and book. (#10296, #10339) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +- golang.org/x/crypto: v0.17.0 → v0.21.0 +- golang.org/x/net: v0.17.0 → v0.23.0 +- golang.org/x/sys: v0.15.0 → v0.18.0 +- golang.org/x/term: v0.15.0 → v0.18.0 + +### Removed +_Nothing has changed._ + +_Thanks to all our contributors!_ 😊