-
Notifications
You must be signed in to change notification settings - Fork 427
Bug 1790785: bump(operator-framework/operator-registry) #316
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
Conversation
|
@ecordell: This pull request references Bugzilla bug 1790785, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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 kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ecordell The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
d657b40 to
f447321
Compare
|
/retest |
1 similar comment
|
/retest |
| github.com/mtrmac/gpgme v0.1.2 // indirect | ||
| github.com/opencontainers/go-digest v1.0.0-rc1 | ||
| github.com/openshift/api v0.0.0-20200205133042-34f0ec8dab87 | ||
| github.com/openshift/api v3.9.1-0.20190924102528-32369d4db2ad+incompatible |
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.
This is unexpected change.
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.
From what I checked this is somehow a transitive dependency that's coming only when I change operator-registry, if I bump openshift deps this will work just fine picking newer version, which makes me worried a lot about that bump.
| k8s.io/apiserver v0.17.1 | ||
| k8s.io/cli-runtime v0.17.0 | ||
| k8s.io/client-go v0.17.1 | ||
| k8s.io/client-go v8.0.0+incompatible |
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.
Same this one.
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.
| k8s.io/klog v1.0.0 | ||
| k8s.io/kubectl v0.0.0 | ||
| k8s.io/kubernetes v0.0.0-00010101000000-000000000000 | ||
| k8s.io/kubernetes v1.16.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.
Ditto.
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.
| replace ( | ||
| github.com/apcera/gssapi => github.com/openshift/gssapi v0.0.0-20161010215902-5fb4217df13b | ||
| github.com/containers/image => github.com/openshift/containers-image v0.0.0-20190130162819-76de87591e9d | ||
| github.com/openshift/api => github.com/openshift/api v0.0.0-20200205133042-34f0ec8dab87 |
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.
This is not needed.
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.
This replaces https://github.com/openshift/oc/pull/316/files#r383280617, therefore, it does not change dependencies at all.
Bowenislandsong
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.
Thank you very much for the review. I did try very hard to sort everything out. However, It does seem like these changes are not affecting the dependencies at all since they are overwritten by replace right after. Other than the fact that they do not look as pretty in format. These changes should be harmless. Please let me know what you think. Thank you.
| k8s.io/apiserver v0.17.1 | ||
| k8s.io/cli-runtime v0.17.0 | ||
| k8s.io/client-go v0.17.1 | ||
| k8s.io/client-go v8.0.0+incompatible |
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.
| k8s.io/klog v1.0.0 | ||
| k8s.io/kubectl v0.0.0 | ||
| k8s.io/kubernetes v0.0.0-00010101000000-000000000000 | ||
| k8s.io/kubernetes v1.16.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.
| replace ( | ||
| github.com/apcera/gssapi => github.com/openshift/gssapi v0.0.0-20161010215902-5fb4217df13b | ||
| github.com/containers/image => github.com/openshift/containers-image v0.0.0-20190130162819-76de87591e9d | ||
| github.com/openshift/api => github.com/openshift/api v0.0.0-20200205133042-34f0ec8dab87 |
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.
This replaces https://github.com/openshift/oc/pull/316/files#r383280617, therefore, it does not change dependencies at all.
| github.com/mtrmac/gpgme v0.1.2 // indirect | ||
| github.com/opencontainers/go-digest v1.0.0-rc1 | ||
| github.com/openshift/api v0.0.0-20200205133042-34f0ec8dab87 | ||
| github.com/openshift/api v3.9.1-0.20190924102528-32369d4db2ad+incompatible |
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.
From what I checked this is somehow a transitive dependency that's coming only when I change operator-registry, if I bump openshift deps this will work just fine picking newer version, which makes me worried a lot about that bump.
|
/hold |
|
I'll keep this on hold, I have agreement with @ecordell he'll look into fixing some of deps in operator-registry. |
|
I want to mention that this solution makes the least amount of effort in changes and it is easy to backport. |
Bumps operator-registry, which fixes two BZs: https://bugzilla.redhat.com/show_bug.cgi?id=1790785 https://bugzilla.redhat.com/show_bug.cgi?id=1772942 (already fixed in master, but this needs to propagate to 4.3) This commit supersedes openshift#316.
|
/close |
Bumps operator-registry, which fixes two BZs:
https://bugzilla.redhat.com/show_bug.cgi?id=1790785
https://bugzilla.redhat.com/show_bug.cgi?id=1772942 (already fixed in master, but this needs to propagate to 4.3)