diff --git a/Cargo.lock b/Cargo.lock index 5656fa51..2a5b2b37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3260,7 +3260,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.87.4" +version = "0.87.5" dependencies = [ "chrono", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index e9980cea..bfc1d698 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.87.5] - 2025-03-19 + ### Fixed - Enable the `kube/ring` feature to use ring as the crypto provider for `rustls`. This will @@ -13,6 +15,12 @@ All notable changes to this project will be documented in this file. ## [0.87.4] - 2025-03-17 +### Changed + +- Bump `kube` to 0.99.0 and `json-patch` to 4.0.0 ([#982]). + +[#982]: https://github.com/stackabletech/operator-rs/pull/982 + ## [0.87.3] - 2025-03-14 ### Added diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 39473e69..0dff045e 100644 --- a/crates/stackable-operator/Cargo.toml +++ b/crates/stackable-operator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stackable-operator" description = "Stackable Operator Framework" -version = "0.87.4" +version = "0.87.5" authors.workspace = true license.workspace = true edition.workspace = true