File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file.
1212 - ` EOS_DISABLED ` (` --eos-disabled ` ) to disable the EoS checker completely.
1313- Support exporting the TrustStore CA certificate information to Secrets or ConfigMaps ([ #597 ] ).
1414- New helm value for ` priorityClassName ` ([ #641 ] ).
15+ - CA certificates are retired one hour (configurable via
16+ ` autoTls.ca.caCertificateRetirementDuration ` ) before they expire ([ #650 ] ).
1517
1618### Changed
1719
@@ -29,6 +31,8 @@ All notable changes to this project will be documented in this file.
2931 - ` kubeletDir ` has been move to ` csiNodeDriver.kubeletDir ` .
3032- Bump csi-node-driver-registrar to ` v2.15.0 ` ([ #642 ] ).
3133- Bump csi-provisioner to ` v5.3.0 ` ([ #643 ] ).
34+ - BREAKING: Expired and retired CA certificates are no longer published in Volumes and TrustStores
35+ ([ #650 ] ).
3236
3337[ #597 ] : https://github.com/stackabletech/secret-operator/pull/597
3438[ #636 ] : https://github.com/stackabletech/secret-operator/pull/636
@@ -37,6 +41,7 @@ All notable changes to this project will be documented in this file.
3741[ #643 ] : https://github.com/stackabletech/secret-operator/pull/643
3842[ #644 ] : https://github.com/stackabletech/secret-operator/pull/644
3943[ #645 ] : https://github.com/stackabletech/secret-operator/pull/645
44+ [ #650 ] : https://github.com/stackabletech/secret-operator/pull/650
4045
4146## [ 25.7.0] - 2025-07-23
4247
You can’t perform that action at this time.
0 commit comments