Skip to content

Commit 53e1ff7

Browse files
committed
Tag v0.3.0
* Update deps * Be able to mutate all the resources managed by the policy Signed-off-by: Flavio Castelli <[email protected]>
1 parent e9f78cf commit 53e1ff7

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
[package]
22
name = "verify-image-signatures"
3-
version = "0.2.9"
4-
authors = [
5-
"Raul Cabello <[email protected]>",
6-
"Víctor Cuadrado <[email protected]>",
7-
]
3+
version = "0.3.0"
4+
authors = ["Kubewarden Developers <[email protected]>"]
85
edition = "2021"
96

107
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

artifacthub-pkg.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,34 @@
44
#
55
# This config can be saved to its default location with:
66
# kwctl scaffold artifacthub > artifacthub-pkg.yml
7-
version: 0.2.9
7+
version: 0.3.0
88
name: verify-image-signatures
99
displayName: Verify Image Signatures
10-
createdAt: 2024-06-27T12:43:21.116601507Z
10+
createdAt: 2024-09-09T07:20:08.259815499Z
1111
description: A Kubewarden Policy that verifies all the signatures of the container images referenced by a Pod
1212
license: Apache-2.0
1313
homeURL: https://github.com/kubewarden/verify-image-signatures
1414
containersImages:
1515
- name: policy
16-
image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.9
16+
image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.3.0
1717
keywords:
1818
- pod
1919
- signature
2020
- sigstore
2121
- trusted
2222
links:
2323
- name: policy
24-
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.9/policy.wasm
24+
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.3.0/policy.wasm
2525
- name: source
2626
url: https://github.com/kubewarden/verify-image-signatures
2727
install: |
2828
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
2929
```console
30-
kwctl pull ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.9
30+
kwctl pull ghcr.io/kubewarden/policies/verify-image-signatures:v0.3.0
3131
```
3232
Then, generate the policy manifest and tune it to your liking. For example:
3333
```console
34-
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.9
34+
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/verify-image-signatures:v0.3.0
3535
```
3636
maintainers:
3737
- name: Kubewarden developers

0 commit comments

Comments
 (0)