Skip to content

Commit 26b6920

Browse files
committed
chore: update CI e2e matrix for k8s and pipelines versions
Signed-off-by: ab-ghosh <abghosh@redhat.com>
1 parent 01c72e0 commit 26b6920

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/kind-e2e.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -47,10 +47,10 @@ jobs:
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
4949
- v0.68.1 # LTS
50-
- v1.0.0 # LTS
51-
- v1.3.2 # LTS
52-
- v1.6.0 # LTS
50+
- v1.0.2 # LTS
51+
- v1.3.4 # LTS
52+
- v1.6.2 # LTS
5353
uses: ./.github/workflows/reusable-e2e.yaml
5454
with:
55-
k8s-version: v1.33.x # intersection of the latest version and scaffolding
55+
k8s-version: v1.34.x # intersection of the latest version and scaffolding
5656
pipelines-release: ${{ matrix.pipelines-release }}

.github/workflows/reusable-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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.

0 commit comments

Comments
 (0)