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 38a0996 commit d87791fCopy full SHA for d87791f
crates/stackable-operator/CHANGELOG.md
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Added
8
+
9
+- Support `objectOverrides` ([#1118]).
10
11
+### Changed
12
13
+- BREAKING: `ClusterResources` now requires the objects added to implement `DeepMerge`.
14
+ This is very likely a stackable-operator internal change, but technically breaking ([#1118]).
15
16
+### Removed
17
18
+- BREAKING: `ClusterResources` no longer derives `Eq` and `PartialEq` ([#1118]).
19
20
+[#1118]: https://github.com/stackabletech/operator-rs/pull/1118
21
22
## [0.100.3] - 2025-10-31
23
24
### Changed
0 commit comments