Skip to content

Commit 8c228c7

Browse files
committed
Improve changelog
1 parent 4f32fa1 commit 8c228c7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

crates/stackable-operator/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)