Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
release(main): v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 9, 2024
1 parent 0e91d4d commit cffce46
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
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.6.0"
".": "0.7.0"
}
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Changelog

## 0.7.0 (2024-04-09)

<!-- Release notes generated using configuration in .github/release.yaml at main -->

## 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)

<!-- Release notes generated using configuration in .github/release.yaml at main -->
Expand Down

0 comments on commit cffce46

Please sign in to comment.