Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 06 Jun 15:10
· 24 commits to main since this release
v1.0.2
4987282

Noteworthy for Users of ipamutils

  • The previous attempt of fixing cleanup during cluster deletion wasn't thought through all the way and introduced new issues, which we've fixed in this release (#329).
  • The ipamutil.Reconciler now waits for a freshly created IPAddress to appear in the cache before moving on with reconciliation. This should prevent rare race conditions when allocating multiple ip addresses quickly.

Fixed

  • 🐛 properly handle deletion of IPAddressClaims in ipamutil.ClaimReconciler by @llxp in #329
  • 🐛 Validate the cache contains the created address before moving on by @rikatz in #338

What's Changed

  • 🌱 Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 by @dependabot in #321
  • 🌱 Bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in #322
  • 🌱 Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in #323
  • 🌱 Bump golangci/golangci-lint-action from 6.5.1 to 8.0.0 by @dependabot in #335

Full Changelog: v1.0.1...v1.0.2