Skip to content

Commit

Permalink
Add kind 0.26 hashes and default to k8s 1.32
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  • Loading branch information
skitt authored and tpantelis committed Jan 7, 2025
1 parent 4b0d9a4 commit b87c75f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/consuming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.31']
k8s_version: ['1.32']
include:
# Test the same set of cable driver combinations as the consuming projects do in their CI
- project: submariner
Expand Down
2 changes: 1 addition & 1 deletion Makefile.clusters
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TIMEOUT ?= 5m
export PARALLEL SETTINGS TIMEOUT

# Flags affecting `make clusters`
K8S_VERSION ?= 1.31
K8S_VERSION ?= 1.32
METALLB_VERSION ?= 0.13.5
OLM_VERSION ?= v0.18.3
PROVIDER ?= kind
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
k8s_version:
description: 'Version of Kubernetes to use for clusters'
required: false
default: '1.31'
default: '1.32'
using:
description: 'Various options to pass via using="..."'
required: false
Expand Down
8 changes: 5 additions & 3 deletions scripts/shared/lib/clusters_kind
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ kind_k8s_versions[1.25]=1.25.16@sha256:5da57dfc290ac3599e775e63b8b6c49c0c85d3fec
kind_k8s_versions[1.26]=1.26.15@sha256:c79602a44b4056d7e48dc20f7504350f1e87530fe953428b792def00bc1076dd
kind_k8s_versions[1.27]=1.27.16@sha256:2d21a61643eafc439905e18705b8186f3296384750a835ad7a005dceb9546d20
kind_k8s_versions[1.28]=1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
kind_k8s_versions[1.29]=1.29.10@sha256:3b2d8c31753e6c8069d4fc4517264cd20e86fd36220671fb7d0a5855103aa84b
kind_k8s_versions[1.30]=1.30.6@sha256:b6d08db72079ba5ae1f4a88a09025c0a904af3b52387643c285442afb05ab994
kind_k8s_versions[1.31]=1.31.2@sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e
# kind 0.26.0 hashes
kind_k8s_versions[1.29]=1.29.12@sha256:62c0672ba99a4afd7396512848d6fc382906b8f33349ae68fb1dbfe549f70dec
kind_k8s_versions[1.30]=1.30.8@sha256:17cd608b3971338d9180b00776cb766c50d0a0b6b904ab4ff52fd3fc5c6369bf
kind_k8s_versions[1.31]=1.31.4@sha256:2cb39f7295fe7eafee0842b1052a599a4fb0f8bcf3f83d96c7f4864c357c6c30
kind_k8s_versions[1.32]=1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027

### Functions ###

Expand Down

0 comments on commit b87c75f

Please sign in to comment.