Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit ffaa757

Browse files
authored
Merge pull request #1267 from viccuad/release/1.27.0-alpha3
build: Bump version to 1.27.0-alpha3
2 parents dcffc3f + ed2438b commit ffaa757

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Kubewarden Developers <kubewarden@suse.de>"]
33
description = "Tool to manage Kubewarden policies"
44
edition = "2021"
55
name = "kwctl"
6-
version = "1.27.0-alpha2"
6+
version = "1.27.0-alpha3"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

@@ -24,7 +24,7 @@ k8s-openapi = { version = "0.25.0", default-features = false, features = [
2424
] }
2525
lazy_static = "1.4.0"
2626
pem = "3"
27-
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.27.1" }
27+
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.27.2" }
2828
prettytable-rs = "^0.10"
2929
regex = "1"
3030
rustls-pki-types = { version = "1", features = ["alloc"] }

0 commit comments

Comments
 (0)