Skip to content

Commit

Permalink
Merge pull request #627 from flavio/tag-1.10.0-rc1
Browse files Browse the repository at this point in the history
Tag 1.10.0-rc1
  • Loading branch information
viccuad authored Jan 9, 2024
2 parents 3c772c9 + 791b200 commit 4f18dae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
22 changes: 12 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.9.1"
version = "1.10.0-rc1"
authors = [
"Kubewarden Developers <[email protected]>",
"Flavio Castelli <[email protected]>",
Expand Down Expand Up @@ -28,7 +28,7 @@ opentelemetry = { version = "0.21", default-features = false, features = [
] }
opentelemetry_sdk = { version = "0.21", features = ["rt-tokio"] }
procfs = "0.16"
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.13.0" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.13.1" }
rayon = "1.8"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 4f18dae

Please sign in to comment.