Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
Patch release: enable signature of policy module

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Sep 17, 2024
1 parent 16adfd8 commit a9f2731
Showing 1 changed file with 6 additions and 6 deletions.
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: 1.2.0
version: 1.2.1
name: cel-policy
displayName: CEL Policy
createdAt: 2024-09-11T18:22:05.521216973Z
createdAt: 2024-09-17T07:43:24.114946225Z
description: A policy that evaluates CEL expressions
license: Apache-2.0
homeURL: https://github.com/kubewarden/cel-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/cel-policy:v1.2.0
image: ghcr.io/kubewarden/policies/cel-policy:v1.2.1
keywords:
- compliance
- CEL
- ValidatingAdmissionPolicy
- Common Expression Language
links:
- name: policy
url: https://github.com/kubewarden/cel-policy/releases/download/v1.2.0/policy.wasm
url: https://github.com/kubewarden/cel-policy/releases/download/v1.2.1/policy.wasm
- name: source
url: https://github.com/kubewarden/cel-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/cel-policy:v1.2.0
kwctl pull ghcr.io/kubewarden/policies/cel-policy:v1.2.1
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/cel-policy:v1.2.0
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/cel-policy:v1.2.1
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit a9f2731

Please sign in to comment.