From 50ffab4eed5db6d9497bba84626ca357d8a5db05 Mon Sep 17 00:00:00 2001 From: Adam Boguszewski Date: Thu, 19 Oct 2023 10:03:26 +0200 Subject: [PATCH] chore: add support for k8s 1.27 with KOPS --- .changelog/3332.added.txt | 1 + docs/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .changelog/3332.added.txt diff --git a/.changelog/3332.added.txt b/.changelog/3332.added.txt new file mode 100644 index 0000000000..d45cd45dd9 --- /dev/null +++ b/.changelog/3332.added.txt @@ -0,0 +1 @@ +chore: add support for k8s 1.27 with KOPS \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 69fabdd563..e0606424aa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -91,7 +91,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 Kops | 1.23
1.24
1.25
1.26
1.27 | | K8s with GKE | 1.23
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 |