Skip to content

Commit

Permalink
Use v0.7.18 for scaffolding, update k8s versions to test with. (sigst…
Browse files Browse the repository at this point in the history
…ore#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]>
  • Loading branch information
vaikas authored Jan 3, 2025
1 parent 49860af commit dda3d98
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/kind-cluster-image-policy-no-tuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.27.x
- v1.28.x
- v1.29.x
- v1.30.x
- v1.31.x
- v1.32.x

env:
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
SCAFFOLDING_RELEASE_VERSION: "v0.7.2"
SCAFFOLDING_RELEASE_VERSION: "v0.7.18"
GO111MODULE: on
GOFLAGS: -ldflags=-s -ldflags=-w
KOCACHE: ~/ko
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/kind-cluster-image-policy-trustroot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.27.x
- v1.28.x
- v1.29.x
- v1.30.x
- v1.31.x
- v1.32.x

script:
- repository
Expand All @@ -44,7 +45,7 @@ jobs:

env:
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
SCAFFOLDING_RELEASE_VERSION: "v0.7.2"
SCAFFOLDING_RELEASE_VERSION: "v0.7.18"
GO111MODULE: on
GOFLAGS: -ldflags=-s -ldflags=-w
KOCACHE: ~/ko
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/kind-cluster-image-policy-tsa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.27.x
- v1.28.x
- v1.29.x
- v1.30.x
- v1.31.x
- v1.32.x

env:
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
SCAFFOLDING_RELEASE_VERSION: "v0.7.2"
SCAFFOLDING_RELEASE_VERSION: "v0.7.18"
GO111MODULE: on
GOFLAGS: -ldflags=-s -ldflags=-w
KOCACHE: ~/ko
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/kind-cluster-image-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.27.x
- v1.28.x
- v1.29.x
- v1.30.x
- v1.31.x
- v1.32.x

script:
- cluster_image_policy
Expand All @@ -53,7 +54,7 @@ jobs:

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

0 comments on commit dda3d98

Please sign in to comment.