From cffce4629d48d6d3a05ba9c3644dc6b38c60cd85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:36:12 +0000 Subject: [PATCH] release(main): v0.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd052280..e7ca6139d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 180548fb5..5398d9754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,48 @@ # Changelog +## 0.7.0 (2024-04-09) + + + +## What's Changed +### Exciting New Features 🎉 +* feat: Add examples for Nutanix provider by @deepakm-ntnx in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/5 +* feat: Add user configuration for all providers by @dlipovetsky in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/4 +* feat: add nutanix csi by @faiq in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/7 +* feat: Add support for CAPX by @deepakm-ntnx in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/6 +* feat: Make containerd restart its own patch by @dlipovetsky in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/18 +### Fixes 🔧 +* fix: rename to CCM by @dkoshkin in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/11 +* fix: new configmap for tigera resources by @faiq in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/14 +* fix: Nutanix examples by @dkoshkin in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/19 +* fix: use a LocalObjectReference for credentials Secret by @dkoshkin in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/37 +* fix: don't modify user provider input for Nutanix insecure by @dkoshkin in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/35 +### Other Changes +* build: Remove unused example kustomizations by @jimmidyson in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/1 +* test(e2e): Rename config for CAREN rather than CRE by @jimmidyson in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/8 +* test: Ensure defaults from JSON schema are respected by @jimmidyson in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/9 +* build: add Nutanix infra provider by @dkoshkin in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/12 +* test: Fix data race by @dlipovetsky in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/15 +* test: Fix false negative in httpproxy test by @dlipovetsky in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/17 +* test: Fix false negative in auditpolicy test by @dlipovetsky in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/16 +* docs: use a KUBERNETES_VERSION env variable by @dkoshkin in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/22 +* refactor: CCM handler to be more generic for both CRS and CAAAPH by @dkoshkin in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/25 +* refactor: use a string type for Nutanix's AdditionalTrustBundle by @dkoshkin in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/28 +* build: update devbox.lock by @faiq in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/29 +* test: unit test for individual patch generator by @supershal in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/21 +* test: move all patch generator unit tests to their own packages by @supershal in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/23 +* build(deps): Bump golang.org/x/net to v0.24.0 by @jimmidyson in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/42 +* build: add Nutanix CSI to examples by @dkoshkin in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/33 + +## New Contributors +* @jimmidyson made their first contribution in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/1 +* @deepakm-ntnx made their first contribution in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/5 +* @dkoshkin made their first contribution in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/12 +* @dlipovetsky made their first contribution in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/15 +* @faiq made their first contribution in https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/pull/14 + +**Full Changelog**: https://github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/compare/v0.6.0...v0.7.0 + ## 0.6.0 (2024-03-19)