Skip to content

Commit

Permalink
release(main): v0.23.2 (#980)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 0.23.2 (2024-11-27)

<!-- Release notes generated using configuration in .github/release.yaml
at main -->

## What's Changed
### Other Changes
* build: Latest devbox update by @jimmidyson in
#978
* build: Add CAREN release to cluster class artifacts by @jimmidyson in
#979
* build: Only consider GA releases of k8s for CoreDNS version map by
@jimmidyson in
#981


**Full Changelog**:
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>
  • Loading branch information
jimmidyson and github-actions[bot] authored Dec 2, 2024
1 parent f5ecd46 commit 8e2b307
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.23.1"
".": "0.24.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.24.0 (2024-12-02)

<!-- Release notes generated using configuration in .github/release.yaml at main -->

## 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)

<!-- Release notes generated using configuration in .github/release.yaml at main -->
Expand Down
2 changes: 1 addition & 1 deletion docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ releaseSeries:
- contract: v1beta1
major: 0
minor: 23
- contract: v1beta1
major: 0
minor: 24
6 changes: 3 additions & 3 deletions test/e2e/config/caren.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions test/e2e/data/shared/v1beta1-caren/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ releaseSeries:
- contract: v1beta1
major: 0
minor: 24
- contract: v1beta1
major: 0
minor: 25

0 comments on commit 8e2b307

Please sign in to comment.