From a597706fda7966a470b3d48855805ef6f377f5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Fri, 17 Jan 2025 17:06:57 +0100 Subject: [PATCH 1/2] build: Bump version to 0.2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Víctor Cuadrado Juan --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9fbb05..047d2f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "allow-privilege-escalation-psp" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index 5c7f025..7a76650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allow-privilege-escalation-psp" -version = "0.2.6" +version = "0.2.7" authors = ["Flavio Castelli "] edition = "2018" From 12e3878296f853df039b6d88f4559add12a8e1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Fri, 17 Jan 2025 17:07:19 +0100 Subject: [PATCH 2/2] chore: Bump artifacthub-pkg.yml for 0.2.7 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 8cfbc18..c0c6674 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -4,32 +4,32 @@ # # This config can be saved to its default location with: # kwctl scaffold artifacthub > artifacthub-pkg.yml -version: 0.2.6 +version: 0.2.7 name: allow-privilege-escalation-psp displayName: Allow Privilege Escalation PSP -createdAt: 2023-10-16T08:44:39.501150745Z +createdAt: 2025-01-17T16:07:15.872410663Z description: Replacement for the Kubernetes Pod Security Policy that controls the allowance of privilege escalation in containers and init containers of a pod license: Apache-2.0 homeURL: https://github.com/kubewarden/allow-privilege-escalation-psp-policy containersImages: - name: policy - image: ghcr.io/kubewarden/policies/allow-privilege-escalation-psp:v0.2.6 + image: ghcr.io/kubewarden/policies/allow-privilege-escalation-psp:v0.2.7 keywords: - PSP - privilege escalation links: - name: policy - url: https://github.com/kubewarden/allow-privilege-escalation-psp-policy/releases/download/v0.2.6/policy.wasm + url: https://github.com/kubewarden/allow-privilege-escalation-psp-policy/releases/download/v0.2.7/policy.wasm - name: source url: https://github.com/kubewarden/allow-privilege-escalation-psp-policy install: | The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl): ```console - kwctl pull ghcr.io/kubewarden/policies/allow-privilege-escalation-psp:v0.2.6 + kwctl pull ghcr.io/kubewarden/policies/allow-privilege-escalation-psp:v0.2.7 ``` Then, generate the policy manifest and tune it to your liking. For example: ```console - kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/allow-privilege-escalation-psp:v0.2.6 + kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/allow-privilege-escalation-psp:v0.2.7 ``` maintainers: - name: Kubewarden developers