File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments