Skip to content

Commit 2532950

Browse files
committed
changelog
1 parent a811dd5 commit 2532950

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/stackable-operator/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file.
1212
- Implement `Deref` for `kvp::Key` to be more ergonomic to use ([#1182]).
1313
- Add `create_random_secret_if_not_exists` function, which create a random Secret in case it doesn't already exist.
1414
It notably also fixes a bug we had in trino and airflow-operator, where we created immutable Secrets,
15-
which lead to problems ([#XXXX]).
15+
which lead to problems ([#1187]).
1616

1717
### Changed
1818

@@ -33,7 +33,7 @@ All notable changes to this project will be documented in this file.
3333
[#1165]: https://github.com/stackabletech/operator-rs/pull/1165
3434
[#1178]: https://github.com/stackabletech/operator-rs/pull/1178
3535
[#1182]: https://github.com/stackabletech/operator-rs/pull/1182
36-
[#XXXX]: https://github.com/stackabletech/operator-rs/pull/XXXX
36+
[#1187]: https://github.com/stackabletech/operator-rs/pull/1187
3737

3838
## [0.108.0] - 2026-03-10
3939

0 commit comments

Comments
 (0)