Skip to content

Commit

Permalink
Release v0.3.5
Browse files Browse the repository at this point in the history
Update to latest version of policy-evaluator, this will force the
inclusion of oci-distribution 0.9.2 which fixes #208

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed May 31, 2022
1 parent 1aa1827 commit cc22047
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kwctl"
description = "Tool to manage Kubewarden policies"
version = "0.3.4"
version = "0.3.5"
authors = [
"Kubewarden Developers <[email protected]>"
]
Expand All @@ -18,7 +18,7 @@ itertools = "0.10.3"
k8s-openapi = { version = "0.15.0", default-features = false, features = ["v1_24"] }
lazy_static = "1.4.0"
mdcat = "0.27.1"
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.3.5" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.3.6" }
pretty-bytes = "0.2.2"
prettytable-rs = "^0.8"
pulldown-cmark = { version = "0.9.1", default-features = false }
Expand Down

0 comments on commit cc22047

Please sign in to comment.