We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdda3fe commit 66dbbdbCopy full SHA for 66dbbdb
crates/stackable-operator/CHANGELOG.md
@@ -7,13 +7,15 @@ All notable changes to this project will be documented in this file.
7
### Changed
8
9
- Update `kube` to `1.1.0` ([#1049]).
10
+- Return type for `ListenerOperatorVolumeSourceBuilder::new()` is no onger a `Result` ([#1058]).
11
12
### Removed
13
14
- BREAKING: Removed `last_update_time` from CRD ClusterCondition status ([#1054]).
15
16
[#1049]: https://github.com/stackabletech/operator-rs/pull/1049
17
[#1054]: https://github.com/stackabletech/operator-rs/pull/1054
18
+[#1058]: https://github.com/stackabletech/operator-rs/pull/1058
19
20
## [0.93.2] - 2025-05-26
21
0 commit comments