Skip to content

Commit e4981c0

Browse files
committed
corrections
1 parent 1dc5696 commit e4981c0

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,25 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
## [24.11.1] - 2025-01-10
7+
### Added
8+
9+
- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup
10+
config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#676]).
11+
- Run a `containerdebug` process in the background of each Trino container to collect debugging information ([#687]).
12+
- Support configuring JVM arguments ([#677]).
13+
- Aggregate emitted Kubernetes events on the CustomResources ([#677]).
14+
15+
## Changed
816

9-
## [24.11.1-rc2] - 2024-12-12
17+
- Increased the default temporary secret lifetime for coordinators from 1 day to 15 days.
18+
This is because Trino currently does not offer a HA setup for them, a restart kills all running queries ([#694]).
1019

11-
## [24.11.1-rc1] - 2024-12-06
20+
[#676]: https://github.com/stackabletech/trino-operator/pull/676
21+
[#677]: https://github.com/stackabletech/trino-operator/pull/677
22+
[#687]: https://github.com/stackabletech/trino-operator/pull/687
23+
[#694]: https://github.com/stackabletech/trino-operator/pull/694
24+
25+
## [24.11.1] - 2025-01-10
1226

1327
### Fixed
1428

0 commit comments

Comments
 (0)