We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13aa66d commit e98f3d1Copy full SHA for e98f3d1
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Added
8
+
9
+- Added CA expiry threshold support for filtering out CAs that are about to expire ([#633]).
10
+ - New `caExpiryThreshold` field in TrustStore CRD to filter out CAs close to expiry when publishing trust roots.
11
+ - New `secrets.stackable.tech/backend.autotls.ca.expiry-threshold` annotation for volume-level CA expiry filtering.
12
+ - If no threshold is specified, all CAs (including expired ones) are published for backwards compatibility.
13
14
## [25.7.0] - 2025-07-23
15
16
## [25.7.0-rc1] - 2025-07-18
0 commit comments