-
Notifications
You must be signed in to change notification settings - Fork 576
Retract v3.9.0+incompatible #1515
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
|
Hello @dmage! Some important instructions when contributing to openshift/api: |
|
/retest |
|
@dmage: 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/test-infra repository. I understand the commands that are listed here. |
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dmage, soltysh 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 |
If you run go mod tidy it fails with: go: downloading github.com/openshift/api v3.9.0+incompatible unknown revision v3.9.0 The go.sum points to github.com/openshift/api@v3.9.0 but this version does not exist, it was retracted in openshift/api#1515 Added a replace directive to pin the library to a known commit that points to the now retracted v3.9.0 release.
If you run go mod tidy it fails with: go: downloading github.com/openshift/api v3.9.0+incompatible unknown revision v3.9.0 The go.sum points to github.com/openshift/api@v3.9.0 but this version does not exist, it was retracted in openshift/api#1515 Added a replace directive to pin the library to a known commit that points to the now retracted v3.9.0 release.
* Require a valid version of github.com/openshift/api If you run go mod tidy it fails with: go: downloading github.com/openshift/api v3.9.0+incompatible unknown revision v3.9.0 The go.sum points to github.com/openshift/api@v3.9.0 but this version does not exist, it was retracted in openshift/api#1515 Added a replace directive to pin the library to a known commit that points to the now retracted v3.9.0 release. * add comment to replace directive * make notice
Similar to openshift/client-go#246, this change retracts the only published version v3.9.0+incompatible.