File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ### Added
8
+
9
+ - Re-export the ` YamlSchema ` trait and the ` stackable-shared ` crate as the ` shared ` module ([ #883 ] ).
10
+
11
+ ### Changed
12
+
13
+ - BREAKING: The ` CustomResourceExt ` trait is now re-exported from the ` stackable-shared ` crate. The
14
+ trait functions use the same parameters but return a different error type ([ #883 ] ).
15
+
16
+ ### Removed
17
+
18
+ - BREAKING: The ` CustomResourceExt ` trait doesn't provide a ` generate_yaml_schema ` function any
19
+ more. Instead, use the high-level functions to write the schema to a file, write it to stdout or
20
+ use it as a ` String ` .
21
+
22
+ [ #883 ] : https://github.com/stackabletech/operator-rs/pull/883
23
+
7
24
## [ 0.78.0] - 2024-09-30
8
25
9
26
### Added
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
5
5
## [ 0.0.1]
6
+
7
+ ### Added
8
+
9
+ - Add YAML and CRD helper functions and traits ([ #883 ] ).
10
+
11
+ [ #883 ] : https://github.com/stackabletech/operator-rs/pull/883
You can’t perform that action at this time.
0 commit comments