diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03ab59d0..4c90eb11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -191,7 +191,7 @@ jobs: strategy: max-parallel: 6 matrix: - k8sversion: ["v1.24.17", "v1.25.16", "v1.26.14", "v1.27.11", "v1.28.7", "v1.29.2"] + k8sversion: ["v1.24.17", "v1.25.16", "v1.26.15", "v1.27.16", "v1.28.13", "v1.29.8", "v1.30.4", "v1.31.0"] steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -324,7 +324,7 @@ jobs: strategy: max-parallel: 6 matrix: - k8sversion: ["v1.24.17", "v1.25.16", "v1.26.14", "v1.27.11", "v1.28.7", "v1.29.2"] + k8sversion: ["v1.24.17", "v1.25.16", "v1.26.15", "v1.27.16", "v1.28.13", "v1.29.8", "v1.30.4", "v1.31.0"] steps: - name: Checkout Repository uses: actions/checkout@v4 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index cf61a5a8..a3bc164d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,6 +17,7 @@ jobs: HARBOR_REPO: "kube-image-keeper/kube-image-keeper" GHCR_IMAGE: "ghcr.io/enix/kube-image-keeper" QUAY_IMAGE: "quay.io/enix/kube-image-keeper" + TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db:2" steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -100,7 +101,7 @@ jobs: strategy: max-parallel: 6 matrix: - k8sversion: ["v1.24.17", "v1.25.16", "v1.26.14", "v1.27.11", "v1.28.7", "v1.29.2"] + k8sversion: ["v1.24.17", "v1.25.16", "v1.26.15", "v1.27.16", "v1.28.13", "v1.29.8", "v1.30.4", "v1.31.0"] steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -241,7 +242,7 @@ jobs: strategy: max-parallel: 6 matrix: - k8sversion: ["v1.24.17", "v1.25.16", "v1.26.14", "v1.27.11", "v1.28.7", "v1.29.2"] + k8sversion: ["v1.24.17", "v1.25.16", "v1.26.15", "v1.27.16", "v1.28.13", "v1.29.8", "v1.30.4", "v1.31.0"] steps: - name: Checkout Repository uses: actions/checkout@v4 diff --git a/README.md b/README.md index ff5ea734..3cb5dcb3 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ We investigated other options, and we didn't find any that would quite fit our r ## Supported Kubernetes versions -kuik has been developed for, and tested with, Kubernetes 1.24 to 1.28; but the code doesn't use any deprecated (or new) feature or API, and should work with newer versions as well. +kuik has been developed for, and tested with, Kubernetes 1.24 to 1.30; but the code doesn't use any deprecated (or new) feature or API, and should work with newer versions as well. ## How it works