CI: Update KIND to v1.32.3. (#13029)

Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2025-03-23 14:34:44 -07:00 committed by GitHub
parent 629039719c
commit cae2eac376
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View file

@ -270,7 +270,7 @@ jobs:
strategy:
matrix:
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.2]
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
steps:
- name: Checkout code
@ -301,7 +301,7 @@ jobs:
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
strategy:
matrix:
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.2]
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
with:
k8s-version: ${{ matrix.k8s }}
@ -315,7 +315,7 @@ jobs:
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
strategy:
matrix:
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.2]
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
with:
k8s-version: ${{ matrix.k8s }}

View file

@ -135,7 +135,7 @@ jobs:
(needs.changes.outputs.kube-webhook-certgen == 'true')
strategy:
matrix:
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.2]
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2