Skip to content

Commit 62cd791

Browse files
committed
chore(stackable-operator): Add changelog entry
1 parent 16d26ed commit 62cd791

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)