Skip to content

Releases: kubernetes-sigs/controller-tools

v0.2.0-alpha.2

16 May 00:01
5593306
Compare
Choose a tag to compare
v0.2.0-alpha.2 Pre-release
Pre-release

🚨 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.

Changes since v0.2.0-alpha.1:

⚠️ Breaking Changes

  • Bump k8s libraries to 1.14.1 (#204 )

✨ New Features

  • write multiple webhooks in one file and add defaulting (#208)

v0.2.0-alpha.1

07 May 23:59
89f6323
Compare
Choose a tag to compare
v0.2.0-alpha.1 Pre-release
Pre-release

🚨 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.

Changes since v0.2.0-alpha.0:

🐛 Bug Fixes

  • Fix incompatible CRDs (#203): fixes issues with null fields in generated CRD objects, and supports generating objects with trivial versions to allow for pre-version-conversion Kubernetes (pre-1.13)

v0.2.0-alpha.0

06 May 18:29
455fb28
Compare
Choose a tag to compare
v0.2.0-alpha.0 Pre-release
Pre-release

🚨 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

27 Mar 22:05
b8adde9
Compare
Choose a tag to compare
Merge pull request #174 from kmodules/quant

Fix OpenAPI type for resource.Quantity fields

v0.1.9 release

25 Jan 00:31
fbf1411
Compare
Choose a tag to compare
Merge pull request #128 from droot/running/k8s-1.13.1

:running: upgrade k8s deps to 1.13

v0.1.8

20 Dec 18:38
950a0e8
Compare
Choose a tag to compare
  • Populate description in OpenAPI schema from field comments in types.go
  • Refactor pkg/generate

v0.1.7

07 Dec 19:37
b072ef5
Compare
Choose a tag to compare
Merge pull request #113 from mengqiy/update_CR

:sparkles: update to controller-runtime v0.1.8

v0.1.6

26 Oct 22:55
38b2f3f
Compare
Choose a tag to compare
Merge pull request #84 from mengqiy/webhook

Webhook scaffolding

v0.1.5

11 Sep 20:28
bfd3eef
Compare
Choose a tag to compare
Merge pull request #80 from mengqiy/kustomize

fix CRD gen to not fail CRD validation

v0.1.4

04 Sep 18:33
110fef4
Compare
Choose a tag to compare
Merge pull request #70 from droot/k8s-1.11

K8s 1.11