Releases: kubernetes-sigs/controller-tools
Releases · kubernetes-sigs/controller-tools
Release v0.10.0
changes since v0.9.2
✨ New Features
- crd/gen: sort FindKubeKinds by @gshirazi in #679
- Upgrade the yaml from v3.0.0-20210107192922-496545a6307b to 3.0.0 by @mistydemeo in #685
- Bump k8s to Kubernetes v1.25.0-alpha.3 by @laxmikantbpandhare in #708
- pkg/webhook: add support for reinvocationPolicy marker by @mythi in #709
- bump k8s to v1.25.0 by @laxmikantbpandhare in #717
- Upgrade to go 1.19 and fix CI by @Jefftree in #722
🐛 Bug Fixes
- crdgen: compare metav1 pkg by ID by @akutz in #681
- Allow setting PreserveUnknownFields at both type and field level by @eddycharly in #689
- Add XPreserveUnknownFields to runtime.RawExtension by @eddycharly in #683
- Make topology markers also valid for type definitions by @chrischdi in #692
- Fix crd flattening for structType marker to not create duplicate entries for XMapType by @chrischdi in #697
- Ensure schemapatcher does not error when non CRD yaml files are present by @JoelSpeed in #724
🌱 Others
- ci: fix golangci-lint installation by @ahmetb in #682
- golangci-lint: use revive instead of golint linter by @mythi in #710
- Update controller-gen CLI documentation for better info regards paths argument by @padlar in #712
New Contributors
- @ahmetb made their first contribution in #682
- @gshirazi made their first contribution in #679
- @mistydemeo made their first contribution in #685
- @laxmikantbpandhare made their first contribution in #708
- @mythi made their first contribution in #709
- @Jefftree made their first contribution in #722
- @padlar made their first contribution in #712
Full Changelog: v0.9.2...v0.10.0
v0.9.2
v0.9.1
v0.9.0
changes since v0.8.0
✨ New Features
- : deepcopy: gen: match Go 1.17 build tag format (#595)
- Bump k8s to 1.24.0 (#669)
- Cross-module support for filesystem paths (#663)
- Bump to k8s.io v1.24.0-rc.1 (#666)
- Add XValidation CRD marker for KEP-2876 support. (#653)
🐛 Bug Fixes
- Allow floating-point values in validations (#619)
- Fixed panic when parsing selector expressions containing composite literals (#648)
- CRD generation: remove status before writing (#630)
Thanks to all our contributors!
v0.8.0
What's Changed
- 🐛 Updating WriteYAML to not add empty line to start files by @robscott in #626
⚠️ Trim leading/trailing whitespace on lines in documentation by @Porges in #517- ⚠ Bump to k8s.io v1.23-alpha.3 by @sbueringer in #638
- ⚠ Bump to Go 1.17, k8s.io v1.23-alpha4 by @sbueringer in #639
- ✨ Upgrade to Kubernetes v1.23 by @sbueringer in #646
New Contributors
- @robscott made their first contribution in #626
- @sbueringer made their first contribution in #638
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Changes since v0.6.2
⚠️ Breaking changes
- Bump to kubernetes 1.22.1, remove support for legacy v1beta1 CRDs and webhooks (#607)
🐛 Bug Fixes
- schemapatcher: help should include all options (#597)
- Be more helpful with floats when allowDangerousTypes=false (#618)
- Allow pattern usage for IntOrString fields (#608)
🌱 Others
- Regenerate CRD Integration Test testdata (#593)
- Improve error message for list or map type (#573)
- Add alvaroaleman to maintainers (#616)
- Add joelanford to controller-tools-maintainers (#606)
- Run linting in CI (#614)
Thanks to all our contributors! 😊
v0.6.2
v0.6.1
v0.6.0
Changes since v0.5.0
⚠️ Breaking Changes
- Update Kubernetes 1.21.1 and Go 1.16 (#565, #576)
- Generate Embedded ObjectMeta in the CRDs, plus addressed comments (#557)
✨ New Features
- Generate embedded ObjectMeta with schemapatch as well (#563)
- Add deprecated marker for versions (#541)
🌱 Others
- Fix some gofmt warnings (#564)
Thanks to all our contributors! 😊
v0.6.0-beta.0
🚨 This is a BETA RELEASE. Use it only for testing purposes, if you find any bugs file an issue.