From ea5a751c20a061e04e6317ed9d544d00fd42f607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Mon, 22 May 2023 11:43:56 +0200 Subject: [PATCH 1/3] chore: Bump rust edition to 2021 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Víctor Cuadrado Juan --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1157209..a1139e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "verify-image-signatures" version = "0.2.6" authors = ["raulcabello ","viccuad "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html From ecb29e9b386e88745ec19b1a5b2afffb016798a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Mon, 22 May 2023 11:46:02 +0200 Subject: [PATCH 2/3] chore: Fix authors names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Víctor Cuadrado Juan --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1139e0..3d8d868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "verify-image-signatures" version = "0.2.6" -authors = ["raulcabello ","viccuad "] +authors = ["Raul Cabello ","Víctor Cuadrado "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html From 23d68f02cf23099e55c7e2e01ac8975e4ccee55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Mon, 22 May 2023 11:46:13 +0200 Subject: [PATCH 3/3] build: Bump version to 0.2.7 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 42e0ba4..5958a8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,7 +1063,7 @@ dependencies = [ [[package]] name = "verify-image-signatures" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index 3d8d868..ccac0c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verify-image-signatures" -version = "0.2.6" +version = "0.2.7" authors = ["Raul Cabello ","Víctor Cuadrado "] edition = "2021" diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 97427a2..ce74fa5 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: 0.2.6 +version: 0.2.7 name: verify-image-signatures displayName: Verify Image Signatures -createdAt: 2023-03-24T16:18:04.159529845Z +createdAt: 2023-05-22T09:45:33.188343425Z description: A Kubewarden Policy that verifies all the signatures of the container images referenced by a Pod license: Apache-2.0 homeURL: https://github.com/kubewarden/verify-image-signatures containersImages: - name: policy - image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.6 + image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.7 keywords: - pod - signature @@ -21,13 +21,13 @@ keywords: - trusted links: - name: policy - url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.6/policy.wasm + url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.7/policy.wasm - name: source url: https://github.com/kubewarden/verify-image-signatures install: | The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl): ```console - kwctl pull ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.6 + kwctl pull ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.7 ``` maintainers: - name: Kubewarden developers