Skip to content

Commit b7e963a

Browse files
dlipovetskygithub-actions[bot]dkoshkin
authored
release(main): v0.26.0 (#1030)
🤖 I have created a release *beep* *boop* --- ## 0.26.0 (2025-02-05) <!-- Release notes generated using configuration in .github/release.yaml at main --> ## What's Changed ### Exciting New Features 🎉 * feat: adds new field for helm values input for cilium CNI by @manoj-nutanix in #1011 * feat: implementation for user defined configmap for cilium addon in cluster creation by @manoj-nutanix in #1033 * feat: update CAPI to v1.9.3 by @dkoshkin in #1010 * feat: adds cluster's ownerref on cilium helm values source object by @manoj-nutanix in #1034 ### Fixes 🔧 * fix: correctly copy Helm charts in init container by @dkoshkin in #1018 * fix: Use mindthegap v1.17.0 for the helm-repository container by @dlipovetsky in #1024 * fix: use republished COSI controller image by @dkoshkin in #1022 ### Other Changes * test: wait for COSI controller to be ready by @dkoshkin in #1014 * refactor: Remove api module dependency from common module by @jimmidyson in #1019 **Full Changelog**: v0.25.0...v0.26.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 a319934 commit b7e963a

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-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.25.0"
2+
".": "0.26.0"
33
}

CHANGELOG.md

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

3+
## 0.26.0 (2025-02-05)
4+
5+
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6+
7+
## What's Changed
8+
### Exciting New Features 🎉
9+
* feat: adds new field for helm values input for cilium CNI by @manoj-nutanix in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1011
10+
* feat: implementation for user defined configmap for cilium addon in cluster creation by @manoj-nutanix in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1033
11+
* feat: update CAPI to v1.9.3 by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1010
12+
* feat: adds cluster's ownerref on cilium helm values source object by @manoj-nutanix in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1034
13+
### Fixes 🔧
14+
* fix: correctly copy Helm charts in init container by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1018
15+
* fix: Use mindthegap v1.17.0 for the helm-repository container by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1024
16+
* fix: use republished COSI controller image by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1022
17+
### Other Changes
18+
* test: wait for COSI controller to be ready by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1014
19+
* refactor: Remove api module dependency from common module by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1019
20+
21+
22+
**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.25.0...v0.26.0
23+
324
## 0.25.0 (2025-01-16)
425

526
<!-- 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.25.0"
74+
version = "0.26.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
@@ -76,3 +76,6 @@ releaseSeries:
7676
- contract: v1beta1
7777
major: 0
7878
minor: 25
79+
- contract: v1beta1
80+
major: 0
81+
minor: 26

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.24}"
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.24}/runtime-extensions-components.yaml"
139+
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.25}"
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.25}/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.26.99 # "vNext"; use manifests from local source files
150+
- name: v0.27.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
@@ -67,3 +67,6 @@ releaseSeries:
6767
- contract: v1beta1
6868
major: 0
6969
minor: 26
70+
- contract: v1beta1
71+
major: 0
72+
minor: 27

0 commit comments

Comments
 (0)