Skip to content

Commit

Permalink
Merge pull request kubewarden#867 from jvanz/main
Browse files Browse the repository at this point in the history
chore: bumps v1.15.0-rc1.
  • Loading branch information
jvanz authored Jul 23, 2024
2 parents 5861fb7 + 9dc74ff commit 8d6cf1a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 21 deletions.
48 changes: 29 additions & 19 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.14.0"
version = "1.15.0-rc1"
authors = ["Kubewarden Developers <[email protected]>"]
edition = "2021"

Expand All @@ -23,7 +23,7 @@ pem = "3"
pulldown-cmark-mdcat = { version = "2.2.0", default-features = false, features = [
"regex-fancy",
] }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.18.2" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.18.3" }
rustls-pki-types = { version = "1", features = ["alloc"] }
prettytable-rs = "^0.10"
pulldown-cmark = { version = "0.9.3", default-features = false }
Expand Down

0 comments on commit 8d6cf1a

Please sign in to comment.