Skip to content

Commit e3bb680

Browse files
Update changelog (#675)
1 parent 791d2cb commit e3bb680

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
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 ([#673]).
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 ([#672]).
13+
14+
[#672]: https://github.com/stackabletech/trino-operator/pull/672
15+
[#673]: https://github.com/stackabletech/trino-operator/pull/673
16+
717
## [24.11.0] - 2024-11-18
818

919
### Added
@@ -24,8 +34,6 @@ All notable changes to this project will be documented in this file.
2434
- Don't ignore envOverrides ([#633]).
2535
- Don't print credentials to STDOUT during startup. Ideally we should use [config-utils](https://github.com/stackabletech/config-utils), but that's not easy (see [here](https://github.com/stackabletech/trino-operator/tree/fix/secret-printing)) ([#634]).
2636
- Invalid `TrinoCluster`, `TrinoCatalog` or `AuthenticationClass` objects don't stop the operator from reconciliation ([#657])
27-
- Fix OIDC endpoint construction in case the `rootPath` does have a trailing slash ([#673]).
28-
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after restart ([#672]).
2937

3038
### Removed
3139

@@ -38,8 +46,6 @@ All notable changes to this project will be documented in this file.
3846
[#646]: https://github.com/stackabletech/trino-operator/pull/646
3947
[#655]: https://github.com/stackabletech/trino-operator/pull/655
4048
[#657]: https://github.com/stackabletech/trino-operator/pull/657
41-
[#672]: https://github.com/stackabletech/trino-operator/pull/672
42-
[#673]: https://github.com/stackabletech/trino-operator/pull/673
4349

4450
## [24.7.0] - 2024-07-24
4551

0 commit comments

Comments
 (0)