Skip to content

Commit

Permalink
Merge pull request #772 from fabriziosestito/chore/prepare-to-release…
Browse files Browse the repository at this point in the history
…-1.13.0-rc1

chore: prepare to release 1.13.0 rc1
  • Loading branch information
flavio authored May 22, 2024
2 parents cacd7c2 + d901f21 commit 3d1bb6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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.12.0"
version = "1.13.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.2" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.17.4" }
rustls-pki-types = { version = "1", features = ["alloc"] }
rayon = "1.10"
regex = "1.10"
Expand Down

0 comments on commit 3d1bb6f

Please sign in to comment.