1
0
mirror of synced 2026-03-01 11:16:56 +00:00

Merge pull request #4486 from fluxcd/backport-4484-to-release/v2.2.x

[release/v2.2.x] Run conformance tests for Kubernetes v1.29.0
This commit is contained in:
Hidde Beydals
2023-12-15 10:28:16 +01:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ jobs:
matrix:
# Keep this list up-to-date with https://endoflife.date/kubernetes
# Check which versions are available on DockerHub with 'crane ls kindest/node'
KUBERNETES_VERSION: [ 1.26.6, 1.27.3, 1.28.0 ]
KUBERNETES_VERSION: [ 1.26.6, 1.27.3, 1.28.0, 1.29.0 ]
fail-fast: false
steps:
- name: Checkout