Skip to content

Commit

Permalink
chore: bump version v1.1.0.
Browse files Browse the repository at this point in the history
Changes the artifacthub-pkg.yml updating the version of the policy to
release the new OCI capability to fetch container image configuration.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Jul 3, 2024
1 parent c077420 commit a36055f
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.0.1
version: 1.1.0
name: cel-policy
displayName: CEL Policy
createdAt: 2024-06-14T15:37:43.942187384Z
createdAt: 2024-07-02T16:13:12.222650791Z
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.0.1
image: ghcr.io/kubewarden/policies/cel-policy:v1.1.0
keywords:
- compliance
- CEL
- ValidatingAdmissionPolicy
- Common Expression Language
links:
- name: policy
url: https://github.com/kubewarden/cel-policy/releases/download/v1.0.1/policy.wasm
url: https://github.com/kubewarden/cel-policy/releases/download/v1.1.0/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.0.1
kwctl pull ghcr.io/kubewarden/policies/cel-policy:v1.1.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/cel-policy:v1.0.1
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/cel-policy:v1.1.0
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit a36055f

Please sign in to comment.