v0.2.0-alpha.1
Pre-releasev0.2.0-alpha.1
🚨  This is an alpha 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 alpha.0
⚠️  Breaking Changes
- Bump Kubernetes version to 1.14 (#376)
✨ New Features
- Go modules support (#414)
- envtest can load multiple CRDs from single file (#397)
- crd conversion webhook implementation (#351)
- use more reasonable status code for ValidationResponse (#400)
- support multiversion CRD in envtest (#431)
🐛 Bug Fixes
- Populate GVK for listed objects (#389)
- List requests should not pass a body. (#425)
- Reset Failure count for reconcile loops using RequestAfter (#396)
- Add back http2 support (#409)
Thanks to all our contributors!