From b5d2e2b0b7ec755a794111ced49e40b4abc770e9 Mon Sep 17 00:00:00 2001 From: Techassi Date: Mon, 26 May 2025 16:04:44 +0200 Subject: [PATCH] chore(stackable-operator): Release 0.93.2 --- Cargo.lock | 2 +- crates/stackable-operator/CHANGELOG.md | 4 +++- crates/stackable-operator/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e209f4d..cb8ab4f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2955,7 +2955,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.93.1" +version = "0.93.2" dependencies = [ "chrono", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 6210fca8..399e22ea 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.93.2] - 2025-05-26 + ### Added - Added `ListenerClass.spec.loadBalancerClass` and `.loadBalancerAllocateNodePorts` fields ([#986]). ### Removed -- Remove instrumenation from uninteresting funtions ([#1023]). +- Remove instrumentation from uninteresting functions ([#1023]). [#986]: https://github.com/stackabletech/operator-rs/pull/986 [#1023]: https://github.com/stackabletech/operator-rs/pull/1023 diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 906a184e..af065061 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.93.1" +version = "0.93.2" authors.workspace = true license.workspace = true edition.workspace = true