Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update supported k8s versions #1430

Merged
merged 6 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Perhaps too early for K8s 1.30
Signed-off-by: Cody Soyland <codysoyland@github.com>
  • Loading branch information
codysoyland committed May 16, 2024
commit 55a30321eaffb563dfc263a9aae3491b20fd799b
1 change: 0 additions & 1 deletion .github/workflows/kind-cluster-image-policy-no-tuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- v1.27.x
- v1.28.x
- v1.29.x
- v1.30.x

env:
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- v1.27.x
- v1.28.x
- v1.29.x
- v1.30.x

env:
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/kind-cluster-image-policy-trustroot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- v1.27.x
- v1.28.x
- v1.29.x
- v1.30.x

script:
- repository
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/kind-cluster-image-policy-tsa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- v1.27.x
- v1.28.x
- v1.29.x
- v1.30.x

env:
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/kind-cluster-image-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- v1.27.x
- v1.28.x
- v1.29.x
- v1.30.x

script:
- cluster_image_policy
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/kind-e2e-cosigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- v1.27.x
- v1.28.x
- v1.29.x
- v1.30.x

env:
# https://github.com/google/go-containerregistry/pull/125 allows insecure registry for
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/kind-e2e-trustroot-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- v1.27.x
- v1.28.x
- v1.29.x
- v1.30.x

env:
# https://github.com/google/go-containerregistry/pull/125 allows insecure registry for
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ This policy-controller's versions are able to run in the following versions of K
| Kubernetes 1.27 | ✓ |
| Kubernetes 1.28 | ✓ |
| Kubernetes 1.29 | ✓ |
| Kubernetes 1.30 | ✓ |

note: not fully tested yet, but can be installed

Expand Down
Loading