Skip to content

Commit 0d101e0

Browse files
authored
Merge pull request #5007 from fluxcd/conform-k8s-1.31.1
Run conformance tests for Kubernetes 1.29-1.31
2 parents cbda2be + 0a5d263 commit 0d101e0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/conformance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
# Keep this list up-to-date with https://endoflife.date/kubernetes
2121
# Build images with https://github.com/fluxcd/flux-benchmark/actions/workflows/build-kind.yaml
22-
KUBERNETES_VERSION: [ 1.28.11, 1.29.6, 1.30.2, 1.31.0 ]
22+
KUBERNETES_VERSION: [1.29.7, 1.30.2, 1.31.1 ]
2323
fail-fast: false
2424
steps:
2525
- name: Checkout
@@ -76,7 +76,7 @@ jobs:
7676
matrix:
7777
# Keep this list up-to-date with https://endoflife.date/kubernetes
7878
# Available versions can be found with "replicated cluster versions"
79-
K3S_VERSION: [ 1.28.7, 1.29.2 ]
79+
K3S_VERSION: [ 1.29.9, 1.30.5, 1.31.1 ]
8080
fail-fast: false
8181
steps:
8282
- name: Checkout

.github/workflows/e2e-bootstrap.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Setup Kubernetes
2929
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
3030
with:
31-
version: v0.22.0
31+
version: v0.24.0
3232
cluster_name: kind
3333
# The versions below should target the newest Kubernetes version
3434
# Keep this up-to-date with https://endoflife.date/kubernetes
35-
node_image: ghcr.io/fluxcd/kindest/node:v1.30.0-amd64
36-
kubectl_version: v1.30.0
35+
node_image: ghcr.io/fluxcd/kindest/node:v1.31.0-amd64
36+
kubectl_version: v1.31.0
3737
- name: Setup Kustomize
3838
uses: fluxcd/pkg/actions/kustomize@30c101fc7c9fac4d84937ff4890a3da46a9db2dd # main
3939
- name: Setup yq

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
- name: Setup Kubernetes
3535
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
3636
with:
37-
version: v0.22.0
37+
version: v0.24.0
3838
cluster_name: kind
3939
wait: 5s
4040
config: .github/kind/config.yaml # disable KIND-net
4141
# The versions below should target the oldest supported Kubernetes version
4242
# Keep this up-to-date with https://endoflife.date/kubernetes
43-
node_image: ghcr.io/fluxcd/kindest/node:v1.28.9-amd64
44-
kubectl_version: v1.28.9
43+
node_image: ghcr.io/fluxcd/kindest/node:v1.29.7-amd64
44+
kubectl_version: v1.29.7
4545
- name: Setup Calico for network policy
4646
run: |
4747
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.27.3/manifests/calico.yaml

0 commit comments

Comments
 (0)