-
Notifications
You must be signed in to change notification settings - Fork 208
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
OCM-6391 | fix: Add region deprecation disablement to sub-commands #1992
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1992 +/- ##
==========================================
+ Coverage 23.99% 24.02% +0.03%
==========================================
Files 138 138
Lines 21428 21425 -3
==========================================
+ Hits 5141 5147 +6
+ Misses 15885 15876 -9
Partials 402 402 ☔ View full report in Codecov by Sentry. |
@hunterkepley: all tests passed! 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/test-infra repository. I understand the commands that are listed here. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gdbranco, hunterkepley 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 |
/cherry-pick release_1.2.39 |
@davidleerh: #1992 failed to apply on top of branch "release_1.2.39":
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 kubernetes/test-infra repository. |
/cherry-pick release_1.2.39 |
@davidleerh: new pull request created: #2010 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 kubernetes/test-infra repository. |
OCM-6391
is a ticket where we temporarily deprecate the region flag before removing it from commands which do not use it. This is a bug fix for the create cluster command, which housed 4 commands that have this deprecation.