From 21b57217feebd60147fbc005fd021efa7083804f Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Tue, 12 Dec 2023 13:47:01 -0500 Subject: [PATCH] Update supportStatus.yml (#14311) Mark 1.17 as no longer supported, since October 27, 2023 has passed 1.18 is noted as EOL soon ("~Dec 2023 (Expected)") and I don't know if that should also be updated. --- data/compatibility/supportStatus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/compatibility/supportStatus.yml b/data/compatibility/supportStatus.yml index 28ae3bf8d5..4ed4d9b67b 100644 --- a/data/compatibility/supportStatus.yml +++ b/data/compatibility/supportStatus.yml @@ -26,7 +26,7 @@ k8sVersions: ["1.24", "1.25", "1.26", "1.27"] testedK8sVersions: ["1.20", "1.21", "1.22", "1.23"] - version: "1.17" - supported: "Yes" + supported: "No" releaseDate: "Feb 14, 2023" eolDate: "Oct 27, 2023" k8sVersions: ["1.23", "1.24", "1.25", "1.26"]