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 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"