From 1d0c1d2c12a3665b70c22c6a53cd0e2adb879396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Tue, 19 Dec 2023 13:33:02 -0300 Subject: [PATCH] Bump v0.3.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the Cargo files bumping the policy version to v0.3.0. Signed-off-by: José Guilherme Vanz --- Cargo.lock | 2 +- Cargo.toml | 2 +- artifacthub-pkg.yml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5990566..195b990 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -413,7 +413,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pod-privileged-policy" -version = "0.2.7" +version = "0.3.0" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index 9a3ccb5..395d815 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pod-privileged-policy" -version = "0.2.7" +version = "0.3.0" authors = ["José Guilherme Vanz "] edition = "2021" diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 55b0c7a..a89c29a 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -4,16 +4,16 @@ # # This config can be saved to its default location with: # kwctl scaffold artifacthub > artifacthub-pkg.yml -version: 0.2.7 +version: 0.3.0 name: pod-privileged-policy displayName: Pod Privileged Policy -createdAt: 2023-10-13T12:54:01.01844436Z +createdAt: 2023-12-19T16:36:22.009478594Z description: Limit the ability to create privileged containers license: Apache-2.0 homeURL: https://github.com/kubewarden/pod-privileged-policy containersImages: - name: policy - image: ghcr.io/kubewarden/policies/pod-privileged:v0.2.7 + image: ghcr.io/kubewarden/policies/pod-privileged:v0.3.0 keywords: - psp - pod @@ -21,17 +21,17 @@ keywords: - privileged links: - name: policy - url: https://github.com/kubewarden/pod-privileged-policy/releases/download/v0.2.7/policy.wasm + url: https://github.com/kubewarden/pod-privileged-policy/releases/download/v0.3.0/policy.wasm - name: source url: https://github.com/kubewarden/pod-privileged-policy install: | The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl): ```console - kwctl pull ghcr.io/kubewarden/policies/pod-privileged:v0.2.7 + kwctl pull ghcr.io/kubewarden/policies/pod-privileged:v0.3.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/pod-privileged:v0.2.7 + kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/pod-privileged:v0.3.0 ``` maintainers: - name: Kubewarden developers