-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Propose Minor Patch Release 4.3.1 #4284
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Comments
I think we could either add: So, for now (unless anyone has any objection) Blocked by : #4282 |
This was referenced Nov 2, 2024
Merged
This was referenced Nov 3, 2024
Since we have 👍 We can add this in next release. |
This was referenced Nov 9, 2024
Done 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What do you want to happen?
After we get merged #4282 I think we might have enough to push a patch release with the minor bumps and the following bug fixes.
Following the draft for the release notes
Bellow you can see the proposed draft for
4.3.1
.✨ New Features
controller-runtime
fromv0.19.0
tov0.19.1
. (✨ Upgrade controller-runtime from v0.19.0 to v0.19.1 #4234)kustomize
version fromv5.4.3
tov5.5.0
. (✨ Upgrade kustomize version from v5.4.3 to v5.5.0 #4235)golangci-lint
fromv1.59
tov1.61
and resolve new lint issues. (✨ Upgrade golangci-lint from v1.59 to v1.61 and resolve new lint issues #4236)🐛 Bug Fixes
config/crd/patches
. Previously, the/convert
service patch was being generated for all webhooks instead of only for those with--conversion
enabled. (🐛 (kustomize/v2, go/v4): Fix incorrect generation of manifests under config/crd/patches. Previously, the /convert service patch was being generated for all webhooks instead of only for those with --conversion enabled. #4280)cmd/main.go
for metrics certs. (🐛 (go/v4): Fix misleading metrics configuration comments in cmd/main.go for metrics certs #4245)alpha generate
command as internal-only. (🐛 clarify usage of alpha generate command as internal-only #4247)--make=false
option is available for webhook creation for consistency. (🐛 fix: (go/v4): ensure --make=false option is available for webhook creation for consistency #4275)cert-manager
uncomment block to top ofkustomization.yaml
for better visibility in new projects. (🐛 (kustomize/v2,go/v4): Move cert-manager uncomment block to top of kustomization.yaml for better visibility in new projects #4283)main.go
boilerplate tocmd/
directory (relevant only for those who consume as a library). (🐛 fix internal layout: move main.go boilerplate to cmd/ directory #4246)The text was updated successfully, but these errors were encountered: