From cd19de3ecffff52d7948861ea9e3a565f272cdd6 Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Tue, 12 Oct 2021 11:56:32 +0200 Subject: [PATCH] [meta] add support for K8S 1.21 and remove 1.18 (#1410) This commit adds CI tests on GKE K8S 1.21 and remove the tests for 1.18. --- helpers/matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/matrix.yml b/helpers/matrix.yml index 4998f6541..4398a736b 100644 --- a/helpers/matrix.yml +++ b/helpers/matrix.yml @@ -38,6 +38,6 @@ APM_SERVER_SUITE: - security - upgrade KUBERNETES_VERSION: - - "1.18" - "1.19" - "1.20" + - "1.21"