From c25c4f79b7185d5996d153d4a27e4eba06e1ff1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Mon, 10 Jul 2023 10:41:58 +0200 Subject: [PATCH] build: Bump version to 0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Cuadrado Juan --- Cargo.lock | 2 +- Cargo.toml | 2 +- artifacthub-pkg.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3b16b5..0b2dede 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -730,7 +730,7 @@ dependencies = [ [[package]] name = "rancher-project-propagate-labels" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index 3f16234..5486e3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rancher-project-propagate-labels" -version = "0.1.0" +version = "0.1.1" authors = ["Flavio Castelli "] edition = "2021" diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 4937acd..3f65330 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -4,28 +4,28 @@ # # This config can be saved to its default location with: # kwctl scaffold artifacthub > artifacthub-pkg.yml -version: 0.1.0 +version: 0.1.1 name: rancher-project-propagate-labels displayName: Rancher Project propagate labels -createdAt: 2023-04-17T07:46:10.821806149Z +createdAt: 2023-07-10T08:53:20.168260313Z description: Propagate labels from a Rancher Project to all the Namespace that belong to it license: Apache-2.0 homeURL: https://github.com/kubewaden/rancher-project-propagate-labels containersImages: - name: policy - image: ghcr.io/kubewarden/policies/rancher-project-propagate-labels:v0.1.0 + image: ghcr.io/kubewarden/policies/rancher-project-propagate-labels:v0.1.1 keywords: - namespace - rancher project links: - name: policy - url: https://github.com/kubewarden/rancher-project-propagate-labels/releases/download/v0.1.0/policy.wasm + url: https://github.com/kubewarden/rancher-project-propagate-labels/releases/download/v0.1.1/policy.wasm - name: source url: https://github.com/kubewarden/rancher-project-propagate-labels install: | The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl): ```console - kwctl pull ghcr.io/kubewarden/policies/rancher-project-propagate-labels:v0.1.0 + kwctl pull ghcr.io/kubewarden/policies/rancher-project-propagate-labels:v0.1.1 ``` maintainers: - name: Kubewarden developers