OPNET-392: deps: update openshift/api and client-go#2118
OPNET-392: deps: update openshift/api and client-go#2118mkowalski wants to merge 3 commits intoopenshift:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mkowalski 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 |
f3dcdf5 to
82226e3
Compare
|
Seems like some API somewhere is missing As it's defined in o/api, it may be that it is missing from the CRDs installed in the cluster and this happens probably in o/installer. |
|
/hold Need to update o/api in client-go first and then revendor new version of it |
82226e3 to
09a2568
Compare
|
/retest-required |
|
Metal still failing with even though client-go has been updated. Need to dig deeper |
|
/test e2e-metal-ipi-ovn-ipv6 |
|
/retitle OPNET-392: deps: update openshift/api and client-go |
|
@mkowalski: This pull request references OPNET-392 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.15.0" version, but no target version was set. 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. |
|
This depends on openshift/installer#7748. We get and it's o/installer who is installing the Network CRD in the first place. So before we make it install CRD with the updated schema, we cannot have CNO populate new fields. |
09a2568 to
a001cfa
Compare
|
@mkowalski: This pull request references OPNET-392 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.15.0" version, but no target version was set. 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. |
|
/retest-required |
|
/unhold o/installer stuff already in the merge pool |
|
/retest-required |
May be related to the client-go |
a001cfa to
38975d6
Compare
|
/test e2e-metal-ipi-ovn-ipv6 Thanks @kyrtapz for pointing out the manifest generation! I would have wasted lots of time if not that hint! |
|
/test e2e-aws-sdn-network-migration-rollback 🤡 |
This PR upgrades openshift/api and openshift/client-go by running ``` go get github.com/openshift/api@master go get github.com/openshift/client-go@master ```
This PR cleans dependencies by running ``` go mod tidy go mod vendor ```
49f44f9 to
aa82510
Compare
|
@mkowalski: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
PR needs rebase. DetailsInstructions 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. |
|
/close |
|
@mkowalski: Closed this PR. 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. |
This PR contains 2 commits