Skip to content

Commit e90f947

Browse files
github-actions[bot]dkoshkin
authored andcommitted
release(main): v0.28.0
1 parent fd157ae commit e90f947

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
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.

0 commit comments

Comments
 (0)