🌱 Upgrade dependencies#2321
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 upgrades multiple Go dependencies to their latest versions, primarily focusing on minor and patch-level updates for improved security and functionality.
Key Changes
- Updated direct dependencies:
operator-framework/operator-registry(v1.60.0 → v1.61.0) andcontroller-runtime(v0.22.3 → v0.22.4) - Updated indirect dependencies including
docker/cli,go-jose, gRPC, and various Google/Kubernetes packages - Added explicit dependency on
google/pprofand removed unusedgo.uber.org/automaxprocs
Reviewed Changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updated direct and indirect dependency versions; added explicit google/pprof dependency |
| go.sum | Updated checksums for all upgraded dependencies and their transitive dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2321 +/- ##
==========================================
+ Coverage 74.23% 74.26% +0.02%
==========================================
Files 91 91
Lines 7057 7057
==========================================
+ Hits 5239 5241 +2
+ Misses 1403 1402 -1
+ Partials 415 414 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: perdasilva 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 |
74cdb16
into
operator-framework:main
Upgrade operator-registry and controller-runtime