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

Commit 6d45cdb

Browse files
authored
drop 1.27/28 and add 1.30/31/32 k8s (#1745)
* drop 1.27/28 and add 1.30/31/32 k8s Signed-off-by: cpanato <ctadeu@gmail.com> * update TUF root Signed-off-by: cpanato <ctadeu@gmail.com> --------- Signed-off-by: cpanato <ctadeu@gmail.com>
1 parent 39d6f2a commit 6d45cdb

4 files changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/kind-e2e-cosigned.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
fail-fast: false # Keep running if one leg fails.
3030
matrix:
3131
k8s-version:
32-
- v1.27.x
33-
- v1.28.x
3432
- v1.29.x
33+
- v1.30.x
34+
- v1.31.x
35+
- v1.32.x
3536

3637
env:
3738
# https://github.com/google/go-containerregistry/pull/125 allows insecure registry for

.github/workflows/kind-e2e-trustroot-crd.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
fail-fast: false # Keep running if one leg fails.
3030
matrix:
3131
k8s-version:
32-
- v1.27.x
33-
- v1.28.x
3432
- v1.29.x
33+
- v1.30.x
34+
- v1.31.x
35+
- v1.32.x
3536

3637
env:
3738
# https://github.com/google/go-containerregistry/pull/125 allows insecure registry for

0 commit comments

Comments
 (0)