Skip to content

Commit 0e75305

Browse files
dervoetirazvan
andauthored
chore: Upgrade stackable-operator to 0.110.1 (#813)
* fix: Add OIDC clientAuthenticationMethod support for Druid * chore: Upgrade stackable-operator to 0.110.0 * chore: changelog * chore: CRDs / nix * fix: resolve clippy type_complexity and rustfmt formatting * cargo fmt * pedantic pr ordering * chore: Upgrade stackable-operator to 0.110.1 * docs: Document OIDC clientAuthenticationMethod and use it in test --------- Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
1 parent 92ea945 commit 0e75305

21 files changed

Lines changed: 1125 additions & 1182 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- Support OIDC `clientAuthenticationMethod` configuration ([#813]).
10+
711
### Changed
812

13+
- BREAKING: `configOverrides` now only accepts the supported config file names `runtime.properties`, `jvm.config` and `security.properties`. Previously arbitrary keys were silently accepted but ignored ([#813]).
14+
- Bump `stackable-operator` to 0.110.1 and `kube` to 3.1.0 ([#813]).
915
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#810]).
1016

11-
- [#810]: https://github.com/stackabletech/druid-operator/pull/810
17+
[#810]: https://github.com/stackabletech/druid-operator/pull/810
18+
[#813]: https://github.com/stackabletech/druid-operator/pull/813
1219

1320
## [26.3.0] - 2026-03-16
1421

0 commit comments

Comments
 (0)