File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### Added
8
8
9
+ - Add CLI argument and env var to disable the end-of-support checker: ` EOS_DISABLED ` (` --eos-disabled ` ) ([ #1101 ] ).
9
10
- Add end-of-support checker ([ #1096 ] ).
10
11
- The EoS checker can be constructed using ` EndOfSupportChecker::new() ` .
11
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
25
26
[ #1096 ] : https://github.com/stackabletech/operator-rs/pull/1096
26
27
[ #1098 ] : https://github.com/stackabletech/operator-rs/pull/1098
28
+ [ #1101 ] : https://github.com/stackabletech/operator-rs/pull/1101
27
29
28
30
## [ 0.98.0] - 2025-09-22
29
31
You can’t perform that action at this time.
0 commit comments