Skip to content

v0.5.3

Compare
Choose a tag to compare
@vincepri vincepri released this 20 May 23:12
· 44 commits to release-0.5 since this release
f31eaf7

This is a maintenance release with bug fixes backported from release-0.6.

✨ New Features

  • Introduce controllerutil.Object interface (#898)

🐛 Bug Fixes

  • controllerutil.RemoveFinalizer can occurs slice bounds out of range exception (#917)
  • Fix swapped constant value in webhook envtest (#913)
  • Fix CRD filtering in envtest package (#902)
  • KubeAwareEncoder should handle unstructured object correctly (#881)
  • Return original error from GetConfig (#888)
  • MatchingLabels: Make sure requests with invalid labels fail (#882)
  • Fix version check when reading webhooks from file (#861)
  • Fix scheme used by DeleteAllOf in the fake client.