From 1bdcfa63db8dfc2b2b6e59f7016e69136c4359a9 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Tue, 20 Aug 2024 17:20:38 +0200 Subject: [PATCH] Default to Kubernetes 1.31 in tests Signed-off-by: Stephen Kitt --- .github/workflows/consuming.yml | 2 +- Makefile.clusters | 2 +- gh-actions/e2e/action.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/consuming.yml b/.github/workflows/consuming.yml index 254f77d54..4f96f7aec 100644 --- a/.github/workflows/consuming.yml +++ b/.github/workflows/consuming.yml @@ -21,7 +21,7 @@ jobs: project: ['admiral', 'lighthouse', 'subctl', 'submariner', 'submariner-operator'] cabledriver: ['libreswan'] # Run most tests against the latest K8s version - k8s_version: ['1.30'] + k8s_version: ['1.31'] include: # Test the same set of cable driver combinations as the consuming projects do in their CI - project: submariner diff --git a/Makefile.clusters b/Makefile.clusters index fefc95bf4..0f26e73ef 100644 --- a/Makefile.clusters +++ b/Makefile.clusters @@ -10,7 +10,7 @@ TIMEOUT ?= 5m export PARALLEL SETTINGS TIMEOUT # Flags affecting `make clusters` -K8S_VERSION ?= 1.30 +K8S_VERSION ?= 1.31 METALLB_VERSION ?= 0.13.5 OLM_VERSION ?= v0.18.3 PROVIDER ?= kind diff --git a/gh-actions/e2e/action.yaml b/gh-actions/e2e/action.yaml index 7c80250e8..074c0ec18 100644 --- a/gh-actions/e2e/action.yaml +++ b/gh-actions/e2e/action.yaml @@ -9,7 +9,7 @@ inputs: k8s_version: description: 'Version of Kubernetes to use for clusters' required: false - default: '1.30' + default: '1.31' using: description: 'Various options to pass via using="..."' required: false