File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
7
7
### Added
8
8
9
9
- Re-export the ` YamlSchema ` trait and the ` stackable-shared ` crate as the ` shared ` module ([ #883 ] ).
10
+ - BREAKING: Added ` preferredAddressType ` field to ListenerClass CRD ([ #885 ] ).
10
11
11
12
### Changed
12
13
@@ -17,9 +18,10 @@ All notable changes to this project will be documented in this file.
17
18
18
19
- BREAKING: The ` CustomResourceExt ` trait doesn't provide a ` generate_yaml_schema ` function any
19
20
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
+ use it as a ` String ` ( [ # 883 ] ) .
21
22
22
23
[ #883 ] : https://github.com/stackabletech/operator-rs/pull/883
24
+ [ #885 ] : https://github.com/stackabletech/operator-rs/pull/885
23
25
24
26
## [ 0.78.0] - 2024-09-30
25
27
You can’t perform that action at this time.
0 commit comments