Skip to content

Commit 9d66516

Browse files
dervoetirazvan
andauthored
chore: Upgrade stackable-operator to 0.110.0 (#719)
* feat: support setting clientAuthenticationMethod for OIDC * chore: Upgrade stackable-operator to 0.110.0 * fix pre-commit issues --------- Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
1 parent 4abbb3d commit 9d66516

16 files changed

Lines changed: 703 additions & 1057 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
57
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#717]).
8+
- BREAKING: `configOverrides` now only accepts the supported config file name `superset_config.py`. Previously arbitrary keys were silently accepted but ignored ([#719]).
9+
- Bump `stackable-operator` to 0.110.0 and `kube` to 3.1.0 ([#719]).
10+
- Support setting `clientAuthenticationMethod` for OIDC authentication. The value is passed through to the Flask-AppBuilder config as `token_endpoint_auth_method` ([#719]).
611

712
[#717]: https://github.com/stackabletech/superset-operator/pull/717
13+
[#719]: https://github.com/stackabletech/superset-operator/pull/719
814

915
## [26.3.0] - 2026-03-16
1016

0 commit comments

Comments
 (0)