From 8e2b30770c64d6976a7990274988d53f9626f169 Mon Sep 17 00:00:00 2001 From: Jimmi Dyson Date: Mon, 2 Dec 2024 13:10:10 +0000 Subject: [PATCH] release(main): v0.23.2 (#980) :robot: I have created a release *beep* *boop* --- ## 0.23.2 (2024-11-27) ## What's Changed ### Other Changes * build: Latest devbox update by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/978 * build: Add CAREN release to cluster class artifacts by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/979 * build: Only consider GA releases of k8s for CoreDNS version map by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/981 **Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.23.1...v0.23.2 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ docs/hugo.toml | 2 +- metadata.yaml | 3 +++ test/e2e/config/caren.yaml | 6 +++--- .../e2e/data/shared/v1beta1-caren/metadata.yaml | 3 +++ 6 files changed, 28 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e31c1517..fc5553b07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.23.1" + ".": "0.24.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3483450c1..b2c392ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 0.24.0 (2024-12-02) + + + +## What's Changed +### Exciting New Features 🎉 +* feat: Auto renewal of control plane certificates patch by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/924 +* feat: Add CAREN version to ExtensionConfig by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/982 +### Other Changes +* build: Latest devbox update by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/978 +* build: Add CAREN release to cluster class artifacts by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/979 +* build: Only consider GA releases of k8s for CoreDNS version map by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/981 +* docs: Fix title of DNS customization page by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/985 + + +**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.23.1...v0.24.0 + ## 0.23.1 (2024-11-14) diff --git a/docs/hugo.toml b/docs/hugo.toml index a99311bcd..0f7f9586f 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -71,7 +71,7 @@ archived_version = false # The version number for the version of the docs represented in this doc set. # Used in the "version-banner" partial to display a version number for the # current doc set. -version = "0.23.1" +version = "0.24.0" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site. diff --git a/metadata.yaml b/metadata.yaml index ffd83e14a..f7d83f896 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -70,3 +70,6 @@ releaseSeries: - contract: v1beta1 major: 0 minor: 23 + - contract: v1beta1 + major: 0 + minor: 24 diff --git a/test/e2e/config/caren.yaml b/test/e2e/config/caren.yaml index 16d4ea289..e976bbf3f 100644 --- a/test/e2e/config/caren.yaml +++ b/test/e2e/config/caren.yaml @@ -136,8 +136,8 @@ providers: versions: # Upgrade e2e tests will use this as the "upgrade from" version. # This should reference the most recent successful release. - - name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.22}" - value: "https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/releases/download/{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.22}/runtime-extensions-components.yaml" + - name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.23}" + value: "https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/releases/download/{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.23}/runtime-extensions-components.yaml" type: "url" contract: v1beta1 files: @@ -147,7 +147,7 @@ providers: new: "--v=8" - old: --metrics-addr=127.0.0.1:8080 new: --metrics-addr=:8080 - - name: v0.24.99 # "vNext"; use manifests from local source files + - name: v0.25.99 # "vNext"; use manifests from local source files value: "file://../../../runtime-extensions-components.yaml" type: "url" contract: v1beta1 diff --git a/test/e2e/data/shared/v1beta1-caren/metadata.yaml b/test/e2e/data/shared/v1beta1-caren/metadata.yaml index b2683cea5..5a9793edd 100644 --- a/test/e2e/data/shared/v1beta1-caren/metadata.yaml +++ b/test/e2e/data/shared/v1beta1-caren/metadata.yaml @@ -61,3 +61,6 @@ releaseSeries: - contract: v1beta1 major: 0 minor: 24 + - contract: v1beta1 + major: 0 + minor: 25