Releases: kubernetes-sigs/controller-tools
Releases · kubernetes-sigs/controller-tools
v0.2.0-alpha.0
🚨 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.
Before filing issues, please check if it's a known issue in the v0.2.0 milestone.
⚠️ Breaking Changes
- New Generation Framework and Generators (#200): all if the generators, as well as the controller-gen command, have been rewritten. Please see the PR summary and godoc for more information.
✨ New Features
- Support for Go Modules (#175, #176): Go module support has been added. The Gopkg.toml file will be maintained until Go modules are enabled by default in a Go release. However, Go modules are now the official dependency management solution for controller-tools. It's encouraged that you install controller-tools directly with
GO111MODULE=on go get sigs.k8s.io/controller-tools/cmd/[email protected]
instead of vendoring if you want to use it as a tool.
🐛 Bug Fixes
- fix windows filepath compatibility (#179)
v0.1.10
v0.1.9 release
Merge pull request #128 from droot/running/k8s-1.13.1 :running: upgrade k8s deps to 1.13