Skip to content

Commit

Permalink
chore(kubert): v0.22.0 (#286)
Browse files Browse the repository at this point in the history
This release changes the lease::Error type to include a timeout variant.
  • Loading branch information
olix0r authored Nov 26, 2024
1 parent fe2ef91 commit 27ee792
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ ignore = []

[licenses]
unlicensed = "deny"
allow = ["Apache-2.0", "BSD-2-Clause", "BSD-3-Clause", "ISC", "MIT"]
allow = [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"MIT",
"Unicode-3.0",
]
deny = []
copyleft = "deny"
allow-osi-fsf-free = "neither"
Expand Down
2 changes: 1 addition & 1 deletion kubert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kubert"
version = "0.21.2"
version = "0.22.0"
edition = "2021"
license = "Apache-2.0"
description = "Kubernetes runtime helpers. Based on kube-rs."
Expand Down

0 comments on commit 27ee792

Please sign in to comment.