Skip to content

Bump the gomod-dependencies group across 1 directory with 2 updates#80

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/hack/gomod-dependencies-7d70a5d338
Open

Bump the gomod-dependencies group across 1 directory with 2 updates#80
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/hack/gomod-dependencies-7d70a5d338

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps the gomod-dependencies group with 2 updates in the /hack directory: k8s.io/code-generator and sigs.k8s.io/controller-tools.

Updates k8s.io/code-generator from 0.35.1 to 0.36.0

Commits
  • c6258db Update dependencies to v0.36.0 tag
  • a85207c Merge remote-tracking branch 'origin/master' into release-1.36
  • 634d8b3 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • a8853d1 Merge pull request #137772 from lalitc375/fix-linter
  • eae1aca Merge pull request #137864 from yongruilin/dv-dra-mismatch
  • 6770f5f Merge pull request #137846 from lalitc375/required-forbidden
  • 9681623 Add slice and map union member support with tests
  • 6c2d782 Add nil OldValue test coverage for union doc_tests
  • f4e4b3a Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
  • 8a4544d Add tests for validateTrueBeta and ValidateTrueAlpha
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-tools from 0.20.1 to 0.21.0

Release notes

Sourced from sigs.k8s.io/controller-tools's releases.

v0.21.0

What's Changed

Misc

envtest

Dependency bumps

... (truncated)

Commits
  • 41fba85 Merge pull request #1407 from sbueringer/pr-k8s-v1.36
  • 319cce6 Upgrade k8s from 1.35 to 1.36
  • ec29474 Merge pull request #1354 from alvaroaleman/immutable
  • 27f2ee1 Merge pull request #1405 from kubernetes-sigs/dependabot/go_modules/all-go-mo...
  • f90ac1b 🌱 Bump github.com/onsi/gomega
  • 456a080 ✨ Add support for k8s:immutable
  • e17f046 Merge pull request #1402 from camilamacedo86/up-go
  • e0961cc Merge pull request #1383 from kubernetes-sigs/dependabot/github_actions/all-g...
  • ee76c90 Merge pull request #1377 from kubernetes-sigs/dependabot/go_modules/all-go-mo...
  • e70af51 Apply linter fixes for Go 1.26.0
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod-dependencies group with 2 updates in the /hack directory: [k8s.io/code-generator](https://github.com/kubernetes/code-generator) and [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools).


Updates `k8s.io/code-generator` from 0.35.1 to 0.36.0
- [Commits](kubernetes/code-generator@v0.35.1...v0.36.0)

Updates `sigs.k8s.io/controller-tools` from 0.20.1 to 0.21.0
- [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-tools@v0.20.1...v0.21.0)

---
updated-dependencies:
- dependency-name: k8s.io/code-generator
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: sigs.k8s.io/controller-tools
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 12, 2026

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@google-oss-prow
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign shouri007 for approval. For more information see the Kubernetes Code Review Process.

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

Details 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

@google-oss-prow
Copy link
Copy Markdown
Contributor

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

I'm waiting for a GoogleCloudPlatform 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.

Details

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/test-infra repository.

@google-oss-prow google-oss-prow Bot added size/XXL and removed size/L labels May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant