Skip to content

Commit e0309b9

Browse files
authored
chore(stackable-operator): Release 0.93.2 (#1047)
1 parent 8868c94 commit e0309b9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stackable-operator/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.93.2] - 2025-05-26
8+
79
### Added
810

911
- Added `ListenerClass.spec.loadBalancerClass` and `.loadBalancerAllocateNodePorts` fields ([#986]).
1012

1113
### Removed
1214

13-
- Remove instrumenation from uninteresting funtions ([#1023]).
15+
- Remove instrumentation from uninteresting functions ([#1023]).
1416

1517
[#986]: https://github.com/stackabletech/operator-rs/pull/986
1618
[#1023]: https://github.com/stackabletech/operator-rs/pull/1023

crates/stackable-operator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stackable-operator"
33
description = "Stackable Operator Framework"
4-
version = "0.93.1"
4+
version = "0.93.2"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

0 commit comments

Comments
 (0)