[customizations/eks]: Update credential API version#6289
[customizations/eks]: Update credential API version#6289stealthycoin merged 1 commit intoaws:developfrom
Conversation
a8b50d8 to
2378426
Compare
stealthycoin
left a comment
There was a problem hiding this comment.
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.