-
Notifications
You must be signed in to change notification settings - Fork 1.5k
NE-1316: bump openshift api to add ingress capability #7370
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
|
@alebedev87: This pull request references NE-1316 which is a valid jira issue. 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. |
6e4c55f to
71397b2
Compare
|
@alebedev87 is this PR and corresponding openshift/api version bump still required? |
71397b2 to
9f9fbe4
Compare
|
@alebedev87: This pull request references NE-1316 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.16.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 openshift-eng/jira-lifecycle-plugin repository. |
|
Rebased from |
|
@sadasu : I recreated the API PR so I still plan to bump it in the installer. |
|
@alebedev87: This pull request references NE-1316 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.16.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 openshift-eng/jira-lifecycle-plugin repository. |
|
@alebedev87: This pull request references NE-1316 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.16.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 openshift-eng/jira-lifecycle-plugin repository. |
9f9fbe4 to
dfddc9b
Compare
dfddc9b to
3f0e297
Compare
3f0e297 to
350ec4a
Compare
|
/retitle NE-1316: bump openshift api to add ingress capability PR's ready for a review. |
350ec4a to
9990afb
Compare
|
|
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sadasu 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 |
9990afb to
78aca51
Compare
|
Merge conflict fixed. |
|
/hold Holding this PR until CVO PR is merged. |
78aca51 to
1f5eef6
Compare
|
@alebedev87: 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. |
|
#7546 bumped the API to the latest version so this PR is not needed anymore. |
This PR bumps the OpenShift API to the version which has with the ingress capability. The
v4.16capabilityset is added along the way becauseIngressis the first new capability of 4.16. The API PR which adds the ingress capability is a prerequisite.