Skip to content

Commit 442248b

Browse files
authored
update tests to run against latest k8s release (#4198)
Signed-off-by: Bob Callaway <[email protected]>
1 parent 9efcf7a commit 442248b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
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.21"
89+
SCAFFOLDING_RELEASE_VERSION: "v0.7.23"
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.21"
121+
SCAFFOLDING_RELEASE_VERSION: "v0.7.23"
122122

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
strategy:
3434
matrix:
3535
k8s-version:
36-
- v1.29.x
3736
- v1.30.x
3837
- v1.31.x
3938
- v1.32.x
39+
- v1.33.x
4040
tuf-root:
4141
- remote
4242
- air-gap
@@ -46,7 +46,7 @@ jobs:
4646

4747
env:
4848
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
49-
SCAFFOLDING_RELEASE_VERSION: "v0.7.21"
49+
SCAFFOLDING_RELEASE_VERSION: "v0.7.23"
5050
GO111MODULE: on
5151
GOFLAGS: -ldflags=-s -ldflags=-w
5252
KOCACHE: ~/ko

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- name: setup kind cluster
162162
run: |
163163
# Used to test: cosign generate-key-pair k8s://...
164-
go install sigs.k8s.io/kind@v0.20.0
164+
go install sigs.k8s.io/kind@v0.27.0
165165
kind create cluster
166166
167167
- name: Run end-to-end tests

0 commit comments

Comments
 (0)