Skip to content

Commit be2bdd9

Browse files
Update changelog (#659)
1 parent acaef46 commit be2bdd9

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Fixed
8+
9+
- Fix OIDC endpoint construction in case the `rootPath` does have a trailing slash ([#656]).
10+
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be
11+
deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after
12+
restart ([#657]).
13+
14+
[#656]: https://github.com/stackabletech/druid-operator/pull/656
15+
[#657]: https://github.com/stackabletech/druid-operator/pull/657
16+
717
## [24.11.0] - 2024-11-18
818

919
### Added
@@ -24,10 +34,6 @@ All notable changes to this project will be documented in this file.
2434

2535
- BREAKING: The fields `connection` and `host` on `S3Connection` as well as `bucketName` on `S3Bucket`are now mandatory ([#632]).
2636
- 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]).
3137

3238
### Removed
3339

@@ -41,8 +47,6 @@ All notable changes to this project will be documented in this file.
4147
[#632]: https://github.com/stackabletech/druid-operator/pull/632
4248
[#637]: https://github.com/stackabletech/druid-operator/pull/637
4349
[#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
4650

4751
## [24.7.0] - 2024-07-24
4852

0 commit comments

Comments
 (0)