From 077c26b714bc3750aae65a20c0f04c1fbeb95876 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Thu, 7 Jul 2022 00:33:08 -0400 Subject: [PATCH] Add K8s 1.24 E2E, EoL K8s 1.21 Use Kubernetes 1.24 as the default version for end-to-end tests. Remove Kubernetes 1.21 end-to-end tests as it's end of life. Signed-off-by: Daniel Farrell --- .github/workflows/e2e-full.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index c94cdeb..e02b6b2 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -16,12 +16,11 @@ jobs: matrix: cable_driver: ['libreswan', 'wireguard', 'vxlan'] globalnet: ['', 'globalnet'] - k8s_version: ['1.23'] + k8s_version: ['1.24'] lighthouse: ['', 'lighthouse'] include: - - k8s_version: '1.21' - k8s_version: '1.22' - - k8s_version: '1.24' + - k8s_version: '1.23' steps: - name: Check out the repository uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b