Skip to content

Commit

Permalink
Merge pull request #89 from jvanz/main
Browse files Browse the repository at this point in the history
chore: v0.6.0 version bump
  • Loading branch information
jvanz authored Jun 28, 2024
2 parents 2a909fb + ef2c844 commit 30dc7c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "user-group-psp"
version = "0.5.0"
authors = ["José Guilherme Vanz <[email protected]>"]
version = "0.6.0"
authors = ["Kubewarden developers <[email protected]>", "José Guilherme Vanz <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
12 changes: 6 additions & 6 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.5.0
version: 0.6.0
name: user-group-psp
displayName: User Group PSP
createdAt: 2024-01-22T13:52:15.26445171Z
createdAt: 2024-06-28T14:15:37.021117635Z
description: Kubewarden Policy that controls containers user and groups
license: Apache-2.0
homeURL: https://github.com/kubewarden/user-group-psp-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/user-group-psp:v0.5.0
image: ghcr.io/kubewarden/policies/user-group-psp:v0.6.0
keywords:
- psp
- container
- user
- group
links:
- name: policy
url: https://github.com/kubewarden/user-group-psp-policy/releases/download/v0.5.0/policy.wasm
url: https://github.com/kubewarden/user-group-psp-policy/releases/download/v0.6.0/policy.wasm
- name: source
url: https://github.com/kubewarden/user-group-psp-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/user-group-psp:v0.5.0
kwctl pull ghcr.io/kubewarden/policies/user-group-psp:v0.6.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/user-group-psp:v0.5.0
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/user-group-psp:v0.6.0
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 30dc7c8

Please sign in to comment.