diff --git a/Cargo.lock b/Cargo.lock index fd2ba33..305c325 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1091,7 +1091,7 @@ dependencies = [ [[package]] name = "verify-image-signatures" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index eb04bdc..5beabd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verify-image-signatures" -version = "0.2.4" +version = "0.2.5" authors = ["raulcabello ","viccuad "] edition = "2018" diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 4040ea3..4bcda19 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.4 +version: 0.2.5 name: verify-image-signatures displayName: Verify Image Signatures -createdAt: 2023-03-15T12:33:15.06624565Z +createdAt: 2023-03-15T12:35:27.787596932Z 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.4 + image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.5 keywords: - pod - signature @@ -21,7 +21,7 @@ keywords: - trusted links: - name: policy - url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.4/policy.wasm + url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.5/policy.wasm - name: source url: https://github.com/kubewarden/verify-image-signatures maintainers: