Skip to content

Commit

Permalink
chore: bump v1.15.0-rc1.
Browse files Browse the repository at this point in the history
Bumps the version in the Cargo files to v1.15.0-rc1

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Jul 23, 2024
1 parent 2637265 commit 614a4e9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 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,6 +1,6 @@
[package]
name = "policy-server"
version = "1.14.0"
version = "1.15.0-rc1"
authors = [
"Kubewarden Developers <[email protected]>",
"Flavio Castelli <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,7 @@ opentelemetry = { version = "0.24.0", default-features = false, features = [
] }
opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio"] }
pprof = { version = "0.13", features = ["prost-codec"] }
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"] }
rayon = "1.10"
regex = "1.10"
Expand Down

0 comments on commit 614a4e9

Please sign in to comment.