Skip to content

Commit

Permalink
Merge pull request #71 from viccuad/main
Browse files Browse the repository at this point in the history
build: Bump version to 0.1.7
  • Loading branch information
viccuad authored Jan 20, 2025
2 parents 9dc803e + bcef520 commit 618347a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "host-namespaces-psp"
version = "0.1.6"
version = "0.1.7"
authors = ["Rafael Fernández López <ereslibre@ereslibre.es>"]
edition = "2018"

Expand Down
12 changes: 6 additions & 6 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 618347a

Please sign in to comment.