Skip to content

Commit cda1065

Browse files
github-actions[bot]jimmidyson
authored andcommitted
release(main): v0.32.0
1 parent f2fab91 commit cda1065

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
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.

0 commit comments

Comments
 (0)