Skip to content

build(deps): bump sigs.k8s.io/controller-runtime from 0.23.1 to 0.23.2 in /modules/kubeclients#1056

Merged
eqrx merged 2 commits intomainfrom
dependabot/go_modules/modules/kubeclients/sigs.k8s.io/controller-runtime-0.23.2
Mar 6, 2026
Merged

build(deps): bump sigs.k8s.io/controller-runtime from 0.23.1 to 0.23.2 in /modules/kubeclients#1056
eqrx merged 2 commits intomainfrom
dependabot/go_modules/modules/kubeclients/sigs.k8s.io/controller-runtime-0.23.2

Conversation

@dependabot
Copy link
Contributor

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

Bumps sigs.k8s.io/controller-runtime from 0.23.1 to 0.23.2.

Release notes

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

v0.23.2

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.23.1...v0.23.2

Commits
  • 8122a62 Merge pull request #3467 from k8s-infra-cherrypick-robot/cherry-pick-3463-to-...
  • 35093c6 Reduce memory usage of default webhooks
  • 4dbfa5c [release-0.23] 🐛 Fix fake client's SSA status patch resource version check (#...
  • See full diff 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/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.23.1 to 0.23.2.
- [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.23.1...v0.23.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 5, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 5, 2026 13:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 5, 2026
@coderabbitai
Copy link

coderabbitai bot commented Mar 5, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d798dc05-5b72-47b4-8003-d1b068b22e29

📥 Commits

Reviewing files that changed from the base of the PR and between b472fbf and fa957e7.

⛔ Files ignored due to path filters (3)
  • kubeutils/go.sum is excluded by !**/*.sum
  • modules/kind/go.sum is excluded by !**/*.sum
  • modules/kubeclients/go.sum is excluded by !**/*.sum
📒 Files selected for processing (3)
  • kubeutils/go.mod
  • modules/kind/go.mod
  • modules/kubeclients/go.mod

Walkthrough

Three Go module files updated with a patch version bump for sigs.k8s.io/controller-runtime from v0.23.1 to v0.23.2. No logic, configuration, or API changes involved.

Changes

Cohort / File(s) Summary
Dependency Version Bump
kubeutils/go.mod, modules/kind/go.mod, modules/kubeclients/go.mod
Updated sigs.k8s.io/controller-runtime from v0.23.1 to v0.23.2 across all three modules.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping sigs.k8s.io/controller-runtime from 0.23.1 to 0.23.2, though it specifies only /modules/kubeclients when the change affects three modules.
Description check ✅ Passed The description is directly related to the changeset, providing release notes, commit details, and Dependabot-generated content that explains the dependency bump.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/go_modules/modules/kubeclients/sigs.k8s.io/controller-runtime-0.23.2

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.33%. Comparing base (b472fbf) to head (fa957e7).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1056   +/-   ##
=======================================
  Coverage   63.33%   63.33%           
=======================================
  Files          13       13           
  Lines         870      870           
=======================================
  Hits          551      551           
  Misses        280      280           
  Partials       39       39           

☔ 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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2026

A newer version of sigs.k8s.io/controller-runtime exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@eqrx eqrx merged commit a2d5dad into main Mar 6, 2026
5 checks passed
@eqrx eqrx deleted the dependabot/go_modules/modules/kubeclients/sigs.k8s.io/controller-runtime-0.23.2 branch March 6, 2026 10:02
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.

1 participant