File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file.
8
8
9
9
- Extend ` ObjectMetaBuilder ` with ` finalizers ` ([ #1094 ] ).
10
10
11
+ ### Changed
12
+
13
+ - BREAKING: Upgrade to ` schemars ` 1.0, ` kube ` 2.0 and ` k8s-openapi ` 0.26 (using Kubernetes 1.34) ([ #1091 ] ).
14
+
15
+ [ #1091 ] : https://github.com/stackabletech/operator-rs/pull/1091
11
16
[ #1094 ] : https://github.com/stackabletech/operator-rs/pull/1094
12
17
13
18
## [ 0.97.0] - 2025-09-09
@@ -16,10 +21,6 @@ All notable changes to this project will be documented in this file.
16
21
17
22
- BREAKING: Add a new CLI flag/env to disabling CRD maintenance: ` --disable-crd-maintenance ` ([ #1085 ] ).
18
23
19
- ### Changed
20
-
21
- - BREAKING: Upgrade to ` schemars ` 1.0, ` kube ` 2.0 and ` k8s-openapi ` 0.26 (using Kubernetes 1.34) ([ #1091 ] ).
22
-
23
24
### Removed
24
25
25
26
- BREAKING: Remove the Merge implementation for PodTemplateSpec ([ #1087 ] ).
@@ -33,7 +34,6 @@ All notable changes to this project will be documented in this file.
33
34
[ #1085 ] : https://github.com/stackabletech/operator-rs/pull/1085
34
35
[ #1087 ] : https://github.com/stackabletech/operator-rs/pull/1087
35
36
[ #1090 ] : https://github.com/stackabletech/operator-rs/pull/1090
36
- [ #1091 ] : https://github.com/stackabletech/operator-rs/pull/1091
37
37
38
38
## [ 0.96.0] - 2025-08-25
39
39
You can’t perform that action at this time.
0 commit comments