Skip to content

Commit cbb5575

Browse files
release(main): v0.14.0 (#858)
🤖 I have created a release *beep* *boop* --- ## 0.14.0 (2024-08-14) <!-- Release notes generated using configuration in .github/release.yaml at main --> ## What's Changed ### Exciting New Features 🎉 * feat: Run hooks in parallel with aggregated responses by @jimmidyson in #855 ### Fixes 🔧 * fix: Cilium-Istio compatibility fixes by @dkoshkin in #856 ### Other Changes * build: Latest devbox update by @jimmidyson in #857 **Full Changelog**: v0.13.7...v0.14.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>
1 parent 0b56bc6 commit cbb5575

File tree

6 files changed

+24
-3
lines changed

6 files changed

+24
-3
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.13.7"
2+
".": "0.14.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.14.0 (2024-08-14)
4+
5+
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6+
7+
## What's Changed
8+
### Exciting New Features 🎉
9+
* feat: Run hooks in parallel with aggregated responses by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/855
10+
### Fixes 🔧
11+
* fix: Cilium-Istio compatibility fixes by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/856
12+
### Other Changes
13+
* build: Latest devbox update by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/857
14+
15+
16+
**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.13.7...v0.14.0
17+
318
## 0.13.7 (2024-08-13)
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.13.7"
73+
version = "0.14.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
@@ -40,3 +40,6 @@ releaseSeries:
4040
- contract: v1beta1
4141
major: 0
4242
minor: 13
43+
- contract: v1beta1
44+
major: 0
45+
minor: 14

test/e2e/config/caren.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.14.99 # "vNext"; use manifests from local source files
148+
- name: v0.15.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
@@ -31,3 +31,6 @@ releaseSeries:
3131
- contract: v1beta1
3232
major: 0
3333
minor: 14
34+
- contract: v1beta1
35+
major: 0
36+
minor: 15

0 commit comments

Comments
 (0)