File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
crates/stackable-versioned Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ All notable changes to this project will be documented in this file.
33
33
- Fix regression introduced in [ #1033 ] . The ` #[kube(status = ...)] ` attribute is generated correctly
34
34
again ([ #1046 ] ).
35
35
- Correctly handle fields added in later versions ([ #1031 ] ).
36
+ - BREAKING: Unsupported items in a versioned module now emit an error instead of silently being dropped ([ #1059 ] ).
36
37
37
38
### Removed
38
39
@@ -50,6 +51,7 @@ All notable changes to this project will be documented in this file.
50
51
[ #1041 ] : https://github.com/stackabletech/operator-rs/pull/1041
51
52
[ #1046 ] : https://github.com/stackabletech/operator-rs/pull/1046
52
53
[ #1050 ] : https://github.com/stackabletech/operator-rs/pull/1050
54
+ [ #1059 ] : https://github.com/stackabletech/operator-rs/pull/1059
53
55
54
56
## [ 0.7.1] - 2025-04-02
55
57
You can’t perform that action at this time.
0 commit comments