Skip to content

Commit a49e4a7

Browse files
authored
feat: Add EoS checker (#638)
* feat: Add EoS checker * add changelog entry
1 parent 7303d7b commit a49e4a7

File tree

7 files changed

+1760
-1569
lines changed

7 files changed

+1760
-1569
lines changed

CHANGELOG.md

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

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

1115
### Fixed
1216

@@ -18,6 +22,7 @@ All notable changes to this project will be documented in this file.
1822

1923
[#633]: https://github.com/stackabletech/hive-operator/pull/633
2024
[#636]: https://github.com/stackabletech/hive-operator/pull/636
25+
[#638]: https://github.com/stackabletech/hive-operator/pull/638
2126

2227
## [25.7.0] - 2025-07-23
2328

0 commit comments

Comments
 (0)