Skip to content

Commit e54f425

Browse files
committed
chore: changelog
1 parent 6fdbe2b commit e54f425

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

crates/stackable-operator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)