chore(deps): update module sigs.k8s.io/kubebuilder/v4 to v4.14.0#101
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update module sigs.k8s.io/kubebuilder/v4 to v4.14.0#101renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
b5879b7 to
9d3070c
Compare
9d3070c to
aa63803
Compare
aa63803 to
8530354
Compare
8530354 to
4e31c4c
Compare
4e31c4c to
4eb8594
Compare
392dab2 to
2a2d9b9
Compare
2a2d9b9 to
cae6fc3
Compare
cae6fc3 to
631f43f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.10.1→v4.14.0Release Notes
kubernetes-sigs/kubebuilder (sigs.k8s.io/kubebuilder/v4)
v4.14.0Compare Source
🚀 Keep Your Scaffold Updated
The migration guide covers upgrading from
anyversion to thelatest, including AI-assisted helpers/commands for legacy scaffolds that may require manual steps. For the smoothest path, enable the AutoUpdate Plugin (uses GitHub Actions)) or runkubebuilder alpha updatelocally—both use the same update logic. The other options are primarily for older projects missingcliVersionin thePROJECTfile as a one-time step to reach a supported version; after that, you can rely on these workflows for ongoing updates.Only for users of the Helm Plugin (helm/v2-alpha)
To stabilise helm/v2-alpha, RBAC was reworked (#5579), renaming
rbacHelperstorbac.helpersand introducing namespace/multi-namespace support with dynamic roles.Required: run
kubebuilder edit --plugins=helm/v2-alpha --forceto update your Helm config.Alternative: manually update
values.yamlafter running the command without--force(More info)✨ Upgrades
1.20.0to1.20.1(#5563)1.25.3to1.25.7(#5615)1.20.1to1.20.2used in tests (#5626)v2.11.4(#5653)✨ New Features
Chart.appVersion, expose service account in values, and enhance RBAC with namespace-scoped deployments, multi-namespace configuration, and dynamic Role/ClusterRole rendering (renamerbacHelperstorbac.helpers) (#5496, #5577, #5581, #5580, #5607, #5603, #5579YEARplaceholder in boilerplate for copyright (#5559)--license-fileflag and preserve boilerplate in alpha generate (#5456)By()statements in e2e tests (#5611)🐛 Bug Fixes
imagePullSecretsblock (#5592)latesttag and use commented tag format in Helm charts (#5617)secretRefhandling (#5623)insecureSkipVerify: falsewithout certificates (#5624)initsubcommand from Grafana plugin (#5627)initsubcommand from Auto Update plugin (#5633)manager.image.pullPolicy(#5636)🎉 Thanks to all contributors!
What's Changed ( Full Changelog )
.firebasercfile by @vitorfloriano in #5571rbacHelperstorbac.helpers) by @camilamacedo86 in #5579By()statements in e2e tests. by @camilamacedo86 in #5610insecureSkipVerify: falsewithout certificates by @camilamacedo86 in #5624initsubcommand from Grafana plugin by @vitorfloriano in #5627initsubcommand from the Auto Update plugin by @vitorfloriano in #5633manager.image.pullPolicyby @camilamacedo86 in #5636commited->committedin update_action design by @SAY-5 in #5654New Contributors
Full Changelog: kubernetes-sigs/kubebuilder@v4.13.1...v4.14.0
v4.13.1Compare Source
🚀 Keep Your Scaffold Updated
The migration guide covers upgrading from
anyversion to thelatest, including AI-assisted helpers/commands for legacy scaffolds that may require manual steps. For the smoothest path, enable the AutoUpdate Plugin (uses GitHub Actions) or runkubebuilder alpha updatelocally—both use the same update logic. The other options are primarily for older projects missingcliVersionin thePROJECTfile as a one-time step to reach a supported version; after that, you can rely on these workflows for ongoing updates.✨ Upgrades
v1.19.4tov1.20.0(#5531)v0.23.1tov0.23.3(#5532)🐛 Bug Fixes
What's Changed
1.19.4to1.20.0by @camilamacedo86 in #55310.23.1to0.23.3by @camilamacedo86 in #5532New Contributors
Full Changelog: kubernetes-sigs/kubebuilder@v4.13.0...v4.13.1
v4.13.0Compare Source
🚀 Keep Your Scaffold Updated
The migration guide covers upgrading from
anyversion to thelatest, including AI-assisted helpers/commands for legacy scaffolds that may require manual steps. For the smoothest path, enable the AutoUpdate Plugin (uses GitHub Actions) or runkubebuilder alpha updatelocally—both use the same update logic. The other options are primarily for older projects missingcliVersionin thePROJECTfile as a one-time step to reach a supported version; after that, you can rely on these workflows for ongoing updates.✨ Upgrades
v1.19.3tov1.19.4(#5509)✨ New Features
manager.envOverridesto support overriding manager environment variables via Helm CLI (e.g.--set manager.envOverrides.LOG_LEVEL=debug) (#5495)🐛 Bug Fixes
manager.replicasso values fromvalues.yamlare correctly applied in the chart template (#5494)editwith go/v4 + helm/v2-alpha) (#5506)0644, directories:0755) (#5508)🎉 Thanks to all contributors!
What's Changed ( Full Changelog )
New Contributors
Full Changelog: kubernetes-sigs/kubebuilder@v4.12.0...v4.13.0
v4.12.0Compare Source
🚀 Keep Your Scaffold Updated
The migration guide covers upgrading from
anyversion to thelatest, including AI-assisted helpers/commands for legacy scaffolds that may require manual steps. For the smoothest path, enable the AutoUpdate Plugin (uses GitHub Actions) or runkubebuilder alpha updatelocally—both use the same update logic. The other options are primarily for older projects missingcliVersionin thePROJECTfile as a one-time step to reach a supported version; after that, you can rely on these workflows for ongoing updates.✨ Upgrades
v2.7.2tov2.8.1. (#5403, #5481)v1.19.2tov1.19.3. (#5431)v0.20.0tov0.20.1(#5475)5.7.1to5.8.1. (#5412, #5481)✨ New features
Chart.yamlmetadata. (#5414)Notes.txt. (#5392).devcontainer/post-install.shand enhance script. (#5394, #5435)--namespaced. The flag is valid for init and edit subcommands (#5411, #5482, #5480)--multigroupflag to init subcommand. Now you can initialize a project with this layout (#5440)--merge-messageand flag--conflict-messageto allow customise commit messages. (#5429, #5479)🐛 Bug fixes
.Values.webhook.enableconditional. (#5413)crd.keepto correctly add thehelm.sh/resource-policy: keepannotation to generated CRDs (#5472)helm/v1-alphaplugin entry from PROJECT file whenhelm/v2-alphais used. (#5436)--helpcommand was used with--pluginsand improve output to show the available help plugins per subcommand. (#5448)🎉 Thanks to all contributors!
What's Changed ( Full Changelog )
5.7.1to5.8.0by @camilamacedo86 in #5412Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.