Skip to content

Commit 68247f4

Browse files
authored
feat: Add EoS checker (#644)
* feat: Add EoS checker * chore: Update schema descriptions in CRD * chore: Add changelog entry * refactor: Use json_schema! macro * chore: Remove unneeded pin! * chore: Add 'maximum' value to totalLength schema property
1 parent aa59ecd commit 68247f4

File tree

9 files changed

+1167
-747
lines changed

9 files changed

+1167
-747
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ 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]).
1014
- New helm value for `priorityClassName` ([#641]).
1115

@@ -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+
[#644]: https://github.com/stackabletech/secret-operator/pull/644
3136

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

0 commit comments

Comments
 (0)