File tree Expand file tree Collapse file tree
crates/stackable-operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,13 @@ All notable changes to this project will be documented in this file.
1212
1313### Changed
1414
15- - BREAKING: ` OpaConfig::full_document_url ` now takes ` &OpaApiVersion ` instead of ` OpaApiVersion ` ([ #XXXX] ).
15+ - BREAKING: ` OpaConfig::full_document_url ` now takes ` &OpaApiVersion ` instead of ` OpaApiVersion ` ([ #1186 ] ).
16+ - BREAKING: ` EndOfSupportChecker::new ` now takes ` &EndOfSupportOptions ` instead of ` EndOfSupportOptions ` ([ #1186 ] ).
17+ - BREAKING: ` Labels::recommended ` now takes ` &ObjectLabels<R> ` instead of ` ObjectLabels<R> ` ([ #1186 ] ).
18+ - BREAKING: ` transform_all_roles_to_config ` now takes ` &HashMap<..., S> ` by reference and requires generic ` S: BuildHasher ` ([ #1186 ] ).
19+ - BREAKING: ` env_vars_from_rolegroup_config ` now requires generic ` S: BuildHasher ` for the HashMap parameter ([ #1186 ] ).
20+ - BREAKING: ` FromFragment ` impl for ` HashMap ` now requires ` S: BuildHasher + Default ` ([ #1186 ] ).
21+ - BREAKING: ` Merge ` impl for ` HashMap ` now requires ` S: BuildHasher ` ([ #1186 ] ).
1622
1723### Removed
1824
@@ -21,6 +27,7 @@ All notable changes to this project will be documented in this file.
2127
2228[ #1178 ] : https://github.com/stackabletech/operator-rs/pull/1178
2329[ #1182 ] : https://github.com/stackabletech/operator-rs/pull/1182
30+ [ #1186 ] : https://github.com/stackabletech/operator-rs/pull/1186
2431
2532## [ 0.108.0] - 2026-03-10
2633
You can’t perform that action at this time.
0 commit comments