@@ -4,8 +4,6 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
- ## [ 0.98.0] - 2025-09-22
8
-
9
7
### Added
10
8
11
9
- Add end-of-support checker ([ #1096 ] ).
@@ -14,7 +12,6 @@ All notable changes to this project will be documented in this file.
14
12
- Add new CLI arguments and env vars:
15
13
- ` EOS_CHECK_MODE ` (` --eos-check-mode ` ) to set the EoS check mode. Currently, only "offline" is supported.
16
14
- ` EOS_INTERVAL ` (` --eos-interval ` ) to set the interval in which the operator checks if it is EoS.
17
- - Extend ` ObjectMetaBuilder ` with ` finalizers ` ([ #1094 ] ).
18
15
19
16
### Changed
20
17
@@ -23,6 +20,17 @@ All notable changes to this project will be documented in this file.
23
20
The CLI interface is unchanged ([ #1096 ] ).
24
21
- BREAKING: Integration of ` KubernetesClusterInfoOptions ` with ` clap ` is now gated behind the ` clap ` feature flag.
25
22
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
+
26
34
- BREAKING: Upgrade to ` schemars ` 1.0, ` kube ` 2.0 and ` k8s-openapi ` 0.26 (using Kubernetes 1.34) ([ #1091 ] ).
27
35
28
36
### Fixed
@@ -32,7 +40,6 @@ All notable changes to this project will be documented in this file.
32
40
[ #1091 ] : https://github.com/stackabletech/operator-rs/pull/1091
33
41
[ #1094 ] : https://github.com/stackabletech/operator-rs/pull/1094
34
42
[ #1095 ] : https://github.com/stackabletech/operator-rs/pull/1095
35
- [ #1096 ] : https://github.com/stackabletech/operator-rs/pull/1096
36
43
37
44
## [ 0.97.0] - 2025-09-09
38
45
0 commit comments