v3.14.1
changes since v3.14.0
✨ New Features
- (go/v4): Upgrade controller-runtime from v0.17.0 to v0.17.2 (#3827)
🐛 Bug Fixes
- (go/v4): Remove trailing whitespace from Readme which is scaffold for the project (#3813)
- (go/v4): Fix compatibility issues encountered while setting up EnvTest binaries by using the controller-runtime branch releases (#3824).
- (kustomize/v2, go/v4, deploy-image/v1-alpha): Fix labels according to conventions and conveys. app.kubernetes.io/name now have the ProjectName and the labels app.kubernetes.io/instance, app.kubernetes.io/component, app.kubernetes.io/created-by, app.kubernetes.io/part-of were removed (#3797)
- (go/v4): Fix makefile target build-installer to discarding the previous content (#3766)
- (go/v4): Fix scaffolding e2e template by adding missing errors checks (#3786)
- (go/v4): Fix makefile target
build-installer
to discarding the previous content (#3766) - (go/v4): Fix rules to allow create new APIs by reverting the PR( #3742 ) (#3787)
🎉 Thanks to all our contributors!
What's Changed (Full Changelog)
- 📖 docs updates for external types and submodule-layouts by @jakobmoellerdev in #3055
- 🐛 (go/v4) Fix makefile target build-installer to discarding the previous content by @lukas016 in #3766
- 📖 Clean up getting started docs by @stmcginnis in #3758
- 📖 Update Contrbuting.MD by @camilamacedo86 in #3769
- 📖 Fix #the reference link by @wastelife in #3771
- 📖 Simplify if condition in cronjob tutorial by @lpugoy in #3765
- 📖 Typo multi-version tutorial deployment.md by @tatehanawalt in #3770
- 📖 Fix typo in cronjob-tutorial by @awalvie in #3773
- 🌱 Bump sigs.k8s.io/kubebuilder/v3 from 3.13.0 to 3.14.0 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1 by @dependabot in #3774
- 🌱 Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #3778
- 📖 Add context to handler func by @vladfr in #3777
- 🌱 Bump golang.org/x/tools from 0.17.0 to 0.18.0 by @dependabot in #3779
- 🐛 Revert ":bug: Align CRD version validation with apiextensions" by @camilamacedo86 in #3787
- 🐛 scaffolding e2e template err check by @domcyrus in #3786
- 📖 Specify what is run and deployed by @letthefireflieslive in #3788
- 📖 Add the
Admission webhooks
link indocs/book/src/reference/admisson-webhook.md
by @renormalize in #3799 - 🐛(kustomize/v2, go/v4, deploy-image/v1-alpha): Fix labels according to conventions and conveys. app.kubernetes.io/name now have the ProjectName and the labels app.kubernetes.io/instance, app.kubernetes.io/component, app.kubernetes.io/created-by, app.kubernetes.io/part-of were removed by @sarthaksarthak9 in #3797
- 🌱 Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #3820
- 🐛 Fix compatibility issues encountered while setting up envtest by using the controller-runtime branch releases (unblock CI) by @camilamacedo86 in #3824
- 📖 : (README) Fix slack channel access address by @uos-ljtian in #3818
- 🐛 fix make build-installer command to remove CRD duplication by @mateusoliveira43 in #3814
- 🐛 fix: Remove empty line at beginning of generated files by @mateusoliveira43 in #3815
- 📖 Fix typo issue in the docs by @mcbenjemaa in #3803
- 📖 Add missing basic-project-doc link by @semihbkgr in #3806
- 🌱 Add prefix to bot PR title to respect community rule by @Kavinjsir in #3810
- 🌱 Bump golang.org/x/tools from 0.18.0 to 0.19.0 by @dependabot in #3817
- 🌱 Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 by @dependabot in #3822
- 🌱 Remove trailing whitespace in readme gen by @bzub in #3813
- 🌱 Remove trailing spaces in the docs and add check as automate fix to the make generate by @camilamacedo86 in #3826
- ✨ Upgrade controller-runtime from v0.17.0 to v0.17.2 by @camilamacedo86 in #3827
New Contributors
- @stmcginnis made their first contribution in #3758
- @wastelife made their first contribution in #3771
- @lpugoy made their first contribution in #3765
- @tatehanawalt made their first contribution in #3770
- @awalvie made their first contribution in #3773
- @vladfr made their first contribution in #3777
- @domcyrus made their first contribution in #3786
- @letthefireflieslive made their first contribution in #3788
- @sarthaksarthak9 made their first contribution in #3797
- @uos-ljtian made their first contribution in #3818
- @mcbenjemaa made their first contribution in #3803
- @bzub made their first contribution in #3813
Full Changelog: v3.14.0...v3.14.1