Skip to content

Commit 7bc5564

Browse files
committed
changelog
1 parent 8bde431 commit 7bc5564

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

crates/stackable-operator/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)