Skip to content

Commit 3970d63

Browse files
authored
feat: Add EoS checker (#696)
* feat: Add EoS checker * add changelog entry * pre-commit fixes * update changelog entry
1 parent fec5b37 commit 3970d63

File tree

7 files changed

+2189
-1563
lines changed

7 files changed

+2189
-1563
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
- Added a note on webserver workers to the trouble-shooting section ([#685]).
1010
- Helm: Allow Pod `priorityClassName` to be configured ([#687]).
1111
- Added airflow `3.0.6` ([#692]).
12+
- Add end-of-support checker ([#696]).
13+
- `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
14+
- `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
15+
- `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
1216

1317
### Changed
1418

@@ -45,6 +49,7 @@
4549
[#691]: https://github.com/stackabletech/airflow-operator/pull/691
4650
[#692]: https://github.com/stackabletech/airflow-operator/pull/692
4751
[#695]: https://github.com/stackabletech/airflow-operator/pull/695
52+
[#696]: https://github.com/stackabletech/airflow-operator/pull/696
4853

4954
## [25.7.0] - 2025-07-23
5055

0 commit comments

Comments
 (0)