Skip to content

Commit 199f771

Browse files
committed
chore: Upgrade stackable-operator to 0.110.0
1 parent 5e65f59 commit 199f771

14 files changed

Lines changed: 491 additions & 178 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

Cargo.lock

Lines changed: 25 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 21 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/trino-operator"
1111

1212
[workspace.dependencies]
1313
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.8.0" }
14-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.109.0", features = ["webhook"] }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.110.0", features = ["webhook"] }
1515

1616
anyhow = "1.0"
1717
async-trait = "0.1"

crate-hashes.json

Lines changed: 9 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)