From b6590df91b9bfb9a1615234ac27b287ffb2c990f Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Mon, 17 Jan 2022 18:02:40 -0500 Subject: [PATCH] Update K8s in E2E, EOL 1.19 and add 1.23 Update the versions of Kubernetes tested in the E2E CI. Add 1.23 as the new default for most tests, remove 1.19 as it is now EOL. Signed-off-by: Daniel Farrell --- .github/workflows/e2e-full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index 47a38be..fc5462e 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -16,7 +16,7 @@ jobs: matrix: cable_driver: ['libreswan', 'wireguard', 'vxlan'] globalnet: ['', 'globalnet'] - k8s_version: ['1.19'] + k8s_version: ['1.23'] lighthouse: ['', 'lighthouse'] include: - k8s_version: '1.20'