-
Notifications
You must be signed in to change notification settings - Fork 4.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
[customizations/eks]: Update credential API version #6289
Conversation
a8b50d8
to
2378426
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.
This looks good to me. Can you add a change log by running:
./scripts/new-change -t enhancement -c eks -d "Short description here."
then adding/comitting the file it writes.
Kubernetes has deprecated v1alpha1, v1beta1 has been available since Kubernetes v1.11 (kubernetes/kubernetes#64482), and EKS currently supports Kubernetes versions v1.16 through v1.21. This is a breaking change for clients running versions v1.10 and older, which haven't been supported by EKS since September 2019. Signed-off-by: Micah Hausler <mhausler@amazon.com>
2378426
to
3569d49
Compare
Codecov Report
@@ Coverage Diff @@
## develop #6289 +/- ##
========================================
Coverage 92.81% 92.81%
========================================
Files 204 204
Lines 16201 16201
========================================
Hits 15037 15037
Misses 1164 1164
Continue to review full report at Codecov.
|
When will these changes be included in v2 (sorry I'm unfamiliar with the workflow here)? |
@stevehipwell , it's in 2.2.24. |
I think there might have been a lack of communication around this change? |
Kubernetes has deprecated v1alpha1, v1beta1 has been available since Kubernetes
v1.11 (kubernetes/kubernetes#64482), and EKS currently supports Kubernetes
versions v1.16 through v1.21. This is a breaking change for clients running
versions v1.10 and older, which haven't been supported by EKS since September
2019.
Signed-off-by: Micah Hausler mhausler@amazon.com
Issue #, if available:
N/A
Description of changes:
Update Kubernetes client authentication API version.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.