From beb787173e27e85aed069a199732e1ab7efb19c1 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Fri, 20 Dec 2024 16:43:09 +0100 Subject: [PATCH] Release v1.8.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Bรผringer buringerst@vmware.com --- CHANGELOG/v1.8.7.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 CHANGELOG/v1.8.7.md diff --git a/CHANGELOG/v1.8.7.md b/CHANGELOG/v1.8.7.md new file mode 100644 index 000000000000..f3a34f1f984a --- /dev/null +++ b/CHANGELOG/v1.8.7.md @@ -0,0 +1,31 @@ +## ๐Ÿ‘Œ 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.6 +## :chart_with_upwards_trend: Overview +- 2 new commits merged + +## :seedling: Others +- Dependency: Bump golang.org/x/crypto (#11580) +- Runtime SDK: Cache DiscoveryVariables calls (#11600) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +- golang.org/x/crypto: v0.25.0 โ†’ v0.31.0 +- golang.org/x/sync: v0.7.0 โ†’ v0.10.0 +- golang.org/x/sys: v0.22.0 โ†’ v0.28.0 +- golang.org/x/term: v0.22.0 โ†’ v0.27.0 +- golang.org/x/text: v0.16.0 โ†’ v0.21.0 + +### Removed +_Nothing has changed._ + +_Thanks to all our contributors!_ ๐Ÿ˜Š