File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
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
+
7
17
## [ 24.11.0] - 2024-11-18
8
18
9
19
### Added
@@ -24,10 +34,6 @@ All notable changes to this project will be documented in this file.
24
34
25
35
- BREAKING: The fields ` connection ` and ` host ` on ` S3Connection ` as well as ` bucketName ` on ` S3Bucket ` are now mandatory ([ #632 ] ).
26
36
- 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 ] ).
31
37
32
38
### Removed
33
39
@@ -41,8 +47,6 @@ All notable changes to this project will be documented in this file.
41
47
[ #632 ] : https://github.com/stackabletech/druid-operator/pull/632
42
48
[ #637 ] : https://github.com/stackabletech/druid-operator/pull/637
43
49
[ #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
46
50
47
51
## [ 24.7.0] - 2024-07-24
48
52
You can’t perform that action at this time.
0 commit comments