From 6890a34ff6fa9a198751106f95ee212115db67cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Fri, 7 Jul 2023 15:33:05 -0300 Subject: [PATCH] Bump v0.1.7 policy version. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates files bumping the policy version to v0.1.7 Signed-off-by: José Guilherme Vanz --- artifacthub-pkg.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index bba3506..7037623 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -4,27 +4,27 @@ # # This config can be saved to its default location with: # kwctl scaffold artifacthub > artifacthub-pkg.yml -version: 0.1.6 +version: 0.1.7 name: disallow-service-nodeport displayName: Disallow Service Nodeport -createdAt: 2023-03-24T16:40:43.045778334Z +createdAt: 2023-07-07T18:33:05.742165346Z description: A policy that prevents the creation of Service resources of type `NodePort` license: Apache-2.0 homeURL: https://github.com/kubewarden/disallow-service-nodeport-policy containersImages: - name: policy - image: ghcr.io/kubewarden/policies/disallow-service-nodeport:v0.1.6 + image: ghcr.io/kubewarden/policies/disallow-service-nodeport:v0.1.7 keywords: - service links: - name: policy - url: https://github.com/kubewarden/disallow-service-nodeport-policy/releases/download/v0.1.6/policy.wasm + url: https://github.com/kubewarden/disallow-service-nodeport-policy/releases/download/v0.1.7/policy.wasm - name: source url: https://github.com/kubewarden/disallow-service-nodeport-policy install: | The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl): ```console - kwctl pull ghcr.io/kubewarden/policies/disallow-service-nodeport:v0.1.6 + kwctl pull ghcr.io/kubewarden/policies/disallow-service-nodeport:v0.1.7 ``` maintainers: - name: Kubewarden developers