From 370e91301d906dabe4297b4b07900bca9d63d2fe Mon Sep 17 00:00:00 2001 From: Katarzyna Kujawa Date: Tue, 11 Jul 2023 14:56:10 +0200 Subject: [PATCH] chore: add support for AKS 1.27 --- .changelog/3149.changed.txt | 1 + docs/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .changelog/3149.changed.txt diff --git a/.changelog/3149.changed.txt b/.changelog/3149.changed.txt new file mode 100644 index 0000000000..0d821c81cb --- /dev/null +++ b/.changelog/3149.changed.txt @@ -0,0 +1 @@ +chore: add support for AKS 1.27 \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 835179d6d9..cf86f9a4a5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -94,7 +94,7 @@ The following table displays the tested Kubernetes and Helm versions. | 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 AKS | 1.24
1.25
1.26 | +| K8s with AKS | 1.24
1.25
1.26
1.27 | | OpenShift | 4.10
4.11
4.12
4.13 | | Helm | 3.8.2 (Linux) | | kubectl | 1.23.6 |