Skip to content

Commit e8a0120

Browse files
committed
fix changelog
1 parent a60d881 commit e8a0120

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file.
88

99
- Extend `ObjectMetaBuilder` with `finalizers` ([#1094]).
1010

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
1116
[#1094]: https://github.com/stackabletech/operator-rs/pull/1094
1217

1318
## [0.97.0] - 2025-09-09
@@ -16,10 +21,6 @@ All notable changes to this project will be documented in this file.
1621

1722
- BREAKING: Add a new CLI flag/env to disabling CRD maintenance: `--disable-crd-maintenance` ([#1085]).
1823

19-
### Changed
20-
21-
- BREAKING: Upgrade to `schemars` 1.0, `kube` 2.0 and `k8s-openapi` 0.26 (using Kubernetes 1.34) ([#1091]).
22-
2324
### Removed
2425

2526
- BREAKING: Remove the Merge implementation for PodTemplateSpec ([#1087]).
@@ -33,7 +34,6 @@ All notable changes to this project will be documented in this file.
3334
[#1085]: https://github.com/stackabletech/operator-rs/pull/1085
3435
[#1087]: https://github.com/stackabletech/operator-rs/pull/1087
3536
[#1090]: https://github.com/stackabletech/operator-rs/pull/1090
36-
[#1091]: https://github.com/stackabletech/operator-rs/pull/1091
3737

3838
## [0.96.0] - 2025-08-25
3939

0 commit comments

Comments
 (0)