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 9e360aa commit 9478404Copy full SHA for 9478404
1 file changed
crates/stackable-operator/CHANGELOG.md
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
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
16
## [0.106.2] - 2026-02-26
17
18
### Changed
0 commit comments