Skip to content

Commit d87791f

Browse files
committed
changelog
1 parent 38a0996 commit d87791f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

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+
722
## [0.100.3] - 2025-10-31
823

924
### Changed

0 commit comments

Comments
 (0)