Skip to content

Commit

Permalink
Merge pull request #799 from jvanz/main
Browse files Browse the repository at this point in the history
chore: bump version to v1.14.0-rc1.
  • Loading branch information
jvanz authored Jun 20, 2024
2 parents dc9ac3b + e002be5 commit 7a2621e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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.13.1"
version = "1.14.0-rc1"
authors = [
"Kubewarden Developers <[email protected]>",
"Flavio Castelli <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,7 @@ opentelemetry = { version = "0.22.0", default-features = false, features = [
] }
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
pprof = { version = "0.13", features = ["prost-codec"] }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.17.7" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.18.0" }
rustls-pki-types = { version = "1", features = ["alloc"] }
rayon = "1.10"
regex = "1.10"
Expand Down

0 comments on commit 7a2621e

Please sign in to comment.