Skip to content

Commit 5a9fce0

Browse files
authored
release(main): v0.44.0 (#1499)
🤖 I have created a release *beep* *boop* --- ## 0.44.0 (2026-02-27) <!-- Release notes generated using configuration in .github/release.yaml at main --> ## What's Changed ### Exciting New Features 🎉 * feat: support registry addon PersistentVolume expansion by @dkoshkin in #1454 * feat: Require every NTP server to be a unique IP or DNS name by @dlipovetsky in #1492 * feat: Preflight checks for validating pod and service CIDRs by @legacyrj in #1493 ### Fixes 🔧 * fix: Skip preflight when only spec change is paused field by @dlipovetsky in #1485 * fix: changing self-hosted runners for CI jobs by @abhay-nutanix in #1494 **Full Changelog**: v0.43.0...v0.44.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 b0db8eb commit 5a9fce0

File tree

6 files changed

+27
-5
lines changed

6 files changed

+27
-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.43.0"
2+
".": "0.44.0"
33
}

CHANGELOG.md

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

3+
## 0.44.0 (2026-02-27)
4+
5+
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6+
7+
## What's Changed
8+
### Exciting New Features 🎉
9+
* feat: support registry addon PersistentVolume expansion by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1454
10+
* feat: Require every NTP server to be a unique IP or DNS name by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1492
11+
* feat: Preflight checks for validating pod and service CIDRs by @legacyrj in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1493
12+
### Fixes 🔧
13+
* fix: Skip preflight when only spec change is paused field by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1485
14+
* fix: changing self-hosted runners for CI jobs by @abhay-nutanix in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1494
15+
16+
17+
**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.43.0...v0.44.0
18+
319
## 0.43.0 (2026-02-10)
420

521
<!-- 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.43.0"
74+
version = "0.44.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
@@ -130,3 +130,6 @@ releaseSeries:
130130
- contract: v1beta1
131131
major: 0
132132
minor: 43
133+
- contract: v1beta1
134+
major: 0
135+
minor: 44

test/e2e/config/caren.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ providers:
140140
versions:
141141
# Upgrade e2e tests will use this as the "upgrade from" version.
142142
# This should reference the most recent successful release.
143-
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.42}"
144-
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.42}/runtime-extensions-components.yaml"
143+
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.43}"
144+
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.43}/runtime-extensions-components.yaml"
145145
type: "url"
146146
contract: v1beta1
147147
files:
@@ -151,7 +151,7 @@ providers:
151151
new: "--v=8"
152152
- old: --metrics-addr=127.0.0.1:8080
153153
new: --metrics-addr=:8080
154-
- name: v0.44.99 # "vNext"; use manifests from local source files
154+
- name: v0.45.99 # "vNext"; use manifests from local source files
155155
value: "file://../../../runtime-extensions-components.yaml"
156156
type: "url"
157157
contract: v1beta1

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,6 @@ releaseSeries:
121121
- contract: v1beta1
122122
major: 0
123123
minor: 44
124+
- contract: v1beta1
125+
major: 0
126+
minor: 45

0 commit comments

Comments
 (0)