Skip to content

Commit e2e4a68

Browse files
authored
release(main): v0.15.0 (#887)
🤖 I have created a release *beep* *boop* --- ## 0.15.0 (2024-08-26) <!-- Release notes generated using configuration in .github/release.yaml at main --> ## What's Changed ### Exciting New Features 🎉 * feat: Upgrade to Calico v3.28.1 by @dlipovetsky in #878 ### Fixes 🔧 * fix: Filter out control plane endpoint from Nutanix node IPs by @jimmidyson in #881 ### Other Changes * ci: Support release branches for release-please by @jimmidyson in #880 **Full Changelog**: v0.14.5...v0.15.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 b0006c4 commit e2e4a68

File tree

6 files changed

+26
-5
lines changed

6 files changed

+26
-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.14.5"
2+
".": "0.15.0"
33
}

CHANGELOG.md

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

3+
## 0.15.0 (2024-08-26)
4+
5+
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6+
7+
## What's Changed
8+
### Exciting New Features 🎉
9+
* feat: Upgrade to Calico v3.28.1 by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/878
10+
### Fixes 🔧
11+
* fix: Filter out control plane endpoint from Nutanix node IPs by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/881
12+
### Other Changes
13+
* ci: Support release branches for release-please by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/880
14+
15+
16+
**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.14.5...v0.15.0
17+
318
## 0.14.5 (2024-08-21)
419

520
<!-- 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
@@ -70,7 +70,7 @@ archived_version = false
7070
# The version number for the version of the docs represented in this doc set.
7171
# Used in the "version-banner" partial to display a version number for the
7272
# current doc set.
73-
version = "0.14.5"
73+
version = "0.15.0"
7474

7575
# A link to latest version of the docs. Used in the "version-banner" partial to
7676
# point people to the main doc site.

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ releaseSeries:
4343
- contract: v1beta1
4444
major: 0
4545
minor: 14
46+
- contract: v1beta1
47+
major: 0
48+
minor: 15

test/e2e/config/caren.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ providers:
134134
- name: caren
135135
type: RuntimeExtensionProvider
136136
versions:
137-
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.13}"
138-
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.13}/runtime-extension-components.yaml"
137+
- name: "{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.14}"
138+
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.14}/runtime-extension-components.yaml"
139139
type: "url"
140140
contract: v1beta1
141141
files:
@@ -145,7 +145,7 @@ providers:
145145
new: "--v=8"
146146
- old: --metrics-addr=127.0.0.1:8080
147147
new: --metrics-addr=:8080
148-
- name: v0.15.99 # "vNext"; use manifests from local source files
148+
- name: v0.16.99 # "vNext"; use manifests from local source files
149149
value: "file://../../../runtime-extension-components.yaml"
150150
type: "url"
151151
contract: v1beta1

test/e2e/data/shared/v1beta1-caren/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ releaseSeries:
3434
- contract: v1beta1
3535
major: 0
3636
minor: 15
37+
- contract: v1beta1
38+
major: 0
39+
minor: 16

0 commit comments

Comments
 (0)