File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ All notable changes to this project will be documented in this file.
17
17
18
18
- Fix the CRD description of ` ClientAuthenticationDetails ` to not contain internal Rust doc, but a public CRD description ([ #846 ] ).
19
19
- ` StackableAffinity ` fields are no longer erroneously marked as required ([ #855 ] ).
20
+ - BREAKING: ` ClusterResources ` will now only consider deleting objects that are marked as directly owned (via ` .metadata.ownerReferences ` ) ([ #862 ] ).
20
21
21
22
[ #846 ] : https://github.com/stackabletech/operator-rs/pull/846
22
23
[ #851 ] : https://github.com/stackabletech/operator-rs/pull/851
23
24
[ #855 ] : https://github.com/stackabletech/operator-rs/pull/855
24
25
[ #858 ] : https://github.com/stackabletech/operator-rs/pull/858
26
+ [ #862 ] : https://github.com/stackabletech/operator-rs/pull/862
25
27
26
28
## [ 0.74.0] - 2024-08-22
27
29
You can’t perform that action at this time.
0 commit comments