@@ -4,8 +4,6 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7- ## [ 0.98.0] - 2025-09-22
8-
97### Added
108
119- Add end-of-support checker ([ #1096 ] ).
@@ -14,7 +12,6 @@ All notable changes to this project will be documented in this file.
1412 - Add new CLI arguments and env vars:
1513 - ` EOS_CHECK_MODE ` (` --eos-check-mode ` ) to set the EoS check mode. Currently, only "offline" is supported.
1614 - ` EOS_INTERVAL ` (` --eos-interval ` ) to set the interval in which the operator checks if it is EoS.
17- - Extend ` ObjectMetaBuilder ` with ` finalizers ` ([ #1094 ] ).
1815
1916### Changed
2017
@@ -23,6 +20,17 @@ All notable changes to this project will be documented in this file.
2320 The CLI interface is unchanged ([ #1096 ] ).
2421- BREAKING: Integration of ` KubernetesClusterInfoOptions ` with ` clap ` is now gated behind the ` clap ` feature flag.
2522 This is only breaking if default features for ` stackable-operator ` are disabled ([ #1096 ] ).
23+
24+ [ #1096 ] : https://github.com/stackabletech/operator-rs/pull/1096
25+
26+ ## [ 0.98.0] - 2025-09-22
27+
28+ ### Added
29+
30+ - Extend ` ObjectMetaBuilder ` with ` finalizers ` ([ #1094 ] ).
31+
32+ ### Changed
33+
2634- BREAKING: Upgrade to ` schemars ` 1.0, ` kube ` 2.0 and ` k8s-openapi ` 0.26 (using Kubernetes 1.34) ([ #1091 ] ).
2735
2836### Fixed
@@ -32,7 +40,6 @@ All notable changes to this project will be documented in this file.
3240[ #1091 ] : https://github.com/stackabletech/operator-rs/pull/1091
3341[ #1094 ] : https://github.com/stackabletech/operator-rs/pull/1094
3442[ #1095 ] : https://github.com/stackabletech/operator-rs/pull/1095
35- [ #1096 ] : https://github.com/stackabletech/operator-rs/pull/1096
3643
3744## [ 0.97.0] - 2025-09-09
3845
0 commit comments