File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,26 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### Added
8
8
9
+ - Add end-of-support checker ([ #1096 ] ).
10
+ - The EoS checker can be constructed using ` EndOfSupportChecker::new() ` .
11
+ - Add new ` MaintenanceOptions ` and ` EndOfSupportOptions ` structs.
12
+ - Add new CLI arguments and env vars:
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.
9
15
- Extend ` ObjectMetaBuilder ` with ` finalizers ` ([ #1094 ] ).
10
16
11
17
### Changed
12
18
19
+ - BREAKING: ` ProductOperatorRun ` was renamed to ` RunArguments ` ([ #1096 ] ).
20
+ - BREAKING: The ` disable_crd_maintenance ` field was moved from ` RunArguments ` into ` MaintenanceOptions ` .
21
+ The CLI interface is unchanged ([ #1096 ] ).
22
+ - BREAKING: Integration of ` KubernetesClusterInfoOptions ` with ` clap ` is now gated behind the ` clap ` feature flag.
23
+ This is only breaking if default features for ` stackable-operator ` are disabled ([ #1096 ] ).
13
24
- BREAKING: Upgrade to ` schemars ` 1.0, ` kube ` 2.0 and ` k8s-openapi ` 0.26 (using Kubernetes 1.34) ([ #1091 ] ).
14
25
15
26
[ #1091 ] : https://github.com/stackabletech/operator-rs/pull/1091
16
27
[ #1094 ] : https://github.com/stackabletech/operator-rs/pull/1094
28
+ [ #1096 ] : https://github.com/stackabletech/operator-rs/pull/1096
17
29
18
30
## [ 0.97.0] - 2025-09-09
19
31
You can’t perform that action at this time.
0 commit comments