|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.31.0 (2025-07-03) |
| 4 | + |
| 5 | +<!-- Release notes generated using configuration in .github/release.yaml at main --> |
| 6 | + |
| 7 | +## What's Changed |
| 8 | +### Exciting New Features 🎉 |
| 9 | +* feat: Allow configuration of kube-proxy mode on cluster creation by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1163 |
| 10 | +* feat: auto enable registry addon in workload clusters by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1175 |
| 11 | +* feat(ntp): Configure NTP for clusters by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1185 |
| 12 | +* feat: adds a generic checker package with registry and mirror checks by @faiq in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1186 |
| 13 | +* feat: deploy registry syncer for workload clusters by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1189 |
| 14 | +* feat(preflight): Add VM Image kubernetes version check by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1172 |
| 15 | +* feat: CAREN support for NutanixFailureDomain by @yanhua121 in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1192 |
| 16 | +### Fixes 🔧 |
| 17 | +* fix: Do not run preflight checks if Cluster is paused by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1181 |
| 18 | +* fix: misc fixes to the preflight framework by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1188 |
| 19 | +* fix(preflight): improved error reporting for storage container and VM image checks by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1180 |
| 20 | +* fix(file): rename test/request/capa.go and test/request/capx.go by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1193 |
| 21 | +* fix: Move preflight skip annotation constants to api module by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1187 |
| 22 | +* fix: Include correct field name in registry preflight check results by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1194 |
| 23 | +* fix: add tolerations and nodeAffinity overrides for registry addon by @supershal in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1183 |
| 24 | +* fix: include GenericNodeSpec in aggregate type by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1182 |
| 25 | +* fix: Do not treat expected preflight check failures as internal errors by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1195 |
| 26 | + |
| 27 | +## New Contributors |
| 28 | +* @yanhua121 made their first contribution in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1192 |
| 29 | + |
| 30 | +**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.30.0...v0.31.0 |
| 31 | + |
3 | 32 | ## 0.30.0 (2025-06-24)
|
4 | 33 |
|
5 | 34 | <!-- Release notes generated using configuration in .github/release.yaml at main -->
|
|
0 commit comments