Skip to content

Commit acaef46

Browse files
siegfriedweberlabrenbesoenkeliebau
authored
Patch op-rs version to use one that fixes SUP-148. (#657)
* let operator-rs generate oidc discovery url * add changelog entry * Patch op-rs version to use one that fixes SUP-148. Some minor changes needed to remove dependency on now private fn in op-rs. * ran rustfmt * Update changelog * Update changelog * Run pre-commit * Fix imports --------- Co-authored-by: Benedikt Labrenz <[email protected]> Co-authored-by: Sönke Liebau <[email protected]>
1 parent 4acfec9 commit acaef46

File tree

8 files changed

+1049
-247
lines changed

8 files changed

+1049
-247
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ All notable changes to this project will be documented in this file.
2525
- BREAKING: The fields `connection` and `host` on `S3Connection` as well as `bucketName` on `S3Bucket`are now mandatory ([#632]).
2626
- Failing to parse one `DruidCluster`/`AuthenticationClass` should no longer cause the whole operator to stop functioning ([#638]).
2727
- Fix OIDC endpoint construction in case the `rootPath` does have a trailing slash ([#656]).
28+
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be
29+
deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after
30+
restart ([#657]).
2831

2932
### Removed
3033

@@ -39,6 +42,7 @@ All notable changes to this project will be documented in this file.
3942
[#637]: https://github.com/stackabletech/druid-operator/pull/637
4043
[#638]: https://github.com/stackabletech/druid-operator/pull/638
4144
[#656]: https://github.com/stackabletech/druid-operator/pull/656
45+
[#657]: https://github.com/stackabletech/druid-operator/pull/657
4246

4347
## [24.7.0] - 2024-07-24
4448

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)