Skip to content

Commit

Permalink
Bump v0.1.10 policy version.
Browse files Browse the repository at this point in the history
Updates the Cargo and artifacthub files bumping the policy version to v0.1.10.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Jul 7, 2023
1 parent f32900d commit 8de00da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 = "psp-allowed-fsgroups"
version = "0.1.9"
version = "0.1.10"
authors = ["Rafael Fernández López <[email protected]>"]
edition = "2018"

Expand Down
10 changes: 5 additions & 5 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.1.9
version: 0.1.10
name: allowed-fsgroups-psp
displayName: Allowed Fs Groups PSP
createdAt: 2023-03-24T15:53:25.179748771Z
createdAt: 2023-07-07T17:42:12.88826776Z
description: Replacement for the Kubernetes Pod Security Policy that controls the usage of fsGroups in the pod security context
license: Apache-2.0
homeURL: https://github.com/kubewarden/allowed-fsgroups-psp-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/allowed-fsgroups-psp:v0.1.9
image: ghcr.io/kubewarden/policies/allowed-fsgroups-psp:v0.1.10
keywords:
- psp
- container
- runtime
links:
- name: policy
url: https://github.com/kubewarden/allowed-fsgroups-psp-policy/releases/download/v0.1.9/policy.wasm
url: https://github.com/kubewarden/allowed-fsgroups-psp-policy/releases/download/v0.1.10/policy.wasm
- name: source
url: https://github.com/kubewarden/allowed-fsgroups-psp-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/allowed-fsgroups-psp:v0.1.9
kwctl pull ghcr.io/kubewarden/policies/allowed-fsgroups-psp:v0.1.10
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 8de00da

Please sign in to comment.