build(deps): bump sigs.k8s.io/controller-runtime from 0.24.1 to 0.25.0 in /pkg/app/pipedv1/plugin/kubernetes_multicluster - #7342
Conversation
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.24.1 to 0.25.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.24.1...v0.25.0) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for pipecd-site canceled.
|
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward dependency version bump with consistent go.mod/go.sum updates and no code changes required in this module based on current controller-runtime usage.
Pull request overview
Updates the Kubernetes multicluster pipedv1 plugin’s Go module dependencies to use sigs.k8s.io/controller-runtime v0.25.0, aligning the module with the newer controller-runtime release and its transitive dependency set.
Changes:
- Bump
sigs.k8s.io/controller-runtimefromv0.24.1tov0.25.0in thekubernetes_multiclusterplugin module. - Refresh
go.sum/indirect dependencies pulled in by the new controller-runtime version (e.g., Prometheus, OTel contrib instrumentation, jwt, compress, andk8s.io/apiextensions-apiserver).
File summaries
| File | Description |
|---|---|
| pkg/app/pipedv1/plugin/kubernetes_multicluster/go.mod | Updates controller-runtime requirement to v0.25.0 and adjusts related indirect dependency versions. |
| pkg/app/pipedv1/plugin/kubernetes_multicluster/go.sum | Updates module checksums to match the resolved dependency graph after the bump. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7342 +/- ##
==========================================
+ Coverage 29.75% 38.71% +8.96%
==========================================
Files 601 27 -574
Lines 64442 3415 -61027
==========================================
- Hits 19172 1322 -17850
+ Misses 43778 2021 -41757
+ Partials 1492 72 -1420 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Superseded by #7371. |
Bumps sigs.k8s.io/controller-runtime from 0.24.1 to 0.25.0.
Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
... (truncated)
Commits
e8f9455🐛 fakeclient: Allow updating managedFields through Update (#3585)0cc1315Merge pull request #3565 from dongjiang1989/fix-leakfa96780🐛 Fix goroutine leaks in cache Start() methods1f5514b✨ Add a read-your-own-write client (#3472)df386c7🌱 Bump to golangci-lint v2.13.1 (#3580)dc7618fMerge pull request #3583 from pujitha24/auto/issue-358237fe235🐛 fake: fix AddIndex panic when client is wrapped with an interceptor01c7782✨ Allow overriding REST client latency histogram buckets (#3573)857be80Merge pull request #3576 from demirdilek/fix-leaderelection-contextual-loggingb1387beMerge pull request #3581 from alvaroaleman/fake-consistentDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)