Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps reconciler.io/runtime from 0.24.1 to 0.25.1.

Release notes

Sourced from reconciler.io/runtime's releases.

v0.25.1

What's Changed

Full Changelog: reconcilerio/runtime@v0.25.0...v0.25.1

v0.25.0

Breaking Changes

Upstream breaking changes are reflected here.

  • adds compatibility for controller-runtime 0.23
  • upstream EventRecorder using the core/v1 Event API is deprecated and will be removed in a future release. The replacement EventRecorder uses the events.k8s.io/v1 Event API.
    • RBAC permission to that API must be granted in order to use the new recorder.
    • Existing uses of Config.Recorder are deprecated and should switch to use the Eventf method directly on the Config.
    • For testing, both event recorders contribute to the same set of ExpectedEvents. Use NewEventf to provide fields associated with the new API.
    • Built in recorded events will convert to the new Events API in the next release.

What's Changed

Full Changelog: reconcilerio/runtime@v0.24.1...v0.25.0

Commits
  • e094974 Call typed defaulter for reconciled object (#677)
  • 9c9ed61 Expose builder's ForOptions for a reconciler (#676)
  • 5c1e9d9 Support new event recorder (#675)
  • fec6acb Bump sigs.k8s.io/controller-runtime from 0.22.4 to 0.23.1 (#674)
  • 901b033 Bump golang.org/x/net from 0.48.0 to 0.49.0 (#671)
  • eaa676f Bump sigs.k8s.io/controller-tools from 0.19.0 to 0.20.0 in /hack (#670)
  • db9f460 Bump reconciler.io/dies/diegen from 0.17.0 to 0.18.0 in /hack (#667)
  • a0bdb8e Bump reconciler.io/dies from 0.17.0 to 0.18.0 (#669)
  • f64b944 Silence conflicts on status update for ResourceReconciler (#664)
  • f483665 Bump the kubernetes group with 3 updates (#666)
  • 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 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 [reconciler.io/runtime](https://github.com/reconcilerio/runtime) from 0.24.1 to 0.25.1.
- [Release notes](https://github.com/reconcilerio/runtime/releases)
- [Commits](reconcilerio/runtime@v0.24.1...v0.25.1)

---
updated-dependencies:
- dependency-name: reconciler.io/runtime
  dependency-version: 0.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Feb 5, 2026
Signed-off-by: Scott Andrews <scott@andrews.me>
@codecov
Copy link

codecov bot commented Feb 6, 2026

Codecov Report

❌ Patch coverage is 92.85714% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.01%. Comparing base (9be0c56) to head (ffbcc96).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
apis/v1/clusterworkloadresourcemapping_webhook.go 90.90% 1 Missing ⚠️
apis/v1/servicebinding_webhook.go 94.11% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #524      +/-   ##
==========================================
+ Coverage   72.97%   73.01%   +0.04%     
==========================================
  Files          28       28              
  Lines        1480     1460      -20     
==========================================
- Hits         1080     1066      -14     
+ Misses        329      324       -5     
+ Partials       71       70       -1     

☔ 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 678fb82 into main Feb 6, 2026
28 of 29 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/reconciler.io/runtime-0.25.1 branch February 6, 2026 13:28
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