Skip to content

Commit e370101

Browse files
authored
feat: Add EoS checker (#976)
* feat: Add EoS checker * chore: Update schema descriptions in CRD * chore: Bump stackable-operator * refactor: Run all futures concurrently, exit on error * chore: Add changelog entry * chore: Update changelog entry * chore: Comment out console log in Tiltfile
1 parent a6b76f5 commit e370101

File tree

8 files changed

+662
-890
lines changed

8 files changed

+662
-890
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 ([#976]).
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
- Helm: Allow Pod `priorityClassName` to be configured ([#974]).
1014
- Add support for `3.9.4` ([#977]).
1115

@@ -14,6 +18,7 @@ All notable changes to this project will be documented in this file.
1418
- Deprecate support for `3.9.3` ([#977]).
1519

1620
[#974]: https://github.com/stackabletech/zookeeper-operator/pull/974
21+
[#976]: https://github.com/stackabletech/zookeeper-operator/pull/976
1722
[#977]: https://github.com/stackabletech/zookeeper-operator/pull/977
1823

1924
## [25.7.0] - 2025-07-23

0 commit comments

Comments
 (0)