From 546c37fc788b27dfe8b0fda751ac8758eebdfef4 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Thu, 25 Jan 2024 07:29:34 -0500 Subject: [PATCH] Bump default E2E K8s version from 1.28 to 1.29 Signed-off-by: Tom Pantelis --- .github/workflows/e2e-all-k8s.yml | 2 +- .github/workflows/e2e-full.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-all-k8s.yml b/.github/workflows/e2e-all-k8s.yml index 08956941b..c0d34a594 100644 --- a/.github/workflows/e2e-all-k8s.yml +++ b/.github/workflows/e2e-all-k8s.yml @@ -21,7 +21,7 @@ jobs: globalnet: ['', 'globalnet'] # Top/bottom of supported version range. For details: # https://submariner.io/development/building-testing/ci-maintenance/ - k8s_version: ['1.26', '1.27', '1.28'] + k8s_version: ['1.26', '1.27', '1.28', '1.29'] lighthouse: ['', 'lighthouse'] ovn: ['', 'ovn'] exclude: diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index cd3be39e3..feea5da0c 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -18,7 +18,7 @@ jobs: matrix: globalnet: ['', 'globalnet'] # Run most tests against the latest K8s version - k8s_version: ['1.28'] + k8s_version: ['1.29'] lighthouse: ['', 'lighthouse'] ovn: ['', 'ovn'] exclude: