Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 22:49
· 6 commits to main since this release
v1.0.1
8cc8c8a

Noteworthy for Users of ipamutils

This release fixes a bug (#317) within ipamutils.Reconciler that blocks cleanup of IPAddressClaims when a cluster is deleted and its resources get removed from the API before all claims were cleaned up.

Fixed

  • 🐛 fix skipping reconciliation, when a referenced cluster is already deleted by @llxp in #317

Other changes

  • Update clusterctl-settings.json by @mcbenjemaa in #305
  • 🌱 Bump github.com/onsi/gomega from 1.36.0 to 1.36.2 by @dependabot in #311
  • 🌱 Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.2 by @dependabot in #310
  • 🌱 Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in #312
  • 🌱 Bump sigs.k8s.io/cluster-api from 1.8.5 to 1.9.4 by @dependabot in #313
  • 🌱 Bump golangci/golangci-lint-action from 6.2.0 to 6.3.2 by @dependabot in #315

New Contributors

  • @llxp made their first contribution in #317

Full Changelog: v1.0.0...v1.0.1-rc.0