Skip to content

v0.2.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@DirectXMan12 DirectXMan12 released this 06 May 18:29
· 729 commits to master since this release
455fb28

🚨 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/controller-gen@v0.2.0-alpha.0 instead of vendoring if you want to use it as a tool.

🐛 Bug Fixes

  • fix windows filepath compatibility (#179)