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 diff --git a/Cargo.toml b/Cargo.toml index 0d8a858e5..c7c6e4929 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.4.0" } rand = "0.8.5"