-
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?
Conversation
|
@camilamacedo86: This pull request references OPRUN-4250 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.21.0" version, but no target version was set. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
| github.com/operator-framework/api v0.36.0 | ||
| github.com/operator-framework/operator-lifecycle-manager v0.0.0-00010101000000-000000000000 | ||
| github.com/operator-framework/operator-registry v1.60.0 | ||
| github.com/operator-framework/operator-registry v1.61.0 |
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.
We are using 1.61.0 now: https://github.com/operator-framework/operator-lifecycle-manager/blob/master/go.mod#L25
| k8s.io/code-generator v0.34.1 | ||
| k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b | ||
| k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 | ||
| k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 |
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.
Updated in this pr/upstream: operator-framework/operator-lifecycle-manager@0d7562a
| github.com/opencontainers/image-spec v1.1.1 // indirect | ||
| github.com/opencontainers/runtime-spec v1.2.1 // indirect | ||
| github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a // indirect | ||
| github.com/openshift/client-go v0.0.0-20251015124057-db0dee36e235 // indirect |
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.
Updated in this commit upstream: operator-framework/operator-lifecycle-manager@0d7562a#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R23
| github.com/smallstep/pkcs7 v0.2.1 // indirect | ||
| github.com/spf13/pflag v1.0.10 // indirect | ||
| github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect | ||
| github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect |
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.
Not used in upstream
| 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 |
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
|
|
||
| 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 |
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.
Removed for we use the latest version
And update the indirect to match with upstream
| github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37 | ||
| github.com/onsi/ginkgo/v2 v2.27.2 | ||
| github.com/openshift/api v0.0.0-20251023193535-8691c3014652 | ||
| github.com/openshift/api v0.0.0-20251111193948-50e2ece149d7 |
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.
| github.com/golang/mock v1.6.0 | ||
| github.com/googleapis/gnostic v0.5.5 | ||
| github.com/grpc-ecosystem/grpc-health-probe v0.4.40 | ||
| github.com/grpc-ecosystem/grpc-health-probe v0.4.41 |
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.
Not used in upstream
a32337c to
457d20e
Compare
|
/retest-required |
anik120
left a comment
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.
/lgtm
|
/approve |
457d20e to
19982af
Compare
|
/retest-required |
|
@camilamacedo86: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
anik120
left a comment
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.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anik120, camilamacedo86, tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.