Skip to content

Commit 17abac1

Browse files
dlipovetskygithub-actions[bot]jimmidyson
authored
release(main): v0.32.0 (#1222)
🤖 I have created a release *beep* *boop* --- ## 0.32.0 (2025-07-23) <!-- Release notes generated using configuration in .github/release.yaml at main --> ## What's Changed ### Exciting New Features 🎉 * feat: Validate the configured failure domain(s) exist and valid by @yanhua121 in #1208 * feat: Add context to preflight check messages by @dlipovetsky in #1210 * feat: Skip FD dependent preflight checks when failureDomain configured by @yanhua121 in #1213 * feat(failuredomains): add failure domain rollout controller by @thunderboltsid in #1207 * feat: Add more context to MetalLB config apply conflict errors by @dlipovetsky in #1225 * feat: Add scale from zero cluster-autoscaler support by @jimmidyson in #1227 ### Fixes 🔧 * fix: Fix typo in field name; use one-line strings to prevent future typos by @dlipovetsky in #1206 * fix: Nuanced image Kubernetes version check errors by @dlipovetsky in #1211 * fix(helm): add failuredomain rollout controller config to helm chart by @thunderboltsid in #1214 * fix(ccm): Update Nutanix CCM to v0.5.2 by @thunderboltsid in #1220 * fix(preflight): check storage containers on all failure domains by @thunderboltsid in #1215 * fix(preflight): ensure MDs without overrides are also checked by @thunderboltsid in #1216 * fix: Use JSONPath in check result fields by @dlipovetsky in #1221 * fix: machineDetails fields "cluster" and "subnets" should be optional by @yanhua121 in #1217 * fix(auto-cert-renewal): adds 0 as valid value for daysBeforeExpiry by @atulv7 in #1218 * fix: Namespacesync copies resources after partial copy failure by @dlipovetsky in #1228 ### Other Changes * build: update mindthegap version by @dkoshkin in #1212 ## New Contributors * @atulv7 made their first contribution in #1218 **Full Changelog**: v0.31.1...v0.32.0 --- 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> Co-authored-by: Jimmi Dyson <jimmidyson@gmail.com>
1 parent f2fab91 commit 17abac1

File tree

6 files changed

+42
-5
lines changed

6 files changed

+42
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.31.1"
2+
".": "0.32.0"
33
}

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 0.32.0 (2025-07-23)
4+
5+
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6+
7+
## What's Changed
8+
### Exciting New Features 🎉
9+
* feat: Validate the configured failure domain(s) exist and valid by @yanhua121 in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1208
10+
* feat: Add context to preflight check messages by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1210
11+
* feat: Skip FD dependent preflight checks when failureDomain configured by @yanhua121 in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1213
12+
* feat(failuredomains): add failure domain rollout controller by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1207
13+
* feat: Add more context to MetalLB config apply conflict errors by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1225
14+
* feat: Add scale from zero cluster-autoscaler support by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1227
15+
### Fixes 🔧
16+
* fix: Fix typo in field name; use one-line strings to prevent future typos by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1206
17+
* fix: Nuanced image Kubernetes version check errors by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1211
18+
* fix(helm): add failuredomain rollout controller config to helm chart by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1214
19+
* fix(ccm): Update Nutanix CCM to v0.5.2 by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1220
20+
* fix(preflight): check storage containers on all failure domains by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1215
21+
* fix(preflight): ensure MDs without overrides are also checked by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1216
22+
* fix: Use JSONPath in check result fields by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1221
23+
* fix: machineDetails fields "cluster" and "subnets" should be optional by @yanhua121 in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1217
24+
* fix(auto-cert-renewal): adds 0 as valid value for daysBeforeExpiry by @atulv7 in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1218
25+
* fix: Namespacesync copies resources after partial copy failure by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1228
26+
### Other Changes
27+
* build: update mindthegap version by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1212
28+
29+
## New Contributors
30+
* @atulv7 made their first contribution in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1218
31+
32+
**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.31.1...v0.32.0
33+
334
## 0.31.1 (2025-07-08)
435

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

docs/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ archived_version = false
7171
# The version number for the version of the docs represented in this doc set.
7272
# Used in the "version-banner" partial to display a version number for the
7373
# current doc set.
74-
version = "0.31.1"
74+
version = "0.32.0"
7575

7676
# A link to latest version of the docs. Used in the "version-banner" partial to
7777
# point people to the main doc site.

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,6 @@ releaseSeries:
9494
- contract: v1beta1
9595
major: 0
9696
minor: 31
97+
- contract: v1beta1
98+
major: 0
99+
minor: 32

test/e2e/config/caren.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ providers:
136136
versions:
137137
# Upgrade e2e tests will use this as the "upgrade from" version.
138138
# This should reference the most recent successful release.
139-
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.30}"
140-
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.30}/runtime-extensions-components.yaml"
139+
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.31}"
140+
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.31}/runtime-extensions-components.yaml"
141141
type: "url"
142142
contract: v1beta1
143143
files:
@@ -147,7 +147,7 @@ providers:
147147
new: "--v=8"
148148
- old: --metrics-addr=127.0.0.1:8080
149149
new: --metrics-addr=:8080
150-
- name: v0.32.99 # "vNext"; use manifests from local source files
150+
- name: v0.33.99 # "vNext"; use manifests from local source files
151151
value: "file://../../../runtime-extensions-components.yaml"
152152
type: "url"
153153
contract: v1beta1

test/e2e/data/shared/v1beta1-caren/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@ releaseSeries:
8585
- contract: v1beta1
8686
major: 0
8787
minor: 32
88+
- contract: v1beta1
89+
major: 0
90+
minor: 33

0 commit comments

Comments
 (0)