Skip to content

Commit 71f8cc2

Browse files
jimmidysongithub-actions[bot]dkoshkin
authored
release(main): v0.33.0 (#1239)
🤖 I have created a release *beep* *boop* --- ## 0.33.0 (2025-07-28) <!-- Release notes generated using configuration in .github/release.yaml at main --> ## What's Changed ### Exciting New Features 🎉 * feat: Reserve time to return preflight results before webhook timeout by @dlipovetsky in #1235 * feat: Support context for all Nutanix client calls by @dlipovetsky in #1234 * feat: Support AWS PlacementGroups by @jimmidyson in #1219 ### Fixes 🔧 * fix(webhook): Update cluster webhook to validate failure domains by @thunderboltsid in #1233 * fix: More fixes to preflight result messages and fields by @dlipovetsky in #1240 * fix(deps): udpate CAPX to v1.7.0-beta.5 by @thunderboltsid in #1241 ### Other Changes * build: Use GH client and token for coredns version mapping by @jimmidyson in #1238 * build: Update all tools by @jimmidyson in #1237 **Full Changelog**: v0.32.0...v0.33.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: Dimitri Koshkin <[email protected]>
1 parent 02d0626 commit 71f8cc2

File tree

6 files changed

+31
-5
lines changed

6 files changed

+31
-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.32.0"
2+
".": "0.33.0"
33
}

CHANGELOG.md

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

3+
## 0.33.0 (2025-07-28)
4+
5+
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6+
7+
## What's Changed
8+
### Exciting New Features 🎉
9+
* feat: Reserve time to return preflight results before webhook timeout by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1235
10+
* feat: Support context for all Nutanix client calls by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1234
11+
* feat: Support AWS PlacementGroups by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1219
12+
### Fixes 🔧
13+
* fix(webhook): Update cluster webhook to validate failure domains by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1233
14+
* fix: More fixes to preflight result messages and fields by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1240
15+
* fix(deps): udpate CAPX to v1.7.0-beta.5 by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1241
16+
### Other Changes
17+
* build: Use GH client and token for coredns version mapping by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1238
18+
* build: Update all tools by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1237
19+
20+
21+
**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.32.0...v0.33.0
22+
323
## 0.32.0 (2025-07-23)
424

525
<!-- 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.32.0"
74+
version = "0.33.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
@@ -97,3 +97,6 @@ releaseSeries:
9797
- contract: v1beta1
9898
major: 0
9999
minor: 32
100+
- contract: v1beta1
101+
major: 0
102+
minor: 33

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.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"
139+
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.32}"
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.32}/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.33.99 # "vNext"; use manifests from local source files
150+
- name: v0.34.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
@@ -88,3 +88,6 @@ releaseSeries:
8888
- contract: v1beta1
8989
major: 0
9090
minor: 33
91+
- contract: v1beta1
92+
major: 0
93+
minor: 34

0 commit comments

Comments
 (0)