Skip to content

Commit 889caa7

Browse files
committed
Add 1.19 to eks versions for official support
1 parent 9238828 commit 889caa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/shared/addon/utils/amazon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ export const EKS_REGIONS = [
679679
];
680680

681681
// from https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html
682-
export const EKS_VERSIONS = ['1.18', '1.17', '1.16', '1.15']; // sort newest->oldest so we dont have to run any logic to sort like other provider versions
682+
export const EKS_VERSIONS = ['1.19', '1.18', '1.17', '1.16', '1.15']; // sort newest->oldest so we dont have to run any logic to sort like other provider versions
683683

684684
export const nameFromResource = function(r, idField) {
685685
let id = r[idField];

0 commit comments

Comments
 (0)