-
Notifications
You must be signed in to change notification settings - Fork 291
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
Ensure Kubernetes version is always parsed as string #9185
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9185 +/- ##
=======================================
Coverage 72.37% 72.37%
=======================================
Files 585 585
Lines 45713 45708 -5
=======================================
- Hits 33085 33082 -3
+ Misses 10890 10888 -2
Partials 1738 1738 ☔ View full report in Codecov by Sentry. |
318f1da
to
f3ebb5e
Compare
/retest eks-anywhere-release-tooling-test-presubmit |
@abhay-krishna: The
Use
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. |
/test eks-anywhere-release-tooling-test-presubmit |
f3ebb5e
to
cc55cab
Compare
cc55cab
to
601c8e0
Compare
/cherrypick release-0.20 |
@vivek-koppuru: once the present PR merges, I will cherry-pick it on top of release-0.20 in a new PR and assign it to you. 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. |
/cherrypick release-0.21 |
@vivek-koppuru: once the present PR merges, I will cherry-pick it on top of release-0.21 in a new PR and assign it to you. 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. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhay-krishna 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 |
@vivek-koppuru: new pull request created: #9187 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. |
@vivek-koppuru: new pull request created: #9188 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. |
Ensure Kubernetes version in cluster config is always parsed as string regardless of whether it is quoted or not. Ref: #9184.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.