From b945d851aeae5be448fe9e4ff99d27ca4f40b378 Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Wed, 18 Dec 2024 00:06:11 -0500 Subject: [PATCH 1/2] chore: add all supported EKS versions for nodeadm Signed-off-by: Tyler Gillson --- k8s_version.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/k8s_version.json b/k8s_version.json index d1df524..06fdb5c 100644 --- a/k8s_version.json +++ b/k8s_version.json @@ -121,7 +121,9 @@ "1.30.6" ], "nodeadm": [ + "1.28.0", "1.29.0", - "1.30.0" + "1.30.0", + "1.31.0" ] } From 8645eaa2b9f40b2f36561506e75fc5c52f8579ca Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Wed, 18 Dec 2024 00:08:41 -0500 Subject: [PATCH 2/2] chore: add all supported EKS versions for nodeadm Signed-off-by: Tyler Gillson --- k8s_version.json | 1 - 1 file changed, 1 deletion(-) diff --git a/k8s_version.json b/k8s_version.json index 06fdb5c..fe3c53e 100644 --- a/k8s_version.json +++ b/k8s_version.json @@ -121,7 +121,6 @@ "1.30.6" ], "nodeadm": [ - "1.28.0", "1.29.0", "1.30.0", "1.31.0"