From ead6f238ed1580b8aa5be0c40384784dfade92a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Liebau?= Date: Mon, 17 Jan 2022 10:51:20 +0100 Subject: [PATCH 1/2] Update kube-rs to 0.66.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sönke Liebau --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index edb195de6..f54bc21af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ either = "1.6.1" futures = "0.3.17" json-patch = "0.2.6" k8s-openapi = { version = "0.13.1", default-features = false, features = ["schemars", "v1_22"] } -kube = { version = "0.65.0", features = ["jsonpatch", "runtime", "derive"] } +kube = { version = "0.66.0", features = ["jsonpatch", "runtime", "derive"] } lazy_static = "1.4.0" product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.3.0" } rand = "0.8.4" From 5afd22bdd4474a8c24d966971ad92f8c74d42985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Liebau?= Date: Mon, 17 Jan 2022 11:03:30 +0100 Subject: [PATCH 2/2] Updated changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sönke Liebau --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1262d3ad2..a28863014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Changed +- BREAKING: kube-rs 0.65.0 -> 0.66.0 ([#295]) + +[#295]: https://github.com/stackabletech/operator-rs/pull/295 + ## [0.7.0] - 2021-12-22