Skip to content

Commit

Permalink
Tag 1.0.0-rc4
Browse files Browse the repository at this point in the history
Update to latest release of policy-evaluator. This is required to handle
DELETE operations.

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Jun 22, 2022
1 parent aa9a190 commit c3a55a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 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 = "1.0.0-rc3"
version = "1.0.0-rc4"
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.4.0" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.4.1" }
pretty-bytes = "0.2.2"
prettytable-rs = "^0.8"
pulldown-cmark = { version = "0.9.1", default-features = false }
Expand Down

0 comments on commit c3a55a0

Please sign in to comment.