Skip to content

Commit fd7e27d

Browse files
committed
chore: Add changelog entries
1 parent 783c443 commit fd7e27d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

crates/stackable-operator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9+
- Implement `Deref` for `kvp::Key` to be more ergonomic to use ([#1182]).
910
- Add support for specifying a `clientAuthenticationMethod` for OIDC ([#1178]).
1011
This was originally done in [#1158] and had been reverted in [#1170].
1112

13+
### Removed
14+
15+
- BREAKING: Remove unused `add_prefix`, `try_add_prefix`, `set_name`, and `try_set_name` associated
16+
functions from `kvp::Key` to disallow mutable access to inner values ([#1182]).
17+
1218
[#1178]: https://github.com/stackabletech/operator-rs/pull/1178
19+
[#1182]: https://github.com/stackabletech/operator-rs/pull/1182
1320

1421
## [0.108.0] - 2026-03-10
1522

0 commit comments

Comments
 (0)