From 3f0abb7157dff9457e58c8bc1c3f8df849a3ae7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Fri, 7 Jul 2023 15:31:36 -0300 Subject: [PATCH] Bump v0.1.5 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.5 Signed-off-by: José Guilherme Vanz --- 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 fd248d4..ec54aab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" [[package]] name = "echo" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "assert-json-diff", diff --git a/Cargo.toml b/Cargo.toml index 7342f2b..387529c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "echo" -version = "0.1.4" +version = "0.1.5" authors = ["Flavio Castelli "] edition = "2018" diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 8dd7091..ce181b5 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.4 +version: 0.1.5 name: echo displayName: Echo -createdAt: 2023-03-21T12:20:44.502324259Z +createdAt: 2023-07-07T18:31:36.346562422Z description: A policy that echoes back Kubernetes' AdmissionReview - useful for Policy Authors license: Apache-2.0 homeURL: https://github.com/kubewarden/echo containersImages: - name: policy - image: ghcr.io/kubewarden/policies/echo:v0.1.4 + image: ghcr.io/kubewarden/policies/echo:v0.1.5 keywords: - developer links: - name: policy - url: https://github.com/kubewarden/echo/releases/download/v0.1.4/policy.wasm + url: https://github.com/kubewarden/echo/releases/download/v0.1.5/policy.wasm - name: source url: https://github.com/kubewarden/echo install: | The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl): ```console - kwctl pull ghcr.io/kubewarden/policies/echo:v0.1.4 + kwctl pull ghcr.io/kubewarden/policies/echo:v0.1.5 ``` maintainers: - name: Kubewarden developers