From d4f58a7f70da2999838228c3df396d35d153095a Mon Sep 17 00:00:00 2001 From: Adam Boguszewski Date: Fri, 20 Oct 2023 12:06:59 +0200 Subject: [PATCH] chore: drop support for GKE with k8s 1.23 --- .changelog/3342.changed.txt | 1 + docs/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .changelog/3342.changed.txt diff --git a/.changelog/3342.changed.txt b/.changelog/3342.changed.txt new file mode 100644 index 0000000000..96074d1e8a --- /dev/null +++ b/.changelog/3342.changed.txt @@ -0,0 +1 @@ +chore: drop support for GKE with k8s 1.23 \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 092d574c5a..182c4dc6ea 100644 --- a/docs/README.md +++ b/docs/README.md @@ -99,7 +99,7 @@ The following table displays the tested Kubernetes and Helm versions. | K8s with EKS | 1.23
1.24
1.25
1.26
1.27 | | K8s with EKS (fargate) | 1.24
1.25
1.26
1.27 | | K8s with Kops | 1.23
1.24
1.25
1.26 | -| K8s with GKE | 1.23
1.24
1.25
1.26
1.27 | +| K8s with GKE | 1.24
1.25
1.26
1.27 | | K8s with AKS | 1.25
1.26
1.27 | | OpenShift | 4.10
4.11
4.12
4.13 | | Helm | 3.8.2 (Linux) |