From a9f27311190beca7cbd2012910a4671ec499928a Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Tue, 17 Sep 2024 09:43:35 +0200 Subject: [PATCH] Release 1.2.1 Patch release: enable signature of policy module Signed-off-by: Flavio Castelli --- artifacthub-pkg.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 3b4e21a..0ea17ea 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.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 @@ -21,17 +21,17 @@ keywords: - 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