Skip to content

Commit 0d52551

Browse files
committed
Changelog
1 parent 91bb8d4 commit 0d52551

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- Re-export the `YamlSchema` trait and the `stackable-shared` crate as the `shared` module ([#883]).
10+
- BREAKING: Added `preferredAddressType` field to ListenerClass CRD ([#885]).
1011

1112
### Changed
1213

@@ -17,9 +18,10 @@ All notable changes to this project will be documented in this file.
1718

1819
- BREAKING: The `CustomResourceExt` trait doesn't provide a `generate_yaml_schema` function any
1920
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]).
2122

2223
[#883]: https://github.com/stackabletech/operator-rs/pull/883
24+
[#885]: https://github.com/stackabletech/operator-rs/pull/885
2325

2426
## [0.78.0] - 2024-09-30
2527

0 commit comments

Comments
 (0)