Skip to content

Commit

Permalink
Merge pull request #999 from flavio/prepare-for-1.20.0-rc1
Browse files Browse the repository at this point in the history
prepare 1.20.0-rc1
  • Loading branch information
flavio authored Dec 13, 2024
2 parents 63f80a8 + 9354eba commit 706635f
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 12 deletions.
116 changes: 106 additions & 10 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,6 +1,6 @@
[package]
name = "policy-server"
version = "1.19.0"
version = "1.20.0-rc1"
authors = [
"Kubewarden Developers <kubewarden@suse.de>",
"Flavio Castelli <fcastelli@suse.com>",
Expand Down Expand Up @@ -34,7 +34,7 @@ opentelemetry = { version = "0.27.0", default-features = false, features = [
] }
opentelemetry_sdk = { version = "0.27.0", features = ["rt-tokio"] }
pprof = { version = "0.14", features = ["prost-codec"] }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.5" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.6" }
rustls = { version = "0.23", default-features = false, features = [
"ring",
"logging",
Expand Down

0 comments on commit 706635f

Please sign in to comment.