@@ -6,14 +6,37 @@ All notable changes to this project will be documented in this file.
66
77### Added
88
9+ - Add end-of-support checker which can be controlled with environment variables and CLI arguments ([ #644 ] ).
10+ - ` EOS_CHECK_MODE ` (` --eos-check-mode ` ) to set the EoS check mode. Currently, only "offline" is supported.
11+ - ` EOS_INTERVAL ` (` --eos-interval ` ) to set the interval in which the operator checks if it is EoS.
12+ - ` EOS_DISABLED ` (` --eos-disabled ` ) to disable the EoS checker completely.
913- Support exporting the TrustStore CA certificate information to Secrets or ConfigMaps ([ #597 ] ).
14+ - New helm value for ` priorityClassName ` ([ #641 ] ).
1015
1116### Changed
1217
18+ - Split operator deployment into Deployment and DaemonSet ([ #645 ] ).
19+ - Introduce two different modes: ` csi-server ` and ` controller ` .
20+ - The CSI server is deployed via a DaemonSet to be available on every node.
21+ - The controller is deployed via a Deployment with a single replica.
1322- Version CRD structs and enums as v1alpha1 ([ #636 ] ).
23+ - BREAKING: Rearrange values to be somewhat consistent with the listener-operator value changes ([ #641 ] , [ #645 ] ).
24+ - ` csiProvisioner ` values have been moved to ` csiNodeDriver.externalProvisioner ` .
25+ - ` csiNodeDriverRegistrar ` values have been moved to ` csiNodeDriver.nodeDriverRegistrar ` .
26+ - ` node.driver.resources ` values have been split into ` controllerService.resources ` and ` csiNodeDriver.nodeService.resources ` .
27+ - ` securityContext ` values have been split into ` controllerService.securityContext ` and ` .csiNodeDriver.nodeService.securityContext ` .
28+ - ` podAnnotations ` , ` podSecurityContext ` , ` nodeSelector ` , ` tolerations ` , and ` affinity ` have been split into ` controllerService ` and ` csiNodeDriver ` .
29+ - ` kubeletDir ` has been move to ` csiNodeDriver.kubeletDir ` .
30+ - Bump csi-node-driver-registrar to ` v2.15.0 ` ([ #642 ] ).
31+ - Bump csi-provisioner to ` v5.3.0 ` ([ #643 ] ).
1432
1533[ #597 ] : https://github.com/stackabletech/secret-operator/pull/597
1634[ #636 ] : https://github.com/stackabletech/secret-operator/pull/636
35+ [ #641 ] : https://github.com/stackabletech/secret-operator/pull/641
36+ [ #642 ] : https://github.com/stackabletech/secret-operator/pull/642
37+ [ #643 ] : https://github.com/stackabletech/secret-operator/pull/643
38+ [ #644 ] : https://github.com/stackabletech/secret-operator/pull/644
39+ [ #645 ] : https://github.com/stackabletech/secret-operator/pull/645
1740
1841## [ 25.7.0] - 2025-07-23
1942
0 commit comments