Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

### Added

- Add end-of-support checker which can be controlled with environment variables and CLI arguments ([#670]).
- `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
- `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
- `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
- Helm: Allow Pod `priorityClassName` to be configured ([#664]).
- Add version `4.1.4` ([#669]).

Expand All @@ -21,6 +25,7 @@
[#664]: https://github.com/stackabletech/superset-operator/pull/664
[#666]: https://github.com/stackabletech/superset-operator/pull/666
[#669]: https://github.com/stackabletech/superset-operator/pull/669
[#670]: https://github.com/stackabletech/superset-operator/pull/670

## [25.7.0] - 2025-07-23

Expand Down
Loading
Loading