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" 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