Skip to content
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

build(deps): bump sigs.k8s.io/controller-runtime from 0.18.5 to 0.20.3 #439

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps sigs.k8s.io/controller-runtime from 0.18.5 to 0.20.3.

Release notes

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

v0.20.3

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.20.2...v0.20.3

v0.20.2

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.20.1...v0.20.2

v0.20.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.20.0...v0.20.1

v0.20.0

Highlights

  • Based on k8s.io/* v1.32 libraries and minimum Go version is now v1.23
  • New experimental priority queue feature
    • More details in #3013 and #2374
    • Can be enabled via manager.Options.Controller.UsePriorityQueue
    • Please give it a try and provide feedback in #2374
  • AggregatedDiscovery is automatically used when available (#2901)
  • As usual, many improvements to the fake client

Changes since v0.19.0

⚠️ Breaking Changes

  • Bump to k8s.io/* v1.32 libraries (#2971 #2990 #3001 #3007 #3029 #3043)
  • logging: Stop deduplicating API warnings by default (#2953)
  • webhook: Stop deleting unknown fields in CustomDefaulter (#2982 #3056)
  • webhook: Remove deprecated Defaulter and Validator (#2877 #2945)
  • cluster: Remove deprecated SyncPeriod option (#2970)

... (truncated)

Commits
  • bd9c786 Merge pull request #3147 from alvaroaleman/rev
  • c1de925 Revert "[release-0.20] ✨ Expose all Go runtime metrics (#3100)"
  • e8b6292 Merge pull request #3145 from k8s-infra-cherrypick-robot/cherry-pick-3143-to-...
  • 39fefb9 bug: Fakeclient: Fix dataraces when writing to the scheme
  • 44bed88 Merge pull request #3131 from k8s-infra-cherrypick-robot/cherry-pick-3129-to-...
  • 772ce35 Export envtest.ReadCRDFiles
  • 22815fc Merge pull request #3127 from k8s-infra-cherrypick-robot/cherry-pick-3126-to-...
  • b015843 fix: cache should list out of global cache when present and necessary
  • 52b1791 [release-0.20] 🌱 Update dependencies, k8s 1.32.1 (#3108)
  • ed7d2a4 Merge pull request #3106 from k8s-infra-cherrypick-robot/cherry-pick-3103-to-...
  • 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)

Copy link

🚀 e2e tests run

We add labels to the PRs to control the e2e test runs by running specific tests and skipping some test contexts,
please follow this guide:

Label Behaviour
none Run Generic tests
e2e/none skip all e2e tests (documentation etc) - overrides all e2e/* labels Do not run any tests (overrides all e2e/ flags)
e2e/flatcar run Flatcar e2e tests Add Flatcar tests to the run

ℹ️ Ask a Member to add the requested labels if you don't have enough permissions.

Copy link

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
go.mod
go.sum

@wikkyk
Copy link
Collaborator

wikkyk commented Mar 10, 2025

We need to do 0.19 first.

@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.3 branch from dd115ef to e28e9aa Compare March 10, 2025 14:01
@wikkyk wikkyk added the k8s/32 label Mar 10, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.3 branch from e28e9aa to 0e47eaa Compare March 12, 2025 14:41
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.3 branch from 0e47eaa to 104a94c Compare March 12, 2025 15:24
@wikkyk wikkyk closed this Mar 18, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.3 branch March 18, 2025 11:00
@wikkyk wikkyk restored the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.3 branch March 18, 2025 11:01
@wikkyk
Copy link
Collaborator

wikkyk commented Mar 18, 2025

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2025

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@wikkyk
Copy link
Collaborator

wikkyk commented Mar 18, 2025

@dependabot reopen

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2025

Dependabot tried to reopen this PR, but was told that the target branch has been deleted (and therefore that this PR couldn't be reopened).

@wikkyk
Copy link
Collaborator

wikkyk commented Mar 18, 2025

@dependabot repoen

@wikkyk wikkyk reopened this Mar 18, 2025
@wikkyk
Copy link
Collaborator

wikkyk commented Mar 18, 2025

@dependabot rebase

@dependabot dependabot bot changed the base branch from k8s/32 to main March 18, 2025 11:09
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.3 branch from b80c3d9 to bae8c91 Compare March 18, 2025 11:09
@wikkyk wikkyk changed the base branch from main to dependabot/go_modules/sigs.k8s.io/cluster-api-ipam-provider-in-cluster-1.0.1 March 18, 2025 11:52
@dependabot dependabot bot changed the base branch from dependabot/go_modules/sigs.k8s.io/cluster-api-ipam-provider-in-cluster-1.0.1 to main March 18, 2025 13:22
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.3 branch from bae8c91 to 72b89d8 Compare March 18, 2025 13:22
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.3 branch from 72b89d8 to ee2bff5 Compare March 19, 2025 11:16
@wikkyk
Copy link
Collaborator

wikkyk commented Mar 19, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 19, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@wikkyk
Copy link
Collaborator

wikkyk commented Mar 19, 2025

Looks like this will need capi 1.10, since capi 1.9.6 is missing kubernetes-sigs/cluster-api@c01ebd4

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.18.5 to 0.20.3.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.18.5...v0.20.3)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.3 branch from ee2bff5 to 62b6d06 Compare March 20, 2025 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code hold/do-not-merge k8s/32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant