We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dd9bd commit 67ab45fCopy full SHA for 67ab45f
1 file changed
crates/stackable-operator/CHANGELOG.md
@@ -11,9 +11,10 @@ All notable changes to this project will be documented in this file.
11
### Changed
12
13
- BREAKING: Change signature of `ContainerBuilder::add_env_vars` from `Vec<EnvVar>` to `IntoIterator<Item = EnvVar>` ([#1163]).
14
-- BREAKING: Remove `EXPERIMENTAL_` prefix in `CONFIG_OVERRIDE_FILE_HEADER_KEY` and `CONFIG_OVERRIDE_FILE_FOOTER_KEY`
+- BREAKING: Remove `EXPERIMENTAL_` prefix in `CONFIG_OVERRIDE_FILE_HEADER_KEY` and `CONFIG_OVERRIDE_FILE_FOOTER_KEY` ([#1191]).
15
16
[#1163]: https://github.com/stackabletech/operator-rs/pull/1163
17
+[#1191]: https://github.com/stackabletech/operator-rs/pull/1191
18
19
## [0.109.0] - 2026-04-07
20
0 commit comments