From 3047650e628ad20a8a586338e9da6f8727c936b4 Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Tue, 12 Oct 2021 12:32:26 +0200 Subject: [PATCH] [meta] add support for K8S 1.21 and remove 1.18 (#1410) (#1411) 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 749b09cfa..85d7dfe6a 100644 --- a/helpers/matrix.yml +++ b/helpers/matrix.yml @@ -40,6 +40,6 @@ APM_SERVER_SUITE: - security - upgrade KUBERNETES_VERSION: - - "1.18" - "1.19" - "1.20" + - "1.21"