Skip to content

chore(deps): bump sigs.k8s.io/kubebuilder/v4 from 4.12.0 to 4.13.0 in /operator/tools/kubebuilder#19268

Merged
rhacs-bot merged 1 commit intomasterfrom
dependabot/go_modules/operator/tools/kubebuilder/sigs.k8s.io/kubebuilder/v4-4.13.0
Mar 3, 2026
Merged

chore(deps): bump sigs.k8s.io/kubebuilder/v4 from 4.12.0 to 4.13.0 in /operator/tools/kubebuilder#19268
rhacs-bot merged 1 commit intomasterfrom
dependabot/go_modules/operator/tools/kubebuilder/sigs.k8s.io/kubebuilder/v4-4.13.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps sigs.k8s.io/kubebuilder/v4 from 4.12.0 to 4.13.0.

Release notes

Sourced from sigs.k8s.io/kubebuilder/v4's releases.

v4.13.0

🚀 Keep Your Scaffold Updated

The migration guide covers upgrading from any version to the latest, 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 run kubebuilder alpha update locally—both use the same update logic. The other options are primarily for older projects missing cliVersion in the PROJECT file as a one-time step to reach a supported version; after that, you can rely on these workflows for ongoing updates.

✨ Upgrades

  • (go/v4): Upgrade cert-manager used in the e2e tests from v1.19.3 to v1.19.4 (#5509)

✨ New Features

  • (helm/v2-alpha): Add manager.envOverrides to support overriding manager environment variables via Helm CLI (e.g. --set manager.envOverrides.LOG_LEVEL=debug) (#5495)

🐛 Bug Fixes

  • (go/v4): Fix lint execution to ensure the project’s configured lint rules are properly applied (#5493)
  • (helm/v2-alpha): Fix manager.replicas so values from values.yaml are correctly applied in the chart template (#5494)
  • (helm/v2-alpha): Ensure generated Helm Chart files use consistent 2-space indentation (#5490)
  • (CLI/alpha update): Fix panic when multiple plugins define the same CLI flag (e.g. edit with go/v4 + helm/v2-alpha) (#5506)
  • (go/v4, helm/v2-alpha): Standardize generated file and directory permissions (files: 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

Commits
  • bb95ce2 🐛 fix(go/v4,helm/v2-alpha): use 0644/0755 for generated files (#5508)
  • b822593 Merge pull request #5515 from kubernetes-sigs/dependabot/github_actions/actio...
  • b1f157f 🌱 Bump actions/upload-artifact from 6.0.0 to 7.0.0
  • 98ed810 🌱 infra: Remove pkg/internal/validation (#5512)
  • b74a9ae 🌱 chore: add yamllint config for 2-space indentation and Kubernetes YAML best...
  • 56e639f 🌱 cleanup(docs): remove script no longer used to build samples under books (#...
  • e12fc52 ✨ chore(go/v4): Upgrade cert-manager from 1.19.3 to 1.19.4 (#5509)
  • 6e51fa3 Merge pull request #5281 from vitorfloriano/remove-asciicinema
  • 2831857 🐛 fix: resolve panic when multiple plugins define the same flag (e.g. edit wi...
  • c0e3b37 Merge pull request #5490 from v47/fix/helm-v2alpha-yaml-indentation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sigs.k8s.io/kubebuilder/v4](https://github.com/kubernetes-sigs/kubebuilder) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/kubernetes-sigs/kubebuilder/releases)
- [Changelog](https://github.com/kubernetes-sigs/kubebuilder/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/kubebuilder@v4.12.0...v4.13.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/kubebuilder/v4
  dependency-version: 4.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added area/operator auto-merge Auto-merge minor and patch version bumps auto-retest PRs with this label will be automatically retested if prow checks fails dependencies Pull requests that update a dependency file labels Mar 3, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 3, 2026 14:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file area/operator auto-merge Auto-merge minor and patch version bumps auto-retest PRs with this label will be automatically retested if prow checks fails labels Mar 3, 2026
@rhacs-bot
Copy link
Copy Markdown
Contributor

Images are ready for the commit at d9bdb15.

To use with deploy scripts, first export MAIN_IMAGE_TAG=4.11.x-220-gd9bdb150cf.

@rhacs-bot rhacs-bot enabled auto-merge (squash) March 3, 2026 19:21
@rhacs-bot rhacs-bot merged commit 2e7050d into master Mar 3, 2026
116 checks passed
@rhacs-bot rhacs-bot deleted the dependabot/go_modules/operator/tools/kubebuilder/sigs.k8s.io/kubebuilder/v4-4.13.0 branch March 3, 2026 19:22
ksurabhi91 pushed a commit that referenced this pull request Mar 12, 2026
… /operator/tools/kubebuilder (#19268)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/operator auto-merge Auto-merge minor and patch version bumps auto-retest PRs with this label will be automatically retested if prow checks fails dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant