File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727 # Keep in sync with the list of supported releases: https://kubernetes.io/releases/
2828 # Add latest k8s-version once it is added in https://github.com/sigstore/scaffolding/releases
2929 k8s-version :
30- - v1.31.x
3130 - v1.32.x
3231 - v1.33.x
32+ - v1.34.x
3333 uses : ./.github/workflows/reusable-e2e.yaml
3434 with :
3535 k8s-version : ${{ matrix.k8s-version }}
36- pipelines-release : v1.2 .0 # Latest version
36+ pipelines-release : v1.12 .0 # Latest version
3737 pipelines-lts :
3838 permissions :
3939 contents : read
@@ -46,11 +46,10 @@ jobs:
4646 pipelines-release :
4747 # This should follow the list of versions from https://github.com/tektoncd/pipeline/blob/main/releases.md#release
4848 # TODO: Ideally, we should get this directly from pipeline repository
49- - v0.68.1 # LTS
50- - v1.0.0 # LTS
51- - v1.3.2 # LTS
52- - v1.6.0 # LTS
49+ - v1.3.4 # LTS
50+ - v1.6.2 # LTS
51+ - v1.9.3 # LTS
5352 uses : ./.github/workflows/reusable-e2e.yaml
5453 with :
55- k8s-version : v1.33 .x # intersection of the latest version and scaffolding
54+ k8s-version : v1.34 .x # intersection of the latest version and scaffolding
5655 pipelines-release : ${{ matrix.pipelines-release }}
Original file line number Diff line number Diff line change 2626 GOFLAGS : -ldflags=-s -ldflags=-w
2727 KO_DOCKER_REPO : registry.local:5000/knative
2828 KOCACHE : ~/ko
29- SIGSTORE_SCAFFOLDING_RELEASE_VERSION : " v0.7.24 "
29+ SIGSTORE_SCAFFOLDING_RELEASE_VERSION : " v0.7.31 "
3030 TEKTON_PIPELINES_RELEASE : " https://infra.tekton.dev/tekton-releases/pipeline/previous/${{ inputs.pipelines-release }}/release.yaml"
3131 # Note that we do not include the v prefix here so we can use it in all
3232 # the places this is used.
You can’t perform that action at this time.
0 commit comments