Skip to content

Commit b216386

Browse files
Merge branch 'main' into update-release-branch
2 parents 88db242 + acaef46 commit b216386

File tree

15 files changed

+1547
-437
lines changed

15 files changed

+1547
-437
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ All notable changes to this project will be documented in this file.
2424

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]).
27+
- 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]).
2731

2832
### Removed
2933

@@ -37,6 +41,8 @@ All notable changes to this project will be documented in this file.
3741
[#632]: https://github.com/stackabletech/druid-operator/pull/632
3842
[#637]: https://github.com/stackabletech/druid-operator/pull/637
3943
[#638]: https://github.com/stackabletech/druid-operator/pull/638
44+
[#656]: https://github.com/stackabletech/druid-operator/pull/656
45+
[#657]: https://github.com/stackabletech/druid-operator/pull/657
4046

4147
## [24.7.0] - 2024-07-24
4248

0 commit comments

Comments
 (0)