Skip to content

Commit

Permalink
bump SIGSTORE_SCAFFOLDING_RELEASE_VERSION to v0.7.2 and update k8s ve…
Browse files Browse the repository at this point in the history
…rsions occordinaly
  • Loading branch information
jkhelil committed Jun 19, 2024
1 parent 4929c41 commit 13debff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
matrix:
# Keep in sync with the list of supported releases: https://kubernetes.io/releases/
k8s-version:
- v1.25.x
- v1.26.x
- v1.27.x
# Needs https://github.com/sigstore/scaffolding/pull/756
# - v1.28.x
- v1.28.x
- v1.29.x
- v1.30.x
uses: ./.github/workflows/reusable-e2e.yaml
with:
k8s-version: ${{ matrix.k8s-version }}
Expand All @@ -38,5 +37,5 @@ jobs:
- v0.51.0
uses: ./.github/workflows/reusable-e2e.yaml
with:
k8s-version: v1.26.x
k8s-version: v1.27.x
pipelines-release: ${{ matrix.pipelines-release }}
2 changes: 1 addition & 1 deletion .github/workflows/reusable-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
GOFLAGS: -ldflags=-s -ldflags=-w
KO_DOCKER_REPO: registry.local:5000/knative
KOCACHE: ~/ko
SIGSTORE_SCAFFOLDING_RELEASE_VERSION: "v0.6.6"
SIGSTORE_SCAFFOLDING_RELEASE_VERSION: "v0.7.2"
TEKTON_PIPELINES_RELEASE: "https://storage.googleapis.com/tekton-releases/pipeline/previous/${{ inputs.pipelines-release }}/release.yaml"
# Note that we do not include the v prefix here so we can use it in all
# the places this is used.
Expand Down

0 comments on commit 13debff

Please sign in to comment.