From 746aa8ab3a5bf4b275aa5dcd7651db214af33d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Wed, 11 Sep 2024 15:30:49 -0300 Subject: [PATCH] Bump v1.2.0 version. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates artifacthub-pkg.yml bumping the version to v1.2.0. Signed-off-by: José Guilherme Vanz --- artifacthub-pkg.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 53836a4..3b4e21a 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -4,16 +4,16 @@ # # This config can be saved to its default location with: # kwctl scaffold artifacthub > artifacthub-pkg.yml -version: 1.1.0 +version: 1.2.0 name: cel-policy displayName: CEL Policy -createdAt: 2024-07-02T16:13:12.222650791Z +createdAt: 2024-09-11T18:22:05.521216973Z 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.1.0 + image: ghcr.io/kubewarden/policies/cel-policy:v1.2.0 keywords: - compliance - CEL @@ -21,17 +21,17 @@ keywords: - Common Expression Language links: - name: policy - url: https://github.com/kubewarden/cel-policy/releases/download/v1.1.0/policy.wasm + url: https://github.com/kubewarden/cel-policy/releases/download/v1.2.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.1.0 + kwctl pull ghcr.io/kubewarden/policies/cel-policy:v1.2.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.1.0 + kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/cel-policy:v1.2.0 ``` maintainers: - name: Kubewarden developers