-
Notifications
You must be signed in to change notification settings - Fork 76
OPRUN-4250: Upgrade versions; ocp, kube-api, opm and indirects #1149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -209,7 +209,6 @@ require ( | |
| golang.org/x/text v0.31.0 // indirect | ||
| golang.org/x/time v0.14.0 // indirect | ||
| golang.org/x/tools v0.38.0 // indirect | ||
| golang.org/x/tools/go/expect v0.1.1-deprecated // indirect | ||
| gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b // indirect | ||
|
|
@@ -240,9 +239,6 @@ require ( | |
| ) | ||
|
|
||
| replace ( | ||
| // pinned because of incompatibility with k8s.io/apiserver | ||
| github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0 // release-4.5 | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed for we use the latest version |
||
|
|
||
| // use staged repositories | ||
| github.com/operator-framework/api => ./staging/api | ||
| github.com/operator-framework/operator-lifecycle-manager => ./staging/operator-lifecycle-manager | ||
|
|
||
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that all indirects were updated by go.
I just removed
and run go mod tidy and go mod vendor to ensure that we have the right ones