Skip to content

Commit d1269f1

Browse files
authored
release(main): v0.1.0 (#6)
1 parent b5b06e7 commit d1269f1

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{".":"0.1.0"}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## 0.1.0 (2024-09-04)
4+
5+
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6+
7+
## What's Changed
8+
### Exciting New Features 🎉
9+
* feat: Build with go 1.23 by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/16
10+
* feat: Configurable reconciliation (max concurrent and requeue delays) by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/15
11+
### Fixes 🔧
12+
* fix: Use least privileges for CM role by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/18
13+
### Other Changes
14+
* feat: Initial working Nutanix IPAM CAPI provider by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/1
15+
* ci: Fix CI issues by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/3
16+
* build: Add empty release-please manifest by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/4
17+
* build: Ensure release-please manifest is valid JSON by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/5
18+
* build: Latest prism-go-client by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/9
19+
* refactor: Move v4 client sugar back to this project by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/13
20+
* refactor: Update all short names from CAIPAMN to CAIPAMX by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/17
21+
* build: Update deps to fix licensing issues by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/19
22+
* build: Upgrade github.com/hashicorp/go-retryablehttp for CVE by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/20
23+
24+
## New Contributors
25+
* @jimmidyson made their first contribution in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/1
26+
* @dependabot made their first contribution in https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/pull/2
27+
28+
**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/commits/v0.1.0

0 commit comments

Comments
 (0)