-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Bump version #52941
Bump version #52941
Conversation
Signed-off-by: Amit Kumar Jaiswal <amitkumarj441@gmail.com>
Hi @amitkumarj441. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: amitkumarj441 Assign the PR to them by writing No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@@ -26,15 +26,15 @@ const ( | |||
|
|||
// GetKubeDNSVersion returns the right kube-dns version for a specific k8s version | |||
func GetKubeDNSVersion(kubeVersion *version.Version) string { | |||
// v1.7.0+ uses 1.14.4, just return that here | |||
// v1.8.0+ uses 1.14.4, just return that here |
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.
comment doesn't match code
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.
// In the future when the kube-dns version is bumped at HEAD; add conditional logic to return the right versions | ||
// Also, the version might be bumped for different k8s releases on the same branch | ||
return kubeDNSv170AndAboveVersion | ||
} | ||
|
||
// GetKubeDNSManifest returns the right kube-dns YAML manifest for a specific k8s version | ||
func GetKubeDNSManifest(kubeVersion *version.Version) string { | ||
// v1.7.0+ has only one known YAML manifest spec, just return that here | ||
// v1.8.0+ has only one known YAML manifest spec, just return that here |
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.
same here, this change doesn't look right
@amitkumarj441 PR needs rebase |
Yeah the PR is incorrect, closing. |
Signed-off-by: Amit Kumar Jaiswal amitkumarj441@gmail.com
What this PR does / why we need it:
This PR bump version for addition of CoreDNS 011
Which issue this PR fixes (optional, in fixes #(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged):
Fixes kubernetes/kubeadm#446
Special notes for your reviewer:
Release note:
/cc @chrisohaver