From 7d2584636674221d78736e6ce232b9ecda3c5ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Fri, 24 Mar 2023 17:46:51 +0100 Subject: [PATCH 1/2] chore: Refresh artifacthub-pkg.yml for 0.1.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Víctor Cuadrado Juan --- artifacthub-pkg.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index f062901..73f1a08 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -4,29 +4,29 @@ # # This config can be saved to its default location with: # kwctl scaffold artifacthub > artifacthub-pkg.yml -version: 0.1.9 +version: 0.1.10 name: sysctl-psp displayName: Sysctl PSP -createdAt: 2023-03-21T17:51:52.223492612Z +createdAt: 2023-03-24T16:46:47.74692413Z description: A Pod Security Policy that controls usage of sysctls in pods license: Apache-2.0 homeURL: https://github.com/kubewarden/sysctl-psp-policy containersImages: - name: policy - image: ghcr.io/kubewarden/policies/sysctl-psp:v0.1.9 + image: ghcr.io/kubewarden/policies/sysctl-psp:v0.1.10 keywords: - sysctl - psp - pod links: - name: policy - url: https://github.com/kubewarden/sysctl-psp-policy/releases/download/v0.1.9/policy.wasm + url: https://github.com/kubewarden/sysctl-psp-policy/releases/download/v0.1.10/policy.wasm - name: source url: https://github.com/kubewarden/sysctl-psp-policy install: | The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl): ```console - kwctl pull ghcr.io/kubewarden/policies/sysctl-psp:v0.1.9 + kwctl pull ghcr.io/kubewarden/policies/sysctl-psp:v0.1.10 ``` maintainers: - name: Kubewarden developers From 58d868e07e1f08c43d3dcc2e27f43e3955324af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Fri, 24 Mar 2023 17:47:05 +0100 Subject: [PATCH 2/2] ci: Consume v3.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Víctor Cuadrado Juan --- .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 c30e2b1..72a6733 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-go.yml@v3.0.4 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.1.0 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-go.yml@v3.0.4 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@v3.1.0 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/sysctl-psp diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d6e278a..837f482 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-go.yml@v3.0.4 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.1.0