Skip to content

Commit e9b3fbe

Browse files
jimmidysongithub-actions[bot]dkoshkin
authored
release(main): v0.28.0 (#1071)
🤖 I have created a release *beep* *boop* --- ## 0.28.0 (2025-04-10) <!-- Release notes generated using configuration in .github/release.yaml at main --> ## What's Changed ### Exciting New Features 🎉 * feat: Update all addon versions by @jimmidyson in #1054 * feat: go 1.24.1 and update all other tools by @jimmidyson in #1066 * feat: bumped frr-routing to 9.1.3 by @ArvinderPal09 in #1067 * feat: properly support kube-vip upgrades by @dkoshkin in #1062 * feat: update addons by @dkoshkin in #1072 * feat: enable Cilium's hubble relay mTLS by @dkoshkin in #1086 * feat: adds image tempalting for capx by @faiq in #1096 * feat: support setting kubeadm ignorePreflightErrors by @dkoshkin in #1097 * feat: go 1.24.2 to fix CVE by @jimmidyson in #1100 * feat: update Calico to v3.29.3 by @dkoshkin in #1101 ### Fixes 🔧 * fix: correctly handle multiple registries with the same Host by @dkoshkin in #1063 * fix: Tolerate all NoSchedule taints for NFD and CSI deployments by @jimmidyson in #1074 * fix: Retain existing join and init kubeadm config when adding taints by @jimmidyson in #1073 ### Other Changes * build: Update k8s versions for tests by @jimmidyson in #1052 * docs: updates cilium doc with link to its default spec by @manoj-nutanix in #1036 * ci: Replace deprecated blackduck scan action by @jimmidyson in #1070 * build: Update k8s.io/{kubelet,utils} deps by @jimmidyson in #1078 * revert: "build: Update k8s.io/{kubelet,utils} deps" by @jimmidyson in #1080 * ci: Enable dependabot for hack/tools module by @jimmidyson in #1082 * build: Update k8s.io/kubelet dep by @jimmidyson in #1081 * ci: Use Kubernetes minor in e2e check name by @jimmidyson in #1090 ## New Contributors * @ArvinderPal09 made their first contribution in #1067 **Full Changelog**: v0.27.1...v0.28.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 fd157ae commit e9b3fbe

File tree

6 files changed

+46
-5
lines changed

6 files changed

+46
-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.27.1"
2+
".": "0.28.0"
33
}

CHANGELOG.md

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

3+
## 0.28.0 (2025-04-10)
4+
5+
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6+
7+
## What's Changed
8+
### Exciting New Features 🎉
9+
* feat: Update all addon versions by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1054
10+
* feat: go 1.24.1 and update all other tools by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1066
11+
* feat: bumped frr-routing to 9.1.3 by @ArvinderPal09 in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1067
12+
* feat: properly support kube-vip upgrades by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1062
13+
* feat: update addons by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1072
14+
* feat: enable Cilium's hubble relay mTLS by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1086
15+
* feat: adds image tempalting for capx by @faiq in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1096
16+
* feat: support setting kubeadm ignorePreflightErrors by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1097
17+
* feat: go 1.24.2 to fix CVE by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1100
18+
* feat: update Calico to v3.29.3 by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1101
19+
### Fixes 🔧
20+
* fix: correctly handle multiple registries with the same Host by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1063
21+
* fix: Tolerate all NoSchedule taints for NFD and CSI deployments by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1074
22+
* fix: Retain existing join and init kubeadm config when adding taints by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1073
23+
### Other Changes
24+
* build: Update k8s versions for tests by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1052
25+
* docs: updates cilium doc with link to its default spec by @manoj-nutanix in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1036
26+
* ci: Replace deprecated blackduck scan action by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1070
27+
* build: Update k8s.io/{kubelet,utils} deps by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1078
28+
* revert: "build: Update k8s.io/{kubelet,utils} deps" by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1080
29+
* ci: Enable dependabot for hack/tools module by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1082
30+
* build: Update k8s.io/kubelet dep by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1081
31+
* ci: Use Kubernetes minor in e2e check name by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1090
32+
33+
## New Contributors
34+
* @ArvinderPal09 made their first contribution in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1067
35+
36+
**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.27.1...v0.28.0
37+
338
## 0.27.1 (2025-02-13)
439

540
<!-- 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.27.1"
74+
version = "0.28.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
@@ -82,3 +82,6 @@ releaseSeries:
8282
- contract: v1beta1
8383
major: 0
8484
minor: 27
85+
- contract: v1beta1
86+
major: 0
87+
minor: 28

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.26}"
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.26}/runtime-extensions-components.yaml"
139+
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.27}"
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.27}/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.28.99 # "vNext"; use manifests from local source files
150+
- name: v0.29.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
@@ -73,3 +73,6 @@ releaseSeries:
7373
- contract: v1beta1
7474
major: 0
7575
minor: 28
76+
- contract: v1beta1
77+
major: 0
78+
minor: 29

0 commit comments

Comments
 (0)