@@ -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,15 @@ 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+ - Extend ` ObjectMetaBuilder ` with ` finalizers ` ([ #1094 ] ).
29+
30+ ### Changed
31+
2632- BREAKING: Upgrade to ` schemars ` 1.0, ` kube ` 2.0 and ` k8s-openapi ` 0.26 (using Kubernetes 1.34) ([ #1091 ] ).
2733
2834### Fixed
@@ -32,7 +38,6 @@ All notable changes to this project will be documented in this file.
3238[ #1091 ] : https://github.com/stackabletech/operator-rs/pull/1091
3339[ #1094 ] : https://github.com/stackabletech/operator-rs/pull/1094
3440[ #1095 ] : https://github.com/stackabletech/operator-rs/pull/1095
35- [ #1096 ] : https://github.com/stackabletech/operator-rs/pull/1096
3641
3742## [ 0.97.0] - 2025-09-09
3843
0 commit comments