We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2533afe commit 18b6588Copy full SHA for 18b6588
1 file changed
crates/stackable-operator/CHANGELOG.md
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
6
7
### Added
8
9
+- Add CLI argument and env var to disable the end-of-support checker: `EOS_DISABLED` (`--eos-disabled`) ([#1101]).
10
- Add end-of-support checker ([#1096]).
11
- The EoS checker can be constructed using `EndOfSupportChecker::new()`.
12
- Add new `MaintenanceOptions` and `EndOfSupportOptions` structs.
@@ -24,6 +25,7 @@ All notable changes to this project will be documented in this file.
24
25
26
[#1096]: https://github.com/stackabletech/operator-rs/pull/1096
27
[#1098]: https://github.com/stackabletech/operator-rs/pull/1098
28
+[#1101]: https://github.com/stackabletech/operator-rs/pull/1101
29
30
## [0.98.0] - 2025-09-22
31
0 commit comments