From cf8cc70985add59fe20ad8d4210c0165ffce03d9 Mon Sep 17 00:00:00 2001 From: chandankumar4 Date: Tue, 8 Oct 2024 12:41:45 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20v1.7.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chandankumar4 --- CHANGELOG/v1.7.7.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CHANGELOG/v1.7.7.md diff --git a/CHANGELOG/v1.7.7.md b/CHANGELOG/v1.7.7.md new file mode 100644 index 000000000000..b91c71cc79fc --- /dev/null +++ b/CHANGELOG/v1.7.7.md @@ -0,0 +1,34 @@ +## 👌 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) + +## Changes since v1.7.6 +## :chart_with_upwards_trend: Overview +- 6 new commits merged +- 1 bug fixed 🐛 + +## :bug: Bug Fixes +- CI: Hack: fix the shell used when running pr-verify (#11171) + +## :seedling: Others +- CI: Pr-verify: use env var for passing the PR title (#11231) +- CI: Replace kubebuilder-release-tools with new workflow (#11168) +- CI: Switch to using ECR mirror for trivy DB repo in weekly security scan (#11262) +- clusterctl: Bump cert manager to v1.16.0 (#11265) +- clusterctl: Update RKE2 provider URL (#11226) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +_Nothing has changed._ + +### Removed +_Nothing has changed._ + +_Thanks to all our contributors!_ 😊