Skip to content

Commit 580b15d

Browse files
committed
test against newer k8s, scaffolding release
Signed-off-by: Bob Callaway <bcallaway@google.com>
1 parent e4ff8e2 commit 580b15d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/e2e-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
VAULT_TOKEN: "root"
8787
VAULT_ADDR: "http://localhost:8200"
8888
COSIGN_YES: "true"
89-
SCAFFOLDING_RELEASE_VERSION: "v0.7.11"
89+
SCAFFOLDING_RELEASE_VERSION: "v0.7.18"
9090
steps:
9191
- name: Checkout
9292
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ubuntu-latest
119119

120120
env:
121-
SCAFFOLDING_RELEASE_VERSION: "v0.7.11"
121+
SCAFFOLDING_RELEASE_VERSION: "v0.7.18"
122122

123123
steps:
124124
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/kind-verify-attestation.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
strategy:
3434
matrix:
3535
k8s-version:
36-
- v1.27.x
36+
- v1.29.x
37+
- v1.30.x
38+
- v1.31.x
39+
- v1.32.x
3740
tuf-root:
3841
- remote
3942
- air-gap
@@ -43,7 +46,7 @@ jobs:
4346

4447
env:
4548
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
46-
SCAFFOLDING_RELEASE_VERSION: "v0.7.11"
49+
SCAFFOLDING_RELEASE_VERSION: "v0.7.18"
4750
GO111MODULE: on
4851
GOFLAGS: -ldflags=-s -ldflags=-w
4952
KOCACHE: ~/ko

0 commit comments

Comments
 (0)