File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 86
86
VAULT_TOKEN : " root"
87
87
VAULT_ADDR : " http://localhost:8200"
88
88
COSIGN_YES : " true"
89
- SCAFFOLDING_RELEASE_VERSION : " v0.7.21 "
89
+ SCAFFOLDING_RELEASE_VERSION : " v0.7.23 "
90
90
steps :
91
91
- name : Checkout
92
92
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -118,7 +118,7 @@ jobs:
118
118
runs-on : ubuntu-latest
119
119
120
120
env :
121
- SCAFFOLDING_RELEASE_VERSION : " v0.7.21 "
121
+ SCAFFOLDING_RELEASE_VERSION : " v0.7.23 "
122
122
123
123
steps :
124
124
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
33
33
strategy :
34
34
matrix :
35
35
k8s-version :
36
- - v1.29.x
37
36
- v1.30.x
38
37
- v1.31.x
39
38
- v1.32.x
39
+ - v1.33.x
40
40
tuf-root :
41
41
- remote
42
42
- air-gap
46
46
47
47
env :
48
48
KO_DOCKER_REPO : " registry.local:5000/policy-controller"
49
- SCAFFOLDING_RELEASE_VERSION : " v0.7.21 "
49
+ SCAFFOLDING_RELEASE_VERSION : " v0.7.23 "
50
50
GO111MODULE : on
51
51
GOFLAGS : -ldflags=-s -ldflags=-w
52
52
KOCACHE : ~/ko
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
- name : setup kind cluster
162
162
run : |
163
163
# 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
165
165
kind create cluster
166
166
167
167
- name : Run end-to-end tests
You can’t perform that action at this time.
0 commit comments