Skip to content

Commit 791d2cb

Browse files
Use patched version of op-rs that hopefully addresses SUP-148. (#672)
* Patch operator-rs to use a PR version which fixes SUP-148 * Update PR revision * Updated changelog Removed patched version of op-rs and pulled in 0.82 * Regenerate Nix files * Update Cargo.toml * Run pre-commit --------- Co-authored-by: Siegfried Weber <mail@siegfriedweber.net>
1 parent 85490fa commit 791d2cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file.
2525
- Don't print credentials to STDOUT during startup. Ideally we should use [config-utils](https://github.com/stackabletech/config-utils), but that's not easy (see [here](https://github.com/stackabletech/trino-operator/tree/fix/secret-printing)) ([#634]).
2626
- Invalid `TrinoCluster`, `TrinoCatalog` or `AuthenticationClass` objects don't stop the operator from reconciliation ([#657])
2727
- Fix OIDC endpoint construction in case the `rootPath` does have a trailing slash ([#673]).
28+
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after restart ([#672]).
2829

2930
### Removed
3031

@@ -37,6 +38,7 @@ All notable changes to this project will be documented in this file.
3738
[#646]: https://github.com/stackabletech/trino-operator/pull/646
3839
[#655]: https://github.com/stackabletech/trino-operator/pull/655
3940
[#657]: https://github.com/stackabletech/trino-operator/pull/657
41+
[#672]: https://github.com/stackabletech/trino-operator/pull/672
4042
[#673]: https://github.com/stackabletech/trino-operator/pull/673
4143

4244
## [24.7.0] - 2024-07-24

tests/templates/kuttl/opa-authorization/03-install-hive.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ metadata:
3232
type: Opaque
3333
stringData:
3434
username: hive
35-
password: hive
35+
password: hive

0 commit comments

Comments
 (0)