From 4ad0c239f6864d5f39f5f167f3f0c7cda50c5263 Mon Sep 17 00:00:00 2001 From: Vishal Anarase Date: Tue, 14 May 2024 14:40:23 +0530 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=9A=80=20Release=20v1.7.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vishal Anarase --- CHANGELOG/v1.7.2.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 CHANGELOG/v1.7.2.md diff --git a/CHANGELOG/v1.7.2.md b/CHANGELOG/v1.7.2.md new file mode 100644 index 000000000000..36fcae02cc3d --- /dev/null +++ b/CHANGELOG/v1.7.2.md @@ -0,0 +1,44 @@ +## 👌 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) + +## Highlights + +* Kubernetes v1.30 is now supported + +## Changes since v1.7.1 +## :chart_with_upwards_trend: Overview +- 12 new commits merged +- 3 bugs fixed 🐛 + +## :bug: Bug Fixes +- clusterctl: Ensure cert-manager objects get applied before other provider objects (#10503) +- e2e: Test: Ensure all ownerRef assertions for some Kind are evaluated (#10592) +- e2e: Test: filter cluster-wide objects asserted in ResourceVersion tests to exclude objects of parallel tests (#10570) + +## :seedling: Others +- API: Allow users to specify webhook server cert and key names (#10581) +- clusterctl: Add Tinkerbell to the providers list (#10516) +- clusterctl: Bump cert-manager to 1.14.5 (#10517) +- clusterctl: Clusterctl/client/cert_manager: improve shouldUpgrade (#10497) +- clusterctl: Feat: add support for the linode-linode infrastructure provider to clusterctl (#10512) +- e2e: Ensure resourceVersions are stable (#10548) +- MULTIPLE_AREAS[KCP/MachineSet]: Flag for old infra machine naming (#10587) + +:book: Additionally, there have been 2 contributions to our documentation and book. (#10535, #10536) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +_Nothing has changed._ + +### Removed +_Nothing has changed._ + +_Thanks to all our contributors!_ 😊 From 65126a105264fe4d6ac5f3cefdfad70a45e027bc Mon Sep 17 00:00:00 2001 From: Vishal Anarase Date: Tue, 14 May 2024 15:25:19 +0530 Subject: [PATCH 2/4] Addressed review comments Signed-off-by: Vishal Anarase --- CHANGELOG/v1.7.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/v1.7.2.md b/CHANGELOG/v1.7.2.md index 36fcae02cc3d..9c6735852950 100644 --- a/CHANGELOG/v1.7.2.md +++ b/CHANGELOG/v1.7.2.md @@ -24,7 +24,7 @@ - clusterctl: Add Tinkerbell to the providers list (#10516) - clusterctl: Bump cert-manager to 1.14.5 (#10517) - clusterctl: Clusterctl/client/cert_manager: improve shouldUpgrade (#10497) -- clusterctl: Feat: add support for the linode-linode infrastructure provider to clusterctl (#10512) +- clusterctl: Add support for the linode-linode infrastructure provider to clusterctl (#10512) - e2e: Ensure resourceVersions are stable (#10548) - MULTIPLE_AREAS[KCP/MachineSet]: Flag for old infra machine naming (#10587) From 52ac781870bf487e98d4a20993c7f0b309590aae Mon Sep 17 00:00:00 2001 From: Vishal Anarase Date: Tue, 14 May 2024 17:03:52 +0530 Subject: [PATCH 3/4] Addressed review comments Signed-off-by: Vishal Anarase --- CHANGELOG/v1.7.2.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG/v1.7.2.md b/CHANGELOG/v1.7.2.md index 9c6735852950..efd7cc219604 100644 --- a/CHANGELOG/v1.7.2.md +++ b/CHANGELOG/v1.7.2.md @@ -5,10 +5,6 @@ [More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html) -## Highlights - -* Kubernetes v1.30 is now supported - ## Changes since v1.7.1 ## :chart_with_upwards_trend: Overview - 12 new commits merged From db7d6c07a004302bc8cbd16eb24556b3fe08dfb6 Mon Sep 17 00:00:00 2001 From: Vishal Anarase Date: Tue, 14 May 2024 20:31:33 +0530 Subject: [PATCH 4/4] Addressed review comments Signed-off-by: Vishal Anarase --- CHANGELOG/v1.7.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/v1.7.2.md b/CHANGELOG/v1.7.2.md index efd7cc219604..c2bd8e6ae3cc 100644 --- a/CHANGELOG/v1.7.2.md +++ b/CHANGELOG/v1.7.2.md @@ -22,7 +22,7 @@ - clusterctl: Clusterctl/client/cert_manager: improve shouldUpgrade (#10497) - clusterctl: Add support for the linode-linode infrastructure provider to clusterctl (#10512) - e2e: Ensure resourceVersions are stable (#10548) -- MULTIPLE_AREAS[KCP/MachineSet]: Flag for old infra machine naming (#10587) +- KCP/MachineSet: Flag for old infra machine naming (#10587) :book: Additionally, there have been 2 contributions to our documentation and book. (#10535, #10536)