changes since v3.7.0
⚠️ Breaking Changes
- the config-gen alpha command option was removed (#2998)
It has been hard to keep this option maintained. After many discussions, it was decided to remove the alpha config-gen command option since the community has not adopted it. However, its idea could still be addressed. More info
✨ New Features
- (kustomize/v1. kustomize/v2-alpha): upgrade gcr.io/kubebuilder/kube-rbac-proxy from 0.13.0 to 0.13.1 to address CVE (#3099)
- (kustomize/v2-alpha): add kustomize file to track CR(s) samples as a helper for plugins (#3084)
- (go/v3,go/v4-alpha): upgrade controller-runtime version from 1.13.0 to 1.13.1 (#3085)
- (go/v4-alpha): add new base and migration guide from go/v3 to go/v4-alpha (#3032)
- (go/v3,go/v4-alpha): update
make build
cmd with manifests generation (#3020) - (go/v4-alpha) : update kustomize version from 4.5.5 to 4.5.7 (#3001)
- (go/v3,go/v4-alpha): update controller-tools version (v0.9.2->v0.10.0) (#2956)
🐛 Bug Fixes
- (deployimage/v1-alpha): fix error to scaffold go/v4-alpha projects (#3104)
- (kustomize/v2-alpha): use a marker to track samples and do not create tracks for core types (#3102)
- fix unexpected end of file error in makefiles (#3079)
- fix a minor typo in Makefile (#3073)
- fix docker buildx makefile target missing arg (.) (#3046)
- fix the issue when component-config flag was used (#3010)
- fix kubebuilder install locally with curl request to show errors faced (#2970)
- remove duplicate words and fix spelling mistakes (#2964)
Thanks to all our contributors!
New Contributors
- @sj14 made their first contribution in #2960
- @yashsingh74 made their first contribution in #2967
- @akoserwal made their first contribution in #2970
- @jkremser made their first contribution in #2965
- @astraw99 made their first contribution in #3020
- @multani made their first contribution in #3037
- @krishnaindani made their first contribution in #3038
- @seemiller made their first contribution in #3039
- @mikelsid made their first contribution in #3046
- @h0tbird made their first contribution in #3047
- @ebiiim made their first contribution in #3073
- @coriaedu made their first contribution in #3077
- @andreasgerstmayr made their first contribution in #3098
- @mresvanis made their first contribution in #3108
Full Changelog: v3.7.0...v3.8.0