Skip to content

Commit

Permalink
Tag v0.3.0
Browse files Browse the repository at this point in the history
* Update deps
* Be able to mutate all the resources managed by the policy

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Sep 9, 2024
1 parent e9f78cf commit 53e1ff7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 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.

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[package]
name = "verify-image-signatures"
version = "0.2.9"
authors = [
"Raul Cabello <raul.cabello@suse.com>",
"Víctor Cuadrado <vcuadradojuan@suse.de>",
]
version = "0.3.0"
authors = ["Kubewarden Developers <kubewarden@suse.de>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
12 changes: 6 additions & 6 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.2.9
version: 0.3.0
name: verify-image-signatures
displayName: Verify Image Signatures
createdAt: 2024-06-27T12:43:21.116601507Z
createdAt: 2024-09-09T07:20:08.259815499Z
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.9
image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.3.0
keywords:
- pod
- signature
- sigstore
- trusted
links:
- name: policy
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.9/policy.wasm
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.3.0/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.9
kwctl pull ghcr.io/kubewarden/policies/verify-image-signatures:v0.3.0
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.9
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/verify-image-signatures:v0.3.0
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 53e1ff7

Please sign in to comment.