v0.2.0-beta.3
Pre-release🚨  This is a beta release.  A number of breaking changes exist in this release.  Bold changes are likely to have issues across many existing codebases.  Additionally, a number of packages under pkg/runtime have been moved, with their old locations deprecated.  Expect the deprecated paths to be removed in a later release before v1.0.0.
Of particular note is that automatic certificate generation for webhooks has been removed, and webhooks will no longer self-register. Use controller-tools to generate a webhook configuration, and use something like cert-manager to generate your certificates (if you don't already have a solution). The next release of Kubebuilder will support this out-of-the-box.
Check alpha.0 for more release notes
Changes since beta.2
⚠️  Breaking Changes
- split the webhook builder out as a separate builder. (#497)
- make UseExistingCluster a pointer to support explicitly op… (#463)
✨ New Features
- enable conversion webhook in webhook builder (#504)
- Fix runtime/scheme type aliases (#494)
- Pass appropriate context to leaderelector.Run (#398)
🐛 Bug Fixes
- update jsonpatch (#499)
- stop registering webhooks with same path when adding multiple controllers (#486)
- remove deprecated workqueue metrics with invalid names (#437)
Thanks to all our contributors!