-
Notifications
You must be signed in to change notification settings - Fork 99
Bug 1950270: go.mod: Update openshift/api & go version #265
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
Bug 1950270: go.mod: Update openshift/api & go version #265
Conversation
|
@sgreene570: This pull request references Bugzilla bug 1950270, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
@sgreene570: This pull request references Bugzilla bug 1950270, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
9a02b96 to
224ca5e
Compare
|
@sgreene570: This pull request references Bugzilla bug 1950270, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
224ca5e to
d2b7a47
Compare
|
rebased |
|
/hold for openshift/release#18083 |
go.*: Update openshift/api to commit `c22782737ea0a882ed8d4e2c9bd3b974ee3bfca0` to pull in https://github.com/openshift/api#886. Bump to go version 1.16 in go.mod. Run `go mod tidy`. Note that the DNS operator switched to go 1.16 for CI builds in openshift#249. vendor: Run `go mod vendor`.
manifests/0000_70_dns-operator_00-custom-resource-definition.yaml: Run `make update` and commit the changes to the DNS operator CRD. This commit resolves Bug 1950270, in which `oc explain dns.spec.nodePlacement --api-version=operator.openshift.io/v1` displays an outdated default node selector.
d2b7a47 to
ea147e6
Compare
|
rebased |
|
Verify job is now passing! |
Link should be openshift/api#886. Otherwise looks good. Thanks! /lgtm |
|
Thanks! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Miciah, sgreene570 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 |
|
/retest |
|
/retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@sgreene570: All pull requests linked via external trackers have merged: Bugzilla bug 1950270 has been moved to the MODIFIED state. 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. |
go.mod: Update openshift/api & go version
go.*:
Update openshift/api to commit
c22782737ea0a882ed8d4e2c9bd3b974ee3bfca0to pull in https://github.com/openshift/api#886.
Bump to go version 1.16 in go.mod. Run
go mod tidy.Note that the DNS operator switched to go 1.16 for CI builds in #249.
vendor:
Run
go mod vendor.manifests: Update generated CRD
manifests/0000_70_dns-operator_00-custom-resource-definition.yaml:
Run
make updateand commit the changes to the DNS operator CRD.This commit resolves Bug 1950270, in which
oc explain dns.spec.nodePlacement --api-version=operator.openshift.io/v1displays an outdated default node selector.