Skip to content

Commit f2f7d59

Browse files
authored
Merge pull request #5663 from fluxcd/conform-k8s-1.35
Run conformance tests for Kubernetes 1.35.0
2 parents 6c58ea5 + 7459e45 commit f2f7d59

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/conformance.yaml

Lines changed: 1 addition & 1 deletion
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.32.1, 1.33.0, 1.34.1]
22+
KUBERNETES_VERSION: [1.33.0, 1.34.1, 1.35.0]
2323
fail-fast: false
2424
steps:
2525
- name: Checkout

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
hashes: ${{ steps.slsa.outputs.hashes }}
1414
image_url: ${{ steps.slsa.outputs.image_url }}
1515
image_digest: ${{ steps.slsa.outputs.image_digest }}
16-
runs-on: ubuntu-latest
16+
runs-on:
17+
group: "Default Larger Runners"
18+
labels: ubuntu-latest-16-cores
1719
permissions:
1820
contents: write # needed to write releases
1921
id-token: write # needed for keyless signing

0 commit comments

Comments
 (0)