File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -21,26 +21,26 @@ jobs:
2121 fail-fast : false # Keep running if one leg fails.
2222 matrix :
2323 # Keep in sync with the list of supported releases: https://kubernetes.io/releases/
24- # TODO: add 1.31.x once it is added in https://github.com/sigstore/scaffolding/releases
24+ # Add latest k8s-version once it is added in https://github.com/sigstore/scaffolding/releases
2525 k8s-version :
26- - v1.28 .x
27- - v1.29 .x
28- - v1.30 .x
26+ - v1.31 .x
27+ - v1.32 .x
28+ - v1.33 .x
2929 uses : ./.github/workflows/reusable-e2e.yaml
3030 with :
3131 k8s-version : ${{ matrix.k8s-version }}
32- pipelines-release : v0.50.1
32+ pipelines-release : v1.2.0 # Latest version
3333 pipelines-lts :
3434 strategy :
3535 fail-fast : false # Keep running if one leg fails.
3636 matrix :
3737 pipelines-release :
38- # This should follow the list of versions from https://github.com/tektoncd/pipeline/blob/main/releases.md#release
39- - v0.53.5 # LTS
40- - v0.56.3 # LTS
41- - v0.59.2 # LTS
42- - v0.62.0
38+ # This should follow the list of versions from https://github.com/tektoncd/pipeline/blob/main/releases.md#release
39+ - v0.62.9 # LTS
40+ - v0.65.7 # LTS
41+ - v0.68.1 # LTS
42+ - v1.0.0 # LTS
4343 uses : ./.github/workflows/reusable-e2e.yaml
4444 with :
45- k8s-version : v1.28.x
45+ k8s-version : v1.30.x # intersection of the latest version and scaffolding
4646 pipelines-release : ${{ matrix.pipelines-release }}
Original file line number Diff line number Diff line change 2727 GOFLAGS : -ldflags=-s -ldflags=-w
2828 KO_DOCKER_REPO : registry.local:5000/knative
2929 KOCACHE : ~/ko
30- SIGSTORE_SCAFFOLDING_RELEASE_VERSION : " v0.7.12 "
30+ SIGSTORE_SCAFFOLDING_RELEASE_VERSION : " v0.7.24 "
3131 TEKTON_PIPELINES_RELEASE : " https://storage.googleapis.com/tekton-releases/pipeline/previous/${{ inputs.pipelines-release }}/release.yaml"
3232 # Note that we do not include the v prefix here so we can use it in all
3333 # the places this is used.
You can’t perform that action at this time.
0 commit comments