File tree Expand file tree Collapse file tree
crates/stackable-operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,11 +6,14 @@ All notable changes to this project will be documented in this file.
66
77### Changed
88
9- - BREAKING: Add mandatory ` provison_parts ` argument to ` SecretOperatorVolumeSourceBuilder::new ` ([ #1165 ] ).
9+ - BREAKING: Add mandatory ` provision_parts ` argument to ` SecretOperatorVolumeSourceBuilder::new ` ([ #1165 ] ).
1010 It now forces the caller to make an explicit choice if the public parts are sufficient or if private
1111 (e.g. a certificate for the Pod) parts are needed as well. This is done to avoid accidentally requesting
1212 too much parts. For details see [ this issue] ( https://github.com/stackabletech/issues/issues/547 ) .
1313
14+ Additionally, ` SecretClassVolume::to_volume ` and ` SecretClassVolume::to_ephemeral_volume_source `
15+ also take the same new argument.
16+
1417[ #1165 ] : https://github.com/stackabletech/operator-rs/pull/1165
1518
1619## [ 0.106.2] - 2026-02-26
You can’t perform that action at this time.
0 commit comments