From 5c7b2b86321df715305cb7eba11e176b3d6b37e3 Mon Sep 17 00:00:00 2001 From: Rahul Ganesh <31204974+rahulbabu95@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:54:20 -0700 Subject: [PATCH] Add K8s version 1.30 to supported versions list (#8564) Signed-off-by: Rahul Ganesh Co-authored-by: Rahul Ganesh --- docs/data/version_support.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/data/version_support.yml b/docs/data/version_support.yml index 52e03b001797..9d266c50035b 100644 --- a/docs/data/version_support.yml +++ b/docs/data/version_support.yml @@ -114,6 +114,10 @@ eksa: # when there is no EKS-A release in the eksa array above. Mutually exclusive # with `endOfLifeIn`. kube: +- version: '1.30' + releasedIn: '0.20' + expectedEndOfLifeDate: 2025-06-23 + - version: '1.29' releasedIn: '0.19' expectedEndOfLifeDate: 2025-03-23