Skip to content

Commit ed575ce

Browse files
authored
feat: Add EoS checker (#759)
* feat: Add EoS checker * add changelog entry
1 parent 0334262 commit ed575ce

File tree

7 files changed

+2476
-1659
lines changed

7 files changed

+2476
-1659
lines changed

CHANGELOG.md

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

99
- Helm: Allow Pod `priorityClassName` to be configured ([#752]).
1010
- Add support for `34.0.0` ([#755]).
11+
- Add end-of-support checker ([#759]).
12+
- `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
13+
- `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
14+
- `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
1115

1216
### Changed
1317

@@ -31,6 +35,7 @@ All notable changes to this project will be documented in this file.
3135
[#753]: https://github.com/stackabletech/druid-operator/pull/753
3236
[#755]: https://github.com/stackabletech/druid-operator/pull/755
3337
[#756]: https://github.com/stackabletech/druid-operator/pull/756
38+
[#759]: https://github.com/stackabletech/druid-operator/pull/759
3439

3540
## [25.7.0] - 2025-07-23
3641

0 commit comments

Comments
 (0)