From 97b26b06f94cc92ab0a04bf8266ceb9a91a227de Mon Sep 17 00:00:00 2001 From: John Howard Date: Thu, 19 Oct 2023 11:27:09 -0700 Subject: [PATCH] Drop support for Kubernetes 1.21 and 1.22 (#14026) --- 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 c8805ba72a..533263b159 100644 --- a/data/compatibility/supportStatus.yml +++ b/data/compatibility/supportStatus.yml @@ -6,7 +6,7 @@ releaseDate: eolDate: k8sVersions: ["1.25", "1.26", "1.27", "1.28"] - testedK8sVersions: ["1.21", "1.22", "1.23", "1.24"] + testedK8sVersions: ["1.23", "1.24"] - version: "1.19" supported: "Yes" releaseDate: "Sept 5, 2023"