Skip to content

Latest commit

 

History

History
105 lines (70 loc) · 5.84 KB

CHANGELOG.md

File metadata and controls

105 lines (70 loc) · 5.84 KB

Changelog

0.4.0 (2024-12-04)

What's Changed

Exciting New Features 🎉

  • feat(cli): Support insecure flag for connecting to Prism by @jimmidyson in #48

Other Changes

  • docs: Add caipamx CLI download instructions by @jimmidyson in #45
  • refactor: Rename cluster flag to aos-cluster by @jimmidyson in #49

Full Changelog: https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/compare/v0.3.1...v0.4.0

0.3.1 (2024-12-04)

What's Changed

Exciting New Features 🎉

  • build: Fix up release archives by @jimmidyson in #43

Full Changelog: https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/compare/v0.3.0...v0.3.1

0.3.0 (2024-12-04)

What's Changed

Exciting New Features 🎉

  • feat: Build with go 1.23.1 by @jimmidyson in #31
  • feat: go 1.23.2 and all other tooling upgrades by @jimmidyson in #34
  • feat: Add CLI tool to reserve and unreserve IP addresses by @jimmidyson in #42

Fixes 🔧

  • fix: corrected the path in the docs by @deepakm-ntnx in #32

New Contributors

  • @deepakm-ntnx made their first contribution in #32

Full Changelog: https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/compare/v0.2.0...v0.3.0

0.2.0 (2024-09-19)

What's Changed

Exciting New Features 🎉

  • feat: Store ntnx API req ID as annotations on IPAddressClaim by @jimmidyson in #27

Fixes 🔧

  • fix: Use recommended provider label from clusterctl by @jimmidyson in #25

Full Changelog: https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/compare/v0.1.2...v0.2.0

0.1.2 (2024-09-04)

What's Changed

Other Changes

  • build: Add missing release metadata files to release artifacts by @jimmidyson in #23

Full Changelog: https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/compare/v0.1.1...v0.1.2

0.1.1 (2024-09-04)

What's Changed

Other Changes

  • build: Fix up ko image build for release by @jimmidyson in #21

Full Changelog: https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/compare/v0.1.0...v0.1.1

0.1.0 (2024-09-04)

What's Changed

Exciting New Features 🎉

  • feat: Build with go 1.23 by @jimmidyson in #16
  • feat: Configurable reconciliation (max concurrent and requeue delays) by @jimmidyson in #15

Fixes 🔧

  • fix: Use least privileges for CM role by @jimmidyson in #18

Other Changes

  • feat: Initial working Nutanix IPAM CAPI provider by @jimmidyson in #1
  • ci: Fix CI issues by @jimmidyson in #3
  • build: Add empty release-please manifest by @jimmidyson in #4
  • build: Ensure release-please manifest is valid JSON by @jimmidyson in #5
  • build: Latest prism-go-client by @jimmidyson in #9
  • refactor: Move v4 client sugar back to this project by @jimmidyson in #13
  • refactor: Update all short names from CAIPAMN to CAIPAMX by @jimmidyson in #17
  • build: Update deps to fix licensing issues by @jimmidyson in #19
  • build: Upgrade github.com/hashicorp/go-retryablehttp for CVE by @jimmidyson in #20

New Contributors

  • @jimmidyson made their first contribution in #1
  • @dependabot made their first contribution in #2

Full Changelog: https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/commits/v0.1.0