Skip to content

Commit e25e026

Browse files
committed
chore: Update changelog
1 parent d052c6d commit e25e026

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,23 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- Support exporting the TrustStore CA certificate information to Secrets or ConfigMaps ([#597]).
10+
- New helm value for `priorityClassName` ([#641]).
1011

1112
### Changed
1213

1314
- Version CRD structs and enums as v1alpha1 ([#636]).
15+
- BREAKING: Rearrange values to be somewhat consistent with the listener-operator value changes ([#641]).
16+
- `image.repository` has been moved to `secretOperator.image.repository`.
17+
- `image.tag` has been moved to `secretOperator.image.tag`.
18+
- `image.pullPolicy` has been moved to `secretOperator.image.pullPolicy`.
19+
- `csiProvisioner` values have been moved to `externalProvisioner`.
20+
- `csiNodeDriverRegistrar` values have been moved to `nodeDriverRegistrar`.
21+
- `node.driver` values have been moved to `secretOperator`.
22+
- `securityContext` values have been moved to `secretOperator.securityContext`.
1423

1524
[#597]: https://github.com/stackabletech/secret-operator/pull/597
1625
[#636]: https://github.com/stackabletech/secret-operator/pull/636
26+
[#641]: https://github.com/stackabletech/secret-operator/pull/641
1727

1828
## [25.7.0] - 2025-07-23
1929

0 commit comments

Comments
 (0)