Skip to content

Commit 0d3f6ad

Browse files
committed
chore: Add changelog entry
1 parent 7339bee commit 0d3f6ad

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file.
1111

1212
### Changed
1313

14+
- Split operator deployment into Deployment and DaemonSet ([#645]).
15+
- Introduce two different modes: `csi-server` and `controller`.
16+
- The CSI server is deployed via a DaemonSet to be available on every node.
17+
- The controller is deployed via a Deployment with a single replica.
1418
- Version CRD structs and enums as v1alpha1 ([#636]).
1519
- BREAKING: Rearrange values to be somewhat consistent with the listener-operator value changes ([#641]).
1620
- `image.repository` has been moved to `secretOperator.image.repository`.
@@ -28,6 +32,7 @@ All notable changes to this project will be documented in this file.
2832
[#641]: https://github.com/stackabletech/secret-operator/pull/641
2933
[#642]: https://github.com/stackabletech/secret-operator/pull/642
3034
[#643]: https://github.com/stackabletech/secret-operator/pull/643
35+
[#645]: https://github.com/stackabletech/secret-operator/pull/645
3136

3237
## [25.7.0] - 2025-07-23
3338

0 commit comments

Comments
 (0)