-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Marked 1.11 as deprecated #1384
Marked 1.11 as deprecated #1384
Conversation
d9a4e9a
to
438cba9
Compare
Hi @sayboras thank you for your PR.I will mark this as "needs changes" so we don't accidentally merge it too early. |
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.
Merge after November 4th
pkg/apis/eksctl.io/v1alpha5/types.go
Outdated
@@ -226,14 +226,13 @@ func SupportedRegions() []string { | |||
// https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html | |||
func DeprecatedVersions() []string { | |||
return []string{ | |||
Version1_10, | |||
Version1_10, Version1_11, |
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.
Minor nit:
Version1_10, Version1_11, | |
Version1_10, | |
Version1_11, |
Or
return []string{Version1_10, Version1_11}
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.
💯
@martina-if as 0.8.0 is already released, the next release will be after 04 Nov, just want to check if we can merge this PR now. |
@sayboras great! thank you for the reminder. Can you rebase so I can approve it and merge it? |
@martina-if it's ready to merge now 💯 |
Description
Changes for #1375. Only merge after 4 Nov 2019.
Checklist
make build
)make test
)README.md
, andexamples
directory)