Skip to content

Commit 63f69c7

Browse files
dervoetisbernauer
andauthored
chore: Upgrade stackable-operator to 0.110.0 (#878)
* chore: Upgrade stackable-operator to 0.110.0 * refactor: better readability * chore: cargo update --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 5615494 commit 63f69c7

14 files changed

Lines changed: 600 additions & 276 deletions

File tree

CHANGELOG.md

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

77
### Changed
88

9+
- BREAKING: `configOverrides` now only accepts the supported config file names
10+
(`config.properties`, `node.properties`, `log.properties`, `security.properties`,
11+
`access-control.properties`, `exchange-manager.properties`,
12+
`spooling-manager.properties`). Previously arbitrary keys were silently accepted
13+
but ignored ([#878]).
914
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#869]).
10-
- Bump stackable-operator to 0.109.0 ([#877]).
11-
- Warn when an unsupported OIDC client authentication method is configured ([#877]).
15+
- Bump `stackable-operator` to 0.110.0 and `kube` to 3.1.0 ([#878]).
1216

1317
### Fixed
1418

@@ -19,7 +23,7 @@ All notable changes to this project will be documented in this file.
1923

2024
[#869]: https://github.com/stackabletech/trino-operator/pull/869
2125
[#876]: https://github.com/stackabletech/trino-operator/pull/876
22-
[#877]: https://github.com/stackabletech/trino-operator/pull/877
26+
[#878]: https://github.com/stackabletech/trino-operator/pull/878
2327

2428
## [26.3.0] - 2026-03-16
2529

0 commit comments

Comments
 (0)