From b945d851aeae5be448fe9e4ff99d27ca4f40b378 Mon Sep 17 00:00:00 2001
From: Tyler Gillson <tyler.gillson@gmail.com>
Date: Wed, 18 Dec 2024 00:06:11 -0500
Subject: [PATCH] chore: add all supported EKS versions for nodeadm

Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
---
 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"
   ]
 }