Skip to content

Commit 34b696c

Browse files
authored
release(main): v0.18.0 (#944)
🤖 I have created a release *beep* *boop* --- ## 0.18.0 (2024-10-15) <!-- Release notes generated using configuration in .github/release.yaml at main --> ## What's Changed ### Exciting New Features 🎉 * feat: Add feature-gates plumbing by @jimmidyson in #919 * feat(api): Add kubernetes version to coredns version mapping by @thunderboltsid in #939 ### Fixes 🔧 * fix: Shorten readiness probe period to try to prevent races by @jimmidyson in #930 * fix: Rename webhook container to manager by @jimmidyson in #932 * fix: list correct registry.k8s.io/sig-storage/csi-snapshotter image by @dkoshkin in #943 * fix: include kube-vip image in generated caren-images.txt by @dkoshkin in #940 ### Other Changes * test(e2e): Add v1.30.5 test for Nutanix by @thunderboltsid in #931 * build: Enable building binary only on macos by @jimmidyson in #918 * build(deps): Update clusterctl binary to v1.8.3 by @thunderboltsid in #929 **Full Changelog**: v0.17.0...v0.18.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 9f0d934 commit 34b696c

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
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.17.0"
2+
".": "0.18.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.18.0 (2024-10-15)
4+
5+
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6+
7+
## What's Changed
8+
### Exciting New Features 🎉
9+
* feat: Add feature-gates plumbing by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/919
10+
* feat(api): Add kubernetes version to coredns version mapping by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/939
11+
### Fixes 🔧
12+
* fix: Shorten readiness probe period to try to prevent races by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/930
13+
* fix: Rename webhook container to manager by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/932
14+
* fix: list correct registry.k8s.io/sig-storage/csi-snapshotter image by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/943
15+
* fix: include kube-vip image in generated caren-images.txt by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/940
16+
### Other Changes
17+
* test(e2e): Add v1.30.5 test for Nutanix by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/931
18+
* build: Enable building binary only on macos by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/918
19+
* build(deps): Update clusterctl binary to v1.8.3 by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/929
20+
21+
22+
**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.17.0...v0.18.0
23+
324
## 0.17.0 (2024-09-27)
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.17.0"
74+
version = "0.18.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
@@ -52,3 +52,6 @@ releaseSeries:
5252
- contract: v1beta1
5353
major: 0
5454
minor: 17
55+
- contract: v1beta1
56+
major: 0
57+
minor: 18

test/e2e/config/caren.yaml

Lines changed: 2 additions & 2 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.15}"
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.15}/runtime-extension-components.yaml"
139+
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.17}"
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.17}/runtime-extension-components.yaml"
141141
type: "url"
142142
contract: v1beta1
143143
files:

0 commit comments

Comments
 (0)