bump openshift api and update FeatureGates#1377
bump openshift api and update FeatureGates#1377jcpowermac wants to merge 2 commits intoopenshift:masterfrom
Conversation
``` go mod edit -replace github.com/openshift/api=github.com/openshift/api@0e2ff1e make go-deps ```
|
/hold |
|
/hold cancel |
|
/assign @yuqi-zhang |
Openshift 4.4 will be targeting 1.17. Since we will need api updates for openshift#1377, might as well update all kube items while we're at it. Note that we used to use openshift/kubernetes/* repos, but they haven't been updated for awhile. Targeting upstream directly instead. Signed-off-by: Yu Qi Zhang <jerzhang@redhat.com>
|
/retest I'm thinking of bumping everything together in #1393 but I'm not sure if that's entirely correct. If that doesn't work we can merge this first. The AWS error seems infra related so lets try again |
|
/retest There are some weird test failures I'm working out for the other PR, so until then let's see if we can get this past CI, and we can merge this while I work on fixing kubelet tests. |
|
@ericavonb or @kikisdeliveryservice can you PTAL. |
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcpowermac, runcom, yuqi-zhang 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 Please review the full test history for this PR and help us cut down flakes. |
3 similar comments
|
/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. |
|
/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. |
5 similar comments
|
/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. |
|
/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. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/hold we might be able to land #1393 today which supersedes this :) |
|
@jcpowermac: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
|
/close |
|
@jcpowermac: 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. |
Openshift 4.4 will be targeting 1.17. Since we will need api updates for openshift#1377, might as well update all kube items while we're at it. Note that we used to use openshift/kubernetes/* repos, but they haven't been updated for awhile. Targeting upstream directly instead. Signed-off-by: Yu Qi Zhang <jerzhang@redhat.com>
Openshift 4.4 will be targeting 1.17. Since we will need api updates for openshift#1377, might as well update all kube items while we're at it. Note that we used to use openshift/kubernetes/* repos, but they haven't been updated for awhile. Targeting upstream directly instead. Signed-off-by: Yu Qi Zhang <jerzhang@redhat.com>
To get this to work I had to run:
Dependancy for PR: #1373