File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
crates/stackable-versioned Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,13 @@ All notable changes to this project will be documented in this file.
88
99- Add support to apply the ` #[versioned()] ` macro to modules to version all contained items at
1010 once ([ #891 ] ).
11- - Add support for passing a status object through to ` #[kube] ` ([ #xxx] ).
11+ - Add support for passing a ` status ` , ` crates ` , and ` shortname ` arguments through to the ` #[kube] `
12+ derive attribute ([ #914 ] ).
13+ - Add support for overriding ` kube::core ` and ` k8s_openapi ` in generated code ([ #914 ] ).
14+
15+ ### Removed
16+
17+ - BREAKING: Remove the ` CustomResource ` derive ([ #914 ] ).
1218
1319### Changed
1420
@@ -22,7 +28,7 @@ All notable changes to this project will be documented in this file.
2228[ #891 ] : https://github.com/stackabletech/operator-rs/pull/891
2329[ #912 ] : https://github.com/stackabletech/operator-rs/pull/912
2430[ #913 ] : https://github.com/stackabletech/operator-rs/pull/913
25- [ #xxx ] : https://github.com/stackabletech/operator-rs/pull/xxx
31+ [ #914 ] : https://github.com/stackabletech/operator-rs/pull/914
2632
2733## [ 0.4.1] - 2024-10-23
2834
You can’t perform that action at this time.
0 commit comments