From 9fd2d4013dfb02479691ddc996c072d1ab05fbf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:05:30 +0000 Subject: [PATCH 1/2] chore(deps): update kubewarden/github-actions action to v3.1.10 --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c930917..6d1be45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.9 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.10 release: needs: test @@ -23,6 +23,6 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.9 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.10 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/deprecated-api-versions diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c60549..ccee91f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,4 +3,4 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.9 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.10 From 4af26534047c9bc842ea5ce0c77aa0005543c395 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Mon, 16 Oct 2023 10:47:57 +0200 Subject: [PATCH 2/2] chore: fix artifacthub metadata Signed-off-by: Flavio Castelli --- artifacthub-pkg.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index ea1f324..14ddf92 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -7,7 +7,7 @@ version: 0.1.11-k8sv1.29.0 name: deprecated-api-versions displayName: Deprecated API Versions -createdAt: 2023-07-17T13:51:08.327238576Z +createdAt: 2023-10-16T08:47:52.734557198Z description: Find deprecated and removed Kubernetes resources license: Apache-2.0 homeURL: https://github.com/kubewarden/deprecated-api-versions-policy @@ -27,6 +27,10 @@ install: | ```console kwctl pull ghcr.io/kubewarden/policies/deprecated-api-versions:v0.1.11-k8sv1.29.0 ``` + Then, generate the policy manifest and tune it to your liking. For example: + ```console + kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/deprecated-api-versions:v0.1.11-k8sv1.29.0 + ``` maintainers: - name: Kubewarden developers email: cncf-kubewarden-maintainers@lists.cncf.io