Skip to content

Commit 058a804

Browse files
committed
changelog
1 parent 3f9122e commit 058a804

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ All notable changes to this project will be documented in this file.
1010
config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#676]).
1111
- Run a `containerdebug` process in the background of each Trino container to collect debugging information ([#687]).
1212

13+
## Changed
14+
15+
- Increased the default temporary secret lifetime for coordinators from 1 day to 15 days.
16+
This is because Trino currently does not offer a HA setup for them, a restart kills all running queries ([#694]).
17+
1318
### Fixed
1419

1520
- Fix OIDC endpoint construction in case the `rootPath` does have a trailing slash ([#673]).
@@ -21,6 +26,7 @@ All notable changes to this project will be documented in this file.
2126
[#673]: https://github.com/stackabletech/trino-operator/pull/673
2227
[#676]: https://github.com/stackabletech/trino-operator/pull/676
2328
[#687]: https://github.com/stackabletech/trino-operator/pull/687
29+
[#694]: https://github.com/stackabletech/trino-operator/pull/694
2430

2531
## [24.11.0] - 2024-11-18
2632

0 commit comments

Comments
 (0)