Skip to content

build(deps): bump sigs.k8s.io/controller-runtime from 0.12.3 to 0.24.1 in /pkg/app/pipedv1/plugin/kubernetes - #7248

Merged
mohammedfirdouss merged 1 commit into
masterfrom
dependabot/go_modules/pkg/app/pipedv1/plugin/kubernetes/sigs.k8s.io/controller-runtime-0.24.1
Sep 1, 2026
Merged

build(deps): bump sigs.k8s.io/controller-runtime from 0.12.3 to 0.24.1 in /pkg/app/pipedv1/plugin/kubernetes#7248
mohammedfirdouss merged 1 commit into
masterfrom
dependabot/go_modules/pkg/app/pipedv1/plugin/kubernetes/sigs.k8s.io/controller-runtime-0.24.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps sigs.k8s.io/controller-runtime from 0.12.3 to 0.24.1.

Release notes

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

v0.24.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.24.0...v0.24.1

v0.24.0

⚠️ Breaking Changes

🐛 Bug Fixes

  • Cache: Fix IndexField blocking until informer is synced (#3445)
  • Cache: Wait for cache sync when ReaderFailOnMissingInformer is true (#3425)
  • Client: Update typed ApplyConfigurations with server response (#3475)
  • Fakeclient: Fix SSA status patch resource version check (#3443)
  • Fakeclient: Fix panic when using CRs with embedded pointer structs (#3431)
  • Fakeclient: Fix status apply if existing object has managedFields set (#3430)
  • Fakeclient: Retry GenerateName on AlreadyExists collisions (#3498)
  • HTTP servers: Wire up base context into http servers (#3452)

🌱 Others

  • Builder/Webhooks: Remove deprecated custom path function (#3465)
  • Cache: Test cache reader waits for cache sync (#3434)
  • Certwatcher: Deflake certwatcher tests (#3457)
  • Dependencies: Use forked version of btree (#3449)
  • Envtest: Ensure envtest stops the whole process group (#3447)
  • Logging: Add missing space in zap-log-level flag description (#3492)
  • Misc: Adopt new(x) over ptr.To(x) and re-enable newexpr lint (#3489)
  • Owners: Cleanup (#3453)
  • Recorder: Add logger into context for structured logging (#3454)
  • Recorder: Switch to StartLogging for event debug logs (#3451)
  • Scheme: Deprecate the scheme builder (#3461)
  • Source/Kind: Improve logging for dynamic type kind source (#3494)
  • Webhooks: Reduce memory usage of default webhooks (#3463 #3468)

🌱 CI & linters

  • Chore: Update golangci-lint version to v2.8.0 (#3448)
  • Chore: Update golangci-lint version to v2.10.1 (#3470)
  • Chore: Update golangci-lint version to v2.11.3 (#3482)
  • Migrate away from custom GitHub action approval workflow (#3491)
  • Release: Auto-create git tags for the tools/setup-envtest submodule (#3476)

📖 Additionally, there has been 1 contribution to our documentation. (#3477)

Dependencies

... (truncated)

Commits
  • 3be3f1b Merge pull request #3516 from k8s-infra-cherrypick-robot/cherry-pick-3515-to-...
  • 0f7b33d Fix regression in Apply typed error handling
  • d3eaef3 Merge pull request #3475 from alvaroaleman/fixfix
  • 3296f32 🐛 Update typed Applyconfigurations with server response
  • c8b4b9d Merge pull request #3506 from troy0820/troy0820/update-deps-k8s
  • 557c314 update to k8s.io v1.36.0
  • e4a998c Merge pull request #3499 from kubernetes-sigs/dependabot/github_actions/all-g...
  • 1a31c56 Merge pull request #3498 from vieux/fix-fake-client-generatename-retry
  • 80bc294 fakeclient: retry GenerateName on AlreadyExists collisions (match K8s 1.32 be...
  • 77b730a 🌱 Bump the all-github-actions group with 2 updates
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 25, 2026
Copilot AI lite review requested due to automatic review settings August 25, 2026 23:13
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 25, 2026
@dependabot
dependabot Bot requested review from a team as code owners August 25, 2026 23:13
@dependabot dependabot Bot added the go Pull requests that update Go code label Aug 25, 2026
@netlify

netlify Bot commented Aug 25, 2026

Copy link
Copy Markdown

Deploy Preview for pipecd-site canceled.

Name Link
🔨 Latest commit 12b2007
🔍 Latest deploy log https://app.netlify.com/projects/pipecd-site/deploys/6a8e26646a74d90008235924

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Kubernetes pipedv1 plugin module’s Go dependencies by bumping sigs.k8s.io/controller-runtime from v0.12.3 to v0.24.1, aligning the module with newer controller-runtime and Kubernetes library versions used by that release line.

Changes:

  • Bump sigs.k8s.io/controller-runtime to v0.24.1 in the Kubernetes plugin module.
  • Refresh indirect dependencies in go.mod to match the new controller-runtime dependency graph.
  • Regenerate/prune go.sum entries accordingly.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
pkg/app/pipedv1/plugin/kubernetes/go.mod Bumps controller-runtime and updates indirect dependency versions for the plugin module.
pkg/app/pipedv1/plugin/kubernetes/go.sum Updates module checksum set after dependency bump/tidy.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.24.2 // indirect
k8s.io/apiextensions-apiserver v0.36.0 // indirect
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.12.3 to 0.24.1.
- [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.12.3...v0.24.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/pkg/app/pipedv1/plugin/kubernetes/sigs.k8s.io/controller-runtime-0.24.1 branch from 5b4b9e8 to 12b2007 Compare August 25, 2026 23:33
@codecov

codecov Bot commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 36.03%. Comparing base (02d5439) to head (12b2007).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7248      +/-   ##
==========================================
+ Coverage   32.33%   36.03%   +3.70%     
==========================================
  Files          29      100      +71     
  Lines        1930     8548    +6618     
==========================================
+ Hits          624     3080    +2456     
- Misses       1252     5298    +4046     
- Partials       54      170     +116     
Flag Coverage Δ
.-pkg-app-pipedv1-plugin-analysis 32.16% <ø> (?)
.-pkg-app-pipedv1-plugin-ecs 33.64% <ø> (?)
.-pkg-app-pipedv1-plugin-scriptrun 54.83% <ø> (ø)
.-pkg-app-pipedv1-plugin-terraform 38.46% <ø> (ø)
.-pkg-app-pipedv1-plugin-wait 33.04% <ø> (ø)
.-pkg-app-pipedv1-plugin-waitapproval 52.71% <ø> (ø)
.-pkg-plugin-sdk 49.85% <ø> (?)
.-tool-actions-gh-release 19.23% <ø> (ø)
.-tool-actions-plan-preview 25.51% <ø> (?)
.-tool-codegen-protoc-gen-auth 0.00% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mohammedfirdouss
mohammedfirdouss merged commit 96dd7e2 into master Sep 1, 2026
66 checks passed
@mohammedfirdouss
mohammedfirdouss deleted the dependabot/go_modules/pkg/app/pipedv1/plugin/kubernetes/sigs.k8s.io/controller-runtime-0.24.1 branch September 1, 2026 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/go area/pipedv1 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