Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit dda3d98

Browse files
authored
Use v0.7.18 for scaffolding, update k8s versions to test with. (#1751)
* Use v0.7.18 for scaffolding, update k8s versions to test with. Signed-off-by: Ville Aikas <[email protected]> * v0.7.18 is not released yet, use v0.7.17 instead. Signed-off-by: Ville Aikas <[email protected]> * ok, made the scaffolding release .18 latest, go back to .18 since it has the supported k8s versions. Signed-off-by: Ville Aikas <[email protected]> --------- Signed-off-by: Ville Aikas <[email protected]>
1 parent 49860af commit dda3d98

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

.github/workflows/kind-cluster-image-policy-no-tuf.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ jobs:
3333
fail-fast: false # Keep running if one leg fails.
3434
matrix:
3535
k8s-version:
36-
- v1.27.x
37-
- v1.28.x
3836
- v1.29.x
37+
- v1.30.x
38+
- v1.31.x
39+
- v1.32.x
3940

4041
env:
4142
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
42-
SCAFFOLDING_RELEASE_VERSION: "v0.7.2"
43+
SCAFFOLDING_RELEASE_VERSION: "v0.7.18"
4344
GO111MODULE: on
4445
GOFLAGS: -ldflags=-s -ldflags=-w
4546
KOCACHE: ~/ko

.github/workflows/kind-cluster-image-policy-trustroot.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
fail-fast: false # Keep running if one leg fails.
3434
matrix:
3535
k8s-version:
36-
- v1.27.x
37-
- v1.28.x
3836
- v1.29.x
37+
- v1.30.x
38+
- v1.31.x
39+
- v1.32.x
3940

4041
script:
4142
- repository
@@ -44,7 +45,7 @@ jobs:
4445

4546
env:
4647
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
47-
SCAFFOLDING_RELEASE_VERSION: "v0.7.2"
48+
SCAFFOLDING_RELEASE_VERSION: "v0.7.18"
4849
GO111MODULE: on
4950
GOFLAGS: -ldflags=-s -ldflags=-w
5051
KOCACHE: ~/ko

.github/workflows/kind-cluster-image-policy-tsa.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ jobs:
3333
fail-fast: false # Keep running if one leg fails.
3434
matrix:
3535
k8s-version:
36-
- v1.27.x
37-
- v1.28.x
3836
- v1.29.x
37+
- v1.30.x
38+
- v1.31.x
39+
- v1.32.x
3940

4041
env:
4142
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
42-
SCAFFOLDING_RELEASE_VERSION: "v0.7.2"
43+
SCAFFOLDING_RELEASE_VERSION: "v0.7.18"
4344
GO111MODULE: on
4445
GOFLAGS: -ldflags=-s -ldflags=-w
4546
KOCACHE: ~/ko

.github/workflows/kind-cluster-image-policy.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
fail-fast: false # Keep running if one leg fails.
3434
matrix:
3535
k8s-version:
36-
- v1.27.x
37-
- v1.28.x
3836
- v1.29.x
37+
- v1.30.x
38+
- v1.31.x
39+
- v1.32.x
3940

4041
script:
4142
- cluster_image_policy
@@ -53,7 +54,7 @@ jobs:
5354

5455
env:
5556
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
56-
SCAFFOLDING_RELEASE_VERSION: "v0.7.2"
57+
SCAFFOLDING_RELEASE_VERSION: "v0.7.18"
5758
GO111MODULE: on
5859
GOFLAGS: -ldflags=-s -ldflags=-w
5960
KOCACHE: ~/ko

0 commit comments

Comments
 (0)