Skip to content

Commit

Permalink
Bump v0.2.8 policy version.
Browse files Browse the repository at this point in the history
Updates files bumping the policy version to v0.2.8

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Jul 10, 2023
1 parent 97cbec9 commit bc82191
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "verify-image-signatures"
version = "0.2.7"
version = "0.2.8"
authors = ["Raul Cabello <[email protected]>","Víctor Cuadrado <[email protected]>"]
edition = "2021"

Expand Down
10 changes: 5 additions & 5 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.2.7
version: 0.2.8
name: verify-image-signatures
displayName: Verify Image Signatures
createdAt: 2023-05-22T09:45:33.188343425Z
createdAt: 2023-07-10T16:05:39.251392034Z
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.7
image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.8
keywords:
- pod
- signature
- sigstore
- trusted
links:
- name: policy
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.7/policy.wasm
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.8/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.7
kwctl pull ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.8
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit bc82191

Please sign in to comment.