-
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.12 as End of Support #2030
Conversation
b649f19
to
9fa8251
Compare
Build failed due to un-related changes. Fix is available in #2036 |
6f59132
to
b8cf05c
Compare
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.
LGTM I will officially approve it when it's time to merge 👍 thanks Mr. DEPRECATOR!
@@ -94,19 +94,19 @@ var _ = Describe("eksctl API", func() { | |||
ng.AMI = "static" | |||
ng.InstanceType = "p2.xlarge" | |||
|
|||
err := EnsureAMI(provider, "1.12", ng) | |||
err := EnsureAMI(provider, "1.14", ng) |
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.
I used 1.14 as it's the lastest version that we have static AMI
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.
(the above comment is from Goland) :)
6719b93
to
e6a17b6
Compare
1abac85
to
e90d1d9
Compare
e90d1d9
to
b6dcfe3
Compare
Description
Fixes #1951
Approach
I scanned the code, and saw a lot of places we are using 1.12 in unit test. So I take this chance to update those test cases as well.
Create new cluster with 1.12
Fun fact 😆
I didn't plan to work on this one, but just remember that my very first PR in eksctl was to deprecate 1.11 #1384. So with this PR, I can call myself as
DEPRECATOR
😆 🎉 🥇Checklist
README.md
, or thesite/content
directory)area/nodegroup
), target version (e.g.version/0.12.0
) and kind (e.g.kind/improvement
)