Skip to content

Commit 7a2621e

Browse files
authored
Merge pull request #799 from jvanz/main
chore: bump version to v1.14.0-rc1.
2 parents dc9ac3b + e002be5 commit 7a2621e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "policy-server"
3-
version = "1.13.1"
3+
version = "1.14.0-rc1"
44
authors = [
55
"Kubewarden Developers <kubewarden@suse.de>",
66
"Flavio Castelli <fcastelli@suse.com>",
@@ -29,7 +29,7 @@ opentelemetry = { version = "0.22.0", default-features = false, features = [
2929
] }
3030
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
3131
pprof = { version = "0.13", features = ["prost-codec"] }
32-
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.17.7" }
32+
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.18.0" }
3333
rustls-pki-types = { version = "1", features = ["alloc"] }
3434
rayon = "1.10"
3535
regex = "1.10"

0 commit comments

Comments
 (0)