Skip to content

Commit

Permalink
release(main): v0.18.0 (#944)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
dkoshkin authored Oct 15, 2024
1 parent 9f0d934 commit 34b696c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.17.0"
".": "0.18.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 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 https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/919
* 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
### Fixes 🔧
* 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
* fix: Rename webhook container to manager by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/932
* 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
* 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
### Other Changes
* 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
* build: Enable building binary only on macos by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/918
* 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


**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.17.0...v0.18.0

## 0.17.0 (2024-09-27)

<!-- Release notes generated using configuration in .github/release.yaml at main -->
Expand Down
2 changes: 1 addition & 1 deletion docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ archived_version = false
# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# current doc set.
version = "0.17.0"
version = "0.18.0"

# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
Expand Down
3 changes: 3 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ releaseSeries:
- contract: v1beta1
major: 0
minor: 17
- contract: v1beta1
major: 0
minor: 18
4 changes: 2 additions & 2 deletions test/e2e/config/caren.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ providers:
versions:
# Upgrade e2e tests will use this as the "upgrade from" version.
# This should reference the most recent successful release.
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.15}"
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"
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.17}"
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"
type: "url"
contract: v1beta1
files:
Expand Down

0 comments on commit 34b696c

Please sign in to comment.