Skip to content

Commit

Permalink
test against newer k8s, scaffolding release (#4044)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway authored Feb 4, 2025
1 parent e4ff8e2 commit 4dc18dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
VAULT_TOKEN: "root"
VAULT_ADDR: "http://localhost:8200"
COSIGN_YES: "true"
SCAFFOLDING_RELEASE_VERSION: "v0.7.11"
SCAFFOLDING_RELEASE_VERSION: "v0.7.18"
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
runs-on: ubuntu-latest

env:
SCAFFOLDING_RELEASE_VERSION: "v0.7.11"
SCAFFOLDING_RELEASE_VERSION: "v0.7.18"

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/kind-verify-attestation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
strategy:
matrix:
k8s-version:
- v1.27.x
- v1.29.x
- v1.30.x
- v1.31.x
- v1.32.x
tuf-root:
- remote
- air-gap
Expand All @@ -43,7 +46,7 @@ jobs:

env:
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
SCAFFOLDING_RELEASE_VERSION: "v0.7.11"
SCAFFOLDING_RELEASE_VERSION: "v0.7.18"
GO111MODULE: on
GOFLAGS: -ldflags=-s -ldflags=-w
KOCACHE: ~/ko
Expand Down

0 comments on commit 4dc18dd

Please sign in to comment.