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 @@ -7,13 +7,19 @@ All notable changes to this project will be documented in this file.
77### Added
88
99- Add generic database connection mechanism ([ #1163 ] ).
10+ - Add ` config_overrides ` module with ` KeyValueOverridesProvider ` trait, enabling
11+ structured config file formats (e.g. JSON) in addition to key-value overrides ([ #1177 ] ).
1012
1113### Changed
1214
1315- BREAKING: Change signature of ` ContainerBuilder::add_env_vars ` from ` Vec<EnvVar> ` to ` IntoIterator<Item = EnvVar> ` ([ #1163 ] ).
1416- BREAKING: Remove ` EXPERIMENTAL_ ` prefix in ` CONFIG_OVERRIDE_FILE_HEADER_KEY ` and ` CONFIG_OVERRIDE_FILE_FOOTER_KEY ` ([ #1191 ] ).
17+ - BREAKING: Add ` ConfigOverrides ` type parameter to ` CommonConfiguration ` , ` Role ` ,
18+ and ` RoleGroup ` . The ` config_overrides ` field is now generic instead of
19+ ` HashMap<String, HashMap<String, String>> ` ([ #1177 ] ).
1520
1621[ #1163 ] : https://github.com/stackabletech/operator-rs/pull/1163
22+ [ #1177 ] : https://github.com/stackabletech/operator-rs/pull/1177
1723[ #1191 ] : https://github.com/stackabletech/operator-rs/pull/1191
1824
1925## [ 0.109.0] - 2026-04-07
You can’t perform that action at this time.
0 commit comments