From 051b519e5fc559735312f8f68d81d736f8c21c45 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 14 Apr 2022 10:18:54 +0200 Subject: [PATCH 1/2] Update kube to 0.71.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5762fbbf6..f9c6a3a0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ either = "1.6.1" futures = "0.3.21" json-patch = "0.2.6" k8s-openapi = { version = "0.14.0", default-features = false, features = ["schemars", "v1_23"] } -kube = { version = "0.70.0", features = ["jsonpatch", "runtime", "derive"] } +kube = { version = "0.71.0", features = ["jsonpatch", "runtime", "derive"] } lazy_static = "1.4.0" product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.3.1" } rand = "0.8.5" From ce9f849e61e0c4b5249d15c0e9415a6216ee595f Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 14 Apr 2022 11:40:36 +0200 Subject: [PATCH 2/2] CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 049072a77..d686594c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,9 @@ All notable changes to this project will be documented in this file. ### Changed - product-config 0.3.1 -> 0.4.0 ([#373]) +- kube 0.70.0 -> 0.71.0 ([#372]) +[#372]: https://github.com/stackabletech/operator-rs/pull/372 [#373]: https://github.com/stackabletech/operator-rs/pull/373 ## [0.16.0] - 2022.04.11