Skip to content

v0.5.1

Compare
Choose a tag to compare
@vincepri vincepri released this 10 Mar 23:21
· 83 commits to release-0.5 since this release
525a2d7

v0.5.1

✨ New Features

  • Add controllerutil.SetOwnerReference (#816, #844)
  • Take context when getting informer. (#663)
  • Support restconfig to target the control plane (#756)
  • Create a supported way of setting a cache on source.Kind (#794)
  • Webhook support in envtest (#787)
  • Enable webhook server set-up mTLS service to verify client's certificate (#802)
  • Make workqueue rate limiter configurable during controller creation (#731)

🐛 Bug Fixes

  • Fix testdata imports in pkg/webhook/conversion (#843)
  • Respect context in unstructured client (#812)
  • Fix informer cache creating pointers to pointers (#796)
  • Use GenerateName during fake client's Create method (#815)

Thanks to all our contributors!