diff --git a/Cargo.lock b/Cargo.lock index 689525f..222b6a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,7 +164,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "host-namespaces-psp" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index 07829f6..a31ab82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "host-namespaces-psp" -version = "0.1.6" +version = "0.1.7" authors = ["Rafael Fernández López "] edition = "2018" diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index cc52e41..6689f77 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -4,33 +4,33 @@ # # This config can be saved to its default location with: # kwctl scaffold artifacthub > artifacthub-pkg.yml -version: 0.1.6 +version: 0.1.7 name: host-namespaces-psp displayName: Host Namespaces PSP -createdAt: 2023-10-16T07:47:25.848418557Z +createdAt: 2025-01-17T16:10:15.381623658Z description: A Kubewarden policy that controls the usage of host namespaces license: Apache-2.0 homeURL: https://github.com/kubewarden/host-namespaces-psp-policy containersImages: - name: policy - image: ghcr.io/kubewarden/policies/host-namespaces-psp:v0.1.6 + image: ghcr.io/kubewarden/policies/host-namespaces-psp:v0.1.7 keywords: - psp - container - network links: - name: policy - url: https://github.com/kubewarden/host-namespaces-psp-policy/releases/download/v0.1.6/policy.wasm + url: https://github.com/kubewarden/host-namespaces-psp-policy/releases/download/v0.1.7/policy.wasm - name: source url: https://github.com/kubewarden/host-namespaces-psp-policy install: | The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl): ```console - kwctl pull ghcr.io/kubewarden/policies/host-namespaces-psp:v0.1.6 + kwctl pull ghcr.io/kubewarden/policies/host-namespaces-psp:v0.1.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/host-namespaces-psp:v0.1.6 + kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/host-namespaces-psp:v0.1.7 ``` maintainers: - name: Kubewarden developers