Uh oh!
There was an error while loading. Please reload this page.
🌱 Update operator-registry and api - #2762
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR updates Go module dependencies for operator-controller, primarily bumping github.com/operator-framework/api and github.com/operator-framework/operator-registry, along with several transitive/runtime dependencies captured in go.mod/go.sum.
Changes:
- Bump
github.com/operator-framework/apitov0.44.0andgithub.com/operator-framework/operator-registrytov1.72.0. - Update several supporting dependencies (e.g.,
golang.org/x/*,oras-go,go-sqlite3), and bump declaredk8s.io/*versions. - Regenerate
go.sumaccordingly.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| go.mod | Updates direct/indirect dependency versions (including operator-framework and k8s.io declarations). |
| go.sum | Updates dependency checksums to match the module version bumps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #2762 +/- ##
=======================================
Coverage 66.77% 66.77% =======================================
Files 149 149 Lines 11382 11382 =======================================
Hits 7600 7600 Misses 3222 3222 Partials 560 560
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:
|
| k8s.io/apimachinery v0.36.1 | ||
| k8s.io/apiserver v0.36.1 | ||
| k8s.io/cli-runtime v0.36.1 | ||
| k8s.io/client-go v1.5.2 |
There was a problem hiding this comment.
Seems like client-go should also be v0.36.1
There was a problem hiding this comment.
According to @pedjak they don't line up like that.
https://github.com/operator-framework/operator-controller/pull/2717/changes#r3379825966
Signed-off-by: Todd Short <tshort@redhat.com>
Uh oh!
There was an error while loading. Please reload this page.
joelanford
commented
Jun 11, 2026
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: joelanford, rashmigottipati The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
b5f05bb
into
operator-framework:mainUh oh!
There was an error while loading. Please reload this page.
Description
Reviewer Checklist