Skip to content

Bump sigs.k8s.io/controller-runtime from 0.21.0 to 0.22.0#644

Merged
scothis merged 2 commits intomainfrom
dependabot/go_modules/sigs.k8s.io/controller-runtime-0.22.0
Sep 2, 2025
Merged

Bump sigs.k8s.io/controller-runtime from 0.21.0 to 0.22.0#644
scothis merged 2 commits intomainfrom
dependabot/go_modules/sigs.k8s.io/controller-runtime-0.22.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2025

Bumps sigs.k8s.io/controller-runtime from 0.21.0 to 0.22.0.

Release notes

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

v0.22.0

🔆 Highlights

⚠️ Breaking changes

✨ Features

🐛 Bugfixes

🌱 Other

📖 Documentation

... (truncated)

Commits
  • fc84a60 Merge pull request #3300 from troy0820/troy0820/k8s-deps-1.34
  • c430462 update k8s.io dependencies to v0.34.0
  • 7085be7 Merge pull request #3299 from sbueringer/pr-clarify-state-of-warmup
  • 5fd7ff6 Clarify state of Warmup feature
  • e922805 Merge pull request #3293 from s-z-z/certwatcher-patch
  • 41feb4f feat(certwatcher): add instance-specific logger with cert/key context
  • 0f4e99e Merge pull request #3296 from alvaroaleman/reconciliationtimeout
  • f8db32f ✨ Add a ReconciliationTimeout option
  • 9d3997b ✨ envtest: search the assets index for latest of a release series (#3280)
  • 9f93124 Merge pull request #3290 from alvaroaleman/addafter
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 29, 2025
@dependabot dependabot bot requested a review from scothis as a code owner August 29, 2025 02:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 29, 2025
Copy link
Contributor

@mamachanko mamachanko left a comment

Choose a reason for hiding this comment

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

whoops. tests are failing. revoking my approval.

@scothis
Copy link
Member

scothis commented Sep 2, 2025

Upstream added a client.Apply() method which is syntactic sugar around .Patch().

I'll add a simple passthrough to implement the interface here, and circle back to more fully add support. Being able to test patch operation against the api server without needing to define raw json for the test assertion will be nice.

dependabot bot and others added 2 commits September 2, 2025 10:35
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.21.0 to 0.22.0.
- [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.21.0...v0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Scott Andrews <scott@andrews.me>
@scothis scothis force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.22.0 branch from 2989459 to fcc65d6 Compare September 2, 2025 14:36
@codecov
Copy link

codecov bot commented Sep 2, 2025

Codecov Report

❌ Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.96%. Comparing base (ec88899) to head (fcc65d6).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
testing/client.go 0.00% 3 Missing ⚠️
duck/client.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #644      +/-   ##
==========================================
- Coverage   57.02%   56.96%   -0.07%     
==========================================
  Files          37       37              
  Lines        4426     4431       +5     
==========================================
  Hits         2524     2524              
- Misses       1794     1799       +5     
  Partials      108      108              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@scothis scothis merged commit 15d1a6b into main Sep 2, 2025
2 of 4 checks passed
@scothis scothis deleted the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.22.0 branch September 2, 2025 14:38
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants