From 43650222701fb012f443e686d0dae78e7a54977d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Mon, 10 Jul 2023 13:14:16 -0300 Subject: [PATCH] Bump v0.1.11 policy version. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates files bumping the policy version to v0.1.11 Signed-off-by: José Guilherme Vanz --- artifacthub-pkg.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 73f1a08..0c80005 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.10 +version: 0.1.11 name: sysctl-psp displayName: Sysctl PSP -createdAt: 2023-03-24T16:46:47.74692413Z +createdAt: 2023-07-10T16:14:15.921200892Z 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.10 + image: ghcr.io/kubewarden/policies/sysctl-psp:v0.1.11 keywords: - sysctl - psp - pod links: - name: policy - url: https://github.com/kubewarden/sysctl-psp-policy/releases/download/v0.1.10/policy.wasm + url: https://github.com/kubewarden/sysctl-psp-policy/releases/download/v0.1.11/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.10 + kwctl pull ghcr.io/kubewarden/policies/sysctl-psp:v0.1.11 ``` maintainers: - name: Kubewarden developers