-
Notifications
You must be signed in to change notification settings - Fork 622
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
OCPEDGE-1346: feat: bump api to pull in arbiter node infra #14469
OCPEDGE-1346: feat: bump api to pull in arbiter node infra #14469
Conversation
da9caf7
to
44a4551
Compare
44a4551
to
ec5d901
Compare
@eggfoobar: This pull request references OCPEDGE-1346 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.18.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
ec5d901
to
d45053a
Compare
f6271c1
to
209c3cf
Compare
@eggfoobar: This pull request references OCPEDGE-1346 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.19.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
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
/retest |
/retest-required |
3 similar comments
/retest-required |
/retest-required |
/retest-required |
update validation to allow HighlyAvailableArbiter Signed-off-by: ehila <ehila@redhat.com>
209c3cf
to
5188da1
Compare
Hey @jhadvig I noticed the go.mod file was altering a few too many things for this PR, I updated it to use the replace stanza and keep things pointed at just the ocp/api change. Would you mind giving it another look when you have a moment. |
@eggfoobar: The following test failed, say
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-sigs/prow repository. I understand the commands that are listed here. |
/lgtm Re-adding the LGTM label since the rebase is just bumping dependencies. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eggfoobar, jaypoulz, jhadvig 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 |
/label docs-approved |
/label qe-approved |
@eggfoobar: This pull request references OCPEDGE-1346 which is a valid jira issue. In 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 openshift-eng/jira-lifecycle-plugin repository. |
/label acknowledge-critical-fixes-only |
/label px-approved |
/retest-required |
c487437
into
openshift:master
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-console |
Per EP: openshift/enhancements#1674
This PR adds the enum for the new control plane topology value of
HighlyAvailableArbiter
to the list of known values during the validation step.