From 1697d3723432cc384ea0cdb0a6ef2356f811eeb7 Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 19 Mar 2025 17:05:46 +0100 Subject: [PATCH] chore(stackable-operator): Release 0.87.5 --- Cargo.lock | 2 +- crates/stackable-operator/CHANGELOG.md | 8 ++++++++ crates/stackable-operator/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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