From d7525174b757be6f8a14b393e6718a249204014c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Fri, 7 Jul 2023 15:35:47 -0300 Subject: [PATCH] Bump v0.1.13 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.13 Signed-off-by: José Guilherme Vanz --- Cargo.lock | 2 +- Cargo.toml | 2 +- artifacthub-pkg.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc69d2d..5e5d8d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" [[package]] name = "apparmor-psp" -version = "0.1.12" +version = "0.1.13" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index a80073c..8f5fbb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apparmor-psp" -version = "0.1.12" +version = "0.1.13" authors = ["Flavio Castelli "] edition = "2018" diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 03bde7d..a3168d1 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -4,28 +4,28 @@ # # This config can be saved to its default location with: # kwctl scaffold artifacthub > artifacthub-pkg.yml -version: 0.1.12 +version: 0.1.13 name: psp-apparmor displayName: Apparmor PSP -createdAt: 2023-03-27T09:07:43.051650718Z +createdAt: 2023-07-07T18:35:47.38052711Z description: Replacement for the Kubernetes Pod Security Policy that controls the usage of AppArmor profiles license: Apache-2.0 homeURL: https://github.com/kubewarden/apparmor-psp-policy containersImages: - name: policy - image: ghcr.io/kubewarden/policies/apparmor-psp:v0.1.12 + image: ghcr.io/kubewarden/policies/apparmor-psp:v0.1.13 keywords: - psp - apparmor links: - name: policy - url: https://github.com/kubewarden/apparmor-psp-policy/releases/download/v0.1.12/policy.wasm + url: https://github.com/kubewarden/apparmor-psp-policy/releases/download/v0.1.13/policy.wasm - name: source url: https://github.com/kubewarden/apparmor-psp-policy install: | The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl): ```console - kwctl pull ghcr.io/kubewarden/policies/apparmor-psp:v0.1.12 + kwctl pull ghcr.io/kubewarden/policies/apparmor-psp:v0.1.13 ``` maintainers: - name: Kubewarden developers