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