mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-19 22:21:46 +00:00
Merge pull request #5663 from fluxcd/conform-k8s-1.35
Run conformance tests for Kubernetes 1.35.0
This commit is contained in:
commit
f2f7d59577
2 changed files with 4 additions and 2 deletions
2
.github/workflows/conformance.yaml
vendored
2
.github/workflows/conformance.yaml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
# Keep this list up-to-date with https://endoflife.date/kubernetes
|
# Keep this list up-to-date with https://endoflife.date/kubernetes
|
||||||
# Build images with https://github.com/fluxcd/flux-benchmark/actions/workflows/build-kind.yaml
|
# Build images with https://github.com/fluxcd/flux-benchmark/actions/workflows/build-kind.yaml
|
||||||
KUBERNETES_VERSION: [1.32.1, 1.33.0, 1.34.1]
|
KUBERNETES_VERSION: [1.33.0, 1.34.1, 1.35.0]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -13,7 +13,9 @@ jobs:
|
||||||
hashes: ${{ steps.slsa.outputs.hashes }}
|
hashes: ${{ steps.slsa.outputs.hashes }}
|
||||||
image_url: ${{ steps.slsa.outputs.image_url }}
|
image_url: ${{ steps.slsa.outputs.image_url }}
|
||||||
image_digest: ${{ steps.slsa.outputs.image_digest }}
|
image_digest: ${{ steps.slsa.outputs.image_digest }}
|
||||||
runs-on: ubuntu-latest
|
runs-on:
|
||||||
|
group: "Default Larger Runners"
|
||||||
|
labels: ubuntu-latest-16-cores
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # needed to write releases
|
contents: write # needed to write releases
|
||||||
id-token: write # needed for keyless signing
|
id-token: write # needed for keyless signing
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue