Skip to content

Commit 9478404

Browse files
committed
changelog
1 parent 9e360aa commit 9478404

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

crates/stackable-operator/CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Changed
8+
9+
- BREAKING: Add mandatory `provison_parts` argument to `SecretOperatorVolumeSourceBuilder::new` ([#1165]).
10+
It now forces the caller to make an explicit choice if the public parts are sufficient or if private
11+
(e.g. a certificate for the Pod) parts are needed as well. This is done to avoid accidentally requesting
12+
too much parts. For details see [this issue](https://github.com/stackabletech/issues/issues/547).
13+
14+
[#1165]: https://github.com/stackabletech/operator-rs/pull/1165
15+
716
## [0.106.2] - 2026-02-26
817

918
### Changed

0 commit comments

Comments
 (0)