Skip to content

Commit

Permalink
Merge pull request #113 from viccuad/main
Browse files Browse the repository at this point in the history
build: Bump version to 0.6.3
  • Loading branch information
viccuad authored Jan 20, 2025
2 parents b670162 + cc30fc0 commit d624995
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 = "user-group-psp"
version = "0.6.2"
version = "0.6.3"
authors = [
"Kubewarden developers <[email protected]>",
"José Guilherme Vanz <[email protected]>",
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.6.2
version: 0.6.3
name: user-group-psp
displayName: User Group PSP
createdAt: 2024-07-31T13:55:22.670292486Z
createdAt: 2025-01-17T16:13:10.720148582Z
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.6.2
image: ghcr.io/kubewarden/policies/user-group-psp:v0.6.3
keywords:
- psp
- container
- user
- group
links:
- name: policy
url: https://github.com/kubewarden/user-group-psp-policy/releases/download/v0.6.2/policy.wasm
url: https://github.com/kubewarden/user-group-psp-policy/releases/download/v0.6.3/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.6.2
kwctl pull ghcr.io/kubewarden/policies/user-group-psp:v0.6.3
```
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.6.2
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/user-group-psp:v0.6.3
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit d624995

Please sign in to comment.