Skip to content

Commit 733776c

Browse files
committed
chore(operator): Add changelog entry
1 parent 4390242 commit 733776c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

crates/stackable-operator/CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Added
8+
9+
- 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]).
11+
712
### Changed
813

914
- 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]).
1015

1116
[#1206]: https://github.com/stackabletech/operator-rs/pull/1206
17+
[#1207]: https://github.com/stackabletech/operator-rs/pull/1207
1218

1319
## [0.111.1] - 2026-04-28
1420

0 commit comments

Comments
 (0)