Skip to content

Commit b856535

Browse files
authored
Update CHANGELOG.md
1 parent 99d221a commit b856535

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

crates/stackable-operator/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
79
- Add generic database connection mechanism ([#1163]).
810

11+
### Changed
12+
13+
- BREAKING: Change signature of `ContainerBuilder::add_env_vars` from `Vec<EnvVar>` to `IntoIterator<Item = EnvVar>` ([#1163]).
14+
915
[#1163]: https://github.com/stackabletech/operator-rs/pull/1163
1016

1117
## [0.109.0] - 2026-04-07
@@ -15,9 +21,6 @@ All notable changes to this project will be documented in this file.
1521
- Git sync: add support for CAs ([#1154]).
1622
- Add support for specifying a `clientAuthenticationMethod` for OIDC ([#1178]).
1723
This was originally done in [#1158] and had been reverted in [#1170].
18-
19-
### Changed
20-
2124
- Implement `Deref` for `kvp::Key` to be more ergonomic to use ([#1182]).
2225
- Add `create_random_secret_if_not_exists` function, which create a random Secret in case it doesn't already exist.
2326
It notably also fixes a bug we had in trino and airflow-operator, where we created immutable Secrets,
@@ -34,7 +37,6 @@ All notable changes to this project will be documented in this file.
3437

3538
Additionally, `SecretClassVolume::to_volume` and `SecretClassVolume::to_ephemeral_volume_source`
3639
also take the same new argument.
37-
- BREAKING: Change signature of `ContainerBuilder::add_env_vars` from `Vec<EnvVar>` to `IntoIterator<Item = EnvVar>` ([#1163]).
3840

3941
### Removed
4042

0 commit comments

Comments
 (0)