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.
3333- Fix regression introduced in [ #1033 ] . The ` #[kube(status = ...)] ` attribute is generated correctly
3434 again ([ #1046 ] ).
3535- 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 ] ).
3637
3738### Removed
3839
@@ -50,6 +51,7 @@ All notable changes to this project will be documented in this file.
5051[ #1041 ] : https://github.com/stackabletech/operator-rs/pull/1041
5152[ #1046 ] : https://github.com/stackabletech/operator-rs/pull/1046
5253[ #1050 ] : https://github.com/stackabletech/operator-rs/pull/1050
54+ [ #1059 ] : https://github.com/stackabletech/operator-rs/pull/1059
5355
5456## [ 0.7.1] - 2025-04-02
5557
You can’t perform that action at this time.
0 commit comments