From 27ee792642ac3b6ea34d5d24c3d5359deee1bbcc Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Tue, 26 Nov 2024 13:28:47 -0800 Subject: [PATCH] chore(kubert): v0.22.0 (#286) This release changes the lease::Error type to include a timeout variant. --- deny.toml | 9 ++++++++- kubert/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index 4ad11910..97a18867 100644 --- a/deny.toml +++ b/deny.toml @@ -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" diff --git a/kubert/Cargo.toml b/kubert/Cargo.toml index f650817f..33582ef8 100644 --- a/kubert/Cargo.toml +++ b/kubert/Cargo.toml @@ -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."