Skip to content
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

Merged
merged 16 commits into from
Nov 4, 2019

Conversation

sayboras
Copy link
Contributor

@sayboras sayboras commented Oct 2, 2019

Description

Changes for #1375. Only merge after 4 Nov 2019.

Checklist

  • Code compiles correctly (i.e make build)
  • Added tests that cover your change (if possible)
  • All unit tests passing (i.e. make test)
  • Added/modified documentation as required (such as the README.md, and examples directory)
  • Manually tested

@sayboras sayboras force-pushed the feature/depreciate-1-11 branch from d9a4e9a to 438cba9 Compare October 3, 2019 11:39
@martina-if
Copy link
Contributor

martina-if commented Oct 3, 2019

Hi @sayboras thank you for your PR.I will mark this as "needs changes" so we don't accidentally merge it too early.

@martina-if martina-if changed the title Marked 1.11 as depreciated Marked 1.11 as deprecated Oct 4, 2019
Copy link
Contributor

@martina-if martina-if left a 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

@martina-if martina-if changed the title Marked 1.11 as deprecated WIP Marked 1.11 as deprecated Oct 4, 2019
@@ -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,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit:

Suggested change
Version1_10, Version1_11,
Version1_10,
Version1_11,

Or

return []string{Version1_10, Version1_11}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@sayboras
Copy link
Contributor Author

sayboras commented Nov 1, 2019

@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 sayboras changed the title WIP Marked 1.11 as deprecated Marked 1.11 as deprecated Nov 1, 2019
@martina-if
Copy link
Contributor

@sayboras great! thank you for the reminder. Can you rebase so I can approve it and merge it?

@sayboras
Copy link
Contributor Author

sayboras commented Nov 1, 2019

@martina-if it's ready to merge now 💯

@martina-if martina-if merged commit 38daf7d into eksctl-io:master Nov 4, 2019
@marccarre marccarre added this to the 0.9.0 milestone Nov 11, 2019
@sayboras sayboras deleted the feature/depreciate-1-11 branch February 7, 2020 09:44
@sayboras sayboras mentioned this pull request Apr 13, 2020
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants