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.
66
77### Added
88
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.
915- Extend ` ObjectMetaBuilder ` with ` finalizers ` ([ #1094 ] ).
1016
1117### Changed
1218
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 ] ).
1324- BREAKING: Upgrade to ` schemars ` 1.0, ` kube ` 2.0 and ` k8s-openapi ` 0.26 (using Kubernetes 1.34) ([ #1091 ] ).
1425
1526[ #1091 ] : https://github.com/stackabletech/operator-rs/pull/1091
1627[ #1094 ] : https://github.com/stackabletech/operator-rs/pull/1094
28+ [ #1096 ] : https://github.com/stackabletech/operator-rs/pull/1096
1729
1830## [ 0.97.0] - 2025-09-09
1931
You can’t perform that action at this time.
0 commit comments