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.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 1, 2024
1 parent 7092a4c commit 61493c6
Show file tree
Hide file tree
Showing 2 changed files with 29 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.6.1"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 0.6.1 (2024-04-01)

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

## 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.6.1

## 0.6.0 (2024-03-19)

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

0 comments on commit 61493c6

Please sign in to comment.