Skip to content

Commit 9ccb278

Browse files
committed
chore(operator): Add changelog entry
1 parent 0911503 commit 9ccb278

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/stackable-operator/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- Add `Client::{get_feature_gates,get_enabled_feature_gates,get_disabled_feature_gates}` associated
10-
functions to retrieve all, enabled, or disabled feature gates from the Kubernetes apiserver ([#1207]).
10+
functions to retrieve all, enabled, or disabled feature gates from the Kubernetes apiserver ([#1207], [#1208]).
1111

1212
### Changed
1313

1414
- 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]).
1515

1616
[#1206]: https://github.com/stackabletech/operator-rs/pull/1206
1717
[#1207]: https://github.com/stackabletech/operator-rs/pull/1207
18+
[#1208]: https://github.com/stackabletech/operator-rs/pull/1208
1819

1920
## [0.111.1] - 2026-04-28
2021

0 commit comments

Comments
 (0)