Skip to content

Commit

Permalink
Update policy version to 0.1.6
Browse files Browse the repository at this point in the history
Bump the policy version because of the updates done to the embedded
metadata.

Notes about artifacthub metadata: the `install` section has been removed
because now this is provided by detault by Artifact Hub.

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Aug 10, 2022
1 parent aa36ab7 commit c5f1052
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 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.1.5"
version = "0.1.6"
authors = ["raulcabello <[email protected]>","viccuad <[email protected]>"]
edition = "2018"

Expand Down
12 changes: 3 additions & 9 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.1.5
version: 0.1.6
name: verify-image-signatures
displayName: Verify Image Signatures
createdAt: '2022-07-19T16:28:15+02:00'
Expand All @@ -9,21 +9,15 @@ license: Apache-2.0
homeURL: https://github.com/kubewarden/verify-image-signatures
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.1.5
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl/):
```console
kwctl pull ghcr.io/kubewarden/policies/verify-image-signatures:v0.1.5
```
image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.1.6
keywords:
- pod
- signature
- sigstore
- trusted
links:
- name: policy
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.1.5/policy.wasm
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.1.6/policy.wasm
- name: source
url: https://github.com/kubewarden/verify-image-signatures
provider:
Expand Down

0 comments on commit c5f1052

Please sign in to comment.