Skip to content

Commit

Permalink
build: Bump version to 0.2.9
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Jan 19, 2024
1 parent d80e4ee commit f724bc3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 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.

11 changes: 8 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "verify-image-signatures"
version = "0.2.8"
authors = ["Raul Cabello <[email protected]>","Víctor Cuadrado <[email protected]>"]
version = "0.2.9"
authors = [
"Raul Cabello <[email protected]>",
"Víctor Cuadrado <[email protected]>",
]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -11,7 +14,9 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0"
k8s-openapi = { version = "0.20.0", default_features = false, features = ["v1_27"] }
k8s-openapi = { version = "0.20.0", default_features = false, features = [
"v1_27",
] }
kubewarden-policy-sdk = "0.9.9"
lazy_static = "1.4"
pem = "3.0.3"
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.8
version: 0.2.9
name: verify-image-signatures
displayName: Verify Image Signatures
createdAt: 2023-10-16T07:45:21.408791303Z
createdAt: 2024-01-19T10:37:32.708987931Z
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.8
image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.9
keywords:
- pod
- signature
- sigstore
- trusted
links:
- name: policy
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.8/policy.wasm
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.9/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.8
kwctl pull ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.9
```
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.8
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.9
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit f724bc3

Please sign in to comment.