From 73a32126d2d7fa95910bd7912af9fcbd8a3ed70f Mon Sep 17 00:00:00 2001 From: Tim Chan Date: Mon, 12 Aug 2024 09:04:28 -0700 Subject: [PATCH] Removed KOPs 1.30, not supported yet --- .changelog/3804.changed.2.txt | 1 - docs/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .changelog/3804.changed.2.txt diff --git a/.changelog/3804.changed.2.txt b/.changelog/3804.changed.2.txt deleted file mode 100644 index 4d63a891c..000000000 --- a/.changelog/3804.changed.2.txt +++ /dev/null @@ -1 +0,0 @@ -feat: add support for kubernetes 1.30 for KOPS \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index e0b3b8eaf..796798f86 100644 --- a/docs/README.md +++ b/docs/README.md @@ -96,7 +96,7 @@ The following table displays the tested Kubernetes and Helm versions. | ---------------------- | ------------------------------------------------- | | K8s with EKS | 1.25
1.26
1.27
1.28
1.29
1.30 | | K8s with EKS (fargate) | 1.25
1.26
1.27
1.28
1.29
1.30 | -| K8s with Kops | 1.25
1.26
1.27
1.28
1.29
1.30 | +| K8s with Kops | 1.25
1.26
1.27
1.28
1.29 | | K8s with GKE | 1.26
1.27
1.28
1.29
1.30 | | K8s with AKS | 1.26
1.27
1.28
1.29
1.30 | | OpenShift | 4.12
4.13
4.14
4.15
4.16 |