Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2025

Bumps sigs.k8s.io/kubebuilder/v4 from 4.6.0 to 4.7.0.

Release notes

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

v4.7.0

⚠️ Breking Changes

  • (helm/v1-alpha): remove init command from Helm plugin as it's only meaningful with edit (#4903)

✨ New Features

  • (go/v4): Add default logic to conversion webhook implementations to copy ObjectMeta (e.g., name, namespace, labels). Includes example usage to clarify usage patterns (#4825)
  • (kustomize/v2; go/v4): Automatically uncomment webhook blocks during scaffold generation to improve UX and maintainability (#4826)
  • (cli): Improve help output for kubebuilder alpha generate command to clarify usage (#4846)
  • (alpha update): Introduce initial implementation of the alpha update command (#4871). Users can now automate the full upgrade process of their projects, only intervening to resolve conflicts. (More info)
  • (deploy-image/v1-alpha): Refine CRD conditions field documentation for improved clarity and human readability (#4894)
  • Upgrade usage of cert-manager from v1.17.2 to v1.18.2 (#4866) (#4878)(#4905)
  • Upgrade golang-ci from v2.1.0 to v2.1.6 (#4867)

🐛 Bug Fixes

  • (helm/v1-alpha): Use consistent file and directory permissions (0644/0755) during scaffolding (#4814)
  • (cli): Ensure files and directories starting with a dot (except .git and PROJECT) are cleaned up correctly during alpha generate (#4842)
  • (cli): Ensure alpha generate runs all necessary targets (make manifests generate fmt vet lint-fix) post-scaffolding (#4843)(#4848)
  • (cli): Patch PROJECT file in-memory to support unsupported plugins during alpha generate (#4844)
  • (go/v4): Fix grammar in e2e test comments to improve clarity (#4847)
  • (go/v4): Remove unused +kubebuilder:conversion:hub marker from conversion webhooks (#4849)
  • (go/v4): Set readOnlyRootFilesystem in manager and curl pods to meet PSA security guidelines (#4869)
  • (go/v4): Fix incorrect ServiceAccount spec naming in e2e tests (#4868)
  • (go/v4): Skip kind node creation during e2e tests if node already exists (#4883)
  • (deploy-image/v1-alpha): Remove patchStrategy and protobuf tags from Conditions field (#4893)
  • (deploy-image/v1-alpha): Remove default max size validation logic from CRD schema (#4909)
  • (deploy-image/v1-alpha): Eliminate unnecessary error handling for addFinalizer logic (#4789)
  • (go/v4, deploy-image/v1-alpha): Ensure API scaffolds follow Kubernetes API conventions. This effort aligns the code to be checked with kube-api-linter in a future release. (#4907) (#4897) (#4913)
    • Ensure CRD field comments do not start with capitalised letters and omit trailing periods
    • Ensure //+required and //+optional markers are correctly applied
    • Use omitzero for Status fields to avoid unnecessary use and complexities that pointers can bring

Thanks to all our contributors! 🎉

What's Changed

... (truncated)

Commits
  • cf5dbb3 Merge pull request #4923 from camilamacedo86/doc-update-command
  • 3be1249 (doc): Upgrade Migration and Documentation over Alpha Commands
  • 5465387 Merge pull request #4920 from vitorfloriano/dev/e2e-test-alpha-update
  • 194a1cb 🌱 (alpha update command): add e2e test
  • bc23f9d Merge pull request #4922 from kubernetes-sigs/dependabot/go_modules/golang.or...
  • 5501b8f 🌱 Bump golang.org/x/tools from 0.34.0 to 0.35.0
  • 1948c3e Merge pull request #4921 from camilamacedo86/add-make-tests-faster
  • 4aa8c2e (chore): Optmize CI time and usage of resources
  • 9623a8b Merge pull request #4884 from rayowang/distributing-kubebuilder-project
  • 4109d2e feat: guide for building a bundle with kubebuilder-based projects for managem...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.6.0 to 4.7.0.
- [Release notes](https://github.com/kubernetes-sigs/kubebuilder/releases)
- [Changelog](https://github.com/kubernetes-sigs/kubebuilder/blob/master/RELEASE.md)
- [Commits](v4.6.0...v4.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Jul 15, 2025
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 15, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jul 15, 2025
@camilamacedo86 camilamacedo86 changed the title 📖 Bump sigs.k8s.io/kubebuilder/v4 from 4.6.0 to 4.7.0 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1 📖 Bump sigs.k8s.io/kubebuilder/v4 from 4.6.0 to 4.7.0 in /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1 Jul 15, 2025
Copy link
Member

@camilamacedo86 camilamacedo86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 15, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: camilamacedo86, dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 15, 2025
@k8s-ci-robot k8s-ci-robot merged commit 9d0611f into master Jul 15, 2025
30 of 31 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1/sigs.k8s.io/kubebuilder/v4-4.7.0 branch July 15, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants