Skip to content

Commit f9482fe

Browse files
Fix the changelog
1 parent c1c2fff commit f9482fe

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

crates/stackable-operator/CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9+
- Add documentation for the `roleGroups` field, which now shows up as a description in the generated CRDs ([#1227]).
910
- Add root descriptions to all CRDs defined in this crate (`AuthenticationClass`, `Listener`,
1011
`ListenerClass`, `PodListeners`, `S3Bucket`, `S3Connection`, `Scaler`), now that the `versioned`
1112
macro requires a `doc` argument ([#1228]).
1213

14+
### Changed
15+
16+
- BREAKING: Bump to kube `4.0.0`, k8s-openapi `0.28.0` and enable the Kubernetes 1.36 feature ([#1224]).
17+
18+
[#1224]: https://github.com/stackabletech/operator-rs/pull/1224
19+
[#1227]: https://github.com/stackabletech/operator-rs/pull/1227
1320
[#1228]: https://github.com/stackabletech/operator-rs/pull/1228
1421

1522
## [0.112.0] - 2026-06-22
@@ -19,19 +26,15 @@ All notable changes to this project will be documented in this file.
1926
- Add `Client::{get_feature_gates,get_enabled_feature_gates,get_disabled_feature_gates}` associated
2027
functions to retrieve all, enabled, or disabled feature gates from the Kubernetes apiserver ([#1207], [#1208]).
2128
- Add a new `v2` module that provides more type-safe variants of the existing functions ([#1225]).
22-
- Add documentation for the `roleGroups` field, which now shows up as a description in the generated CRDs ([#1227]).
2329

2430
### Changed
2531

2632
- BREAKING: Use `serde_json::Value` instead of `String` for user-provided JSON `configOverrides`. This change is marked as breaking, as it causes a breaking change to the CRDs ([#1206]).
27-
- BREAKING: Bump to kube `4.0.0`, k8s-openapi `0.28.0` and enable the Kubernetes 1.36 feature ([#1224]).
2833

2934
[#1206]: https://github.com/stackabletech/operator-rs/pull/1206
3035
[#1207]: https://github.com/stackabletech/operator-rs/pull/1207
3136
[#1208]: https://github.com/stackabletech/operator-rs/pull/1208
32-
[#1224]: https://github.com/stackabletech/operator-rs/pull/1224
3337
[#1225]: https://github.com/stackabletech/operator-rs/pull/1225
34-
[#1227]: https://github.com/stackabletech/operator-rs/pull/1227
3538

3639
## [0.111.1] - 2026-04-28
3740

0 commit comments

Comments
 (0)