Skip to content

Commit e1f6d5d

Browse files
authored
release(main): v0.31.0 (#1197)
🤖 I have created a release *beep* *boop* --- ## 0.31.0 (2025-07-03) <!-- Release notes generated using configuration in .github/release.yaml at main --> ## What's Changed ### Exciting New Features 🎉 * feat: Allow configuration of kube-proxy mode on cluster creation by @jimmidyson in #1163 * feat: auto enable registry addon in workload clusters by @dkoshkin in #1175 * feat(ntp): Configure NTP for clusters by @thunderboltsid in #1185 * feat: adds a generic checker package with registry and mirror checks by @faiq in #1186 * feat: deploy registry syncer for workload clusters by @dkoshkin in #1189 * feat(preflight): Add VM Image kubernetes version check by @thunderboltsid in #1172 * feat: CAREN support for NutanixFailureDomain by @yanhua121 in #1192 ### Fixes 🔧 * fix: Do not run preflight checks if Cluster is paused by @dlipovetsky in #1181 * fix: misc fixes to the preflight framework by @dlipovetsky in #1188 * fix(preflight): improved error reporting for storage container and VM image checks by @thunderboltsid in #1180 * fix(file): rename test/request/capa.go and test/request/capx.go by @thunderboltsid in #1193 * fix: Move preflight skip annotation constants to api module by @dlipovetsky in #1187 * fix: Include correct field name in registry preflight check results by @dlipovetsky in #1194 * fix: add tolerations and nodeAffinity overrides for registry addon by @supershal in #1183 * fix: include GenericNodeSpec in aggregate type by @dkoshkin in #1182 * fix: Do not treat expected preflight check failures as internal errors by @dlipovetsky in #1195 ## New Contributors * @yanhua121 made their first contribution in #1192 **Full Changelog**: v0.30.0...v0.31.0 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent b24b411 commit e1f6d5d

File tree

6 files changed

+40
-5
lines changed

6 files changed

+40
-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.30.0"
2+
".": "0.31.0"
33
}

CHANGELOG.md

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

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+
332
## 0.30.0 (2025-06-24)
433

534
<!-- 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.30.0"
74+
version = "0.31.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
@@ -91,3 +91,6 @@ releaseSeries:
9191
- contract: v1beta1
9292
major: 0
9393
minor: 30
94+
- contract: v1beta1
95+
major: 0
96+
minor: 31

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.29}"
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.29}/runtime-extensions-components.yaml"
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"
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.31.99 # "vNext"; use manifests from local source files
150+
- name: v0.32.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
@@ -82,3 +82,6 @@ releaseSeries:
8282
- contract: v1beta1
8383
major: 0
8484
minor: 31
85+
- contract: v1beta1
86+
major: 0
87+
minor: 32

0 commit comments

Comments
 (0)