Skip to content

Commit 689e8c9

Browse files
Update changelog (#571)
1 parent 39be16f commit 689e8c9

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

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

717
### Added
@@ -19,17 +29,11 @@
1929
### Fixed
2030

2131
- Invalid `SupersetCluster`, `DruidConnection` or `AuthenticationClass` objects don't stop the operator from reconciling ([#551]).
22-
- Fix OIDC endpoint construction in case the `rootPath` does have a trailing slash ([#569]).
23-
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be
24-
deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after
25-
restart ([#568]).
2632

2733
[#528]: https://github.com/stackabletech/superset-operator/pull/528
2834
[#530]: https://github.com/stackabletech/superset-operator/pull/530
2935
[#549]: https://github.com/stackabletech/superset-operator/pull/549
3036
[#551]: https://github.com/stackabletech/superset-operator/pull/551
31-
[#568]: https://github.com/stackabletech/superset-operator/pull/568
32-
[#569]: https://github.com/stackabletech/superset-operator/pull/569
3337

3438
## [24.7.0] - 2024-07-24
3539

0 commit comments

Comments
 (0)