From 1dc56961bd2c44f390219e11f0b650a6a8647611 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:21:58 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md from release 24.11.1 Signed-off-by: Andrew Kenworthy --- CHANGELOG.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4752db3..76a474e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -### Added - -- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup - config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#676]). -- Run a `containerdebug` process in the background of each Trino container to collect debugging information ([#687]). -- Support configuring JVM arguments ([#677]). -- Aggregate emitted Kubernetes events on the CustomResources ([#677]). +## [24.11.1] - 2025-01-10 -## Changed +## [24.11.1-rc2] - 2024-12-12 -- Increased the default temporary secret lifetime for coordinators from 1 day to 15 days. - This is because Trino currently does not offer a HA setup for them, a restart kills all running queries ([#694]). +## [24.11.1-rc1] - 2024-12-06 ### Fixed @@ -26,10 +19,6 @@ All notable changes to this project will be documented in this file. [#672]: https://github.com/stackabletech/trino-operator/pull/672 [#673]: https://github.com/stackabletech/trino-operator/pull/673 -[#676]: https://github.com/stackabletech/trino-operator/pull/676 -[#677]: https://github.com/stackabletech/trino-operator/pull/677 -[#687]: https://github.com/stackabletech/trino-operator/pull/687 -[#694]: https://github.com/stackabletech/trino-operator/pull/694 ## [24.11.0] - 2024-11-18 From e4981c02647febbd43b45fad3ed060dded6a3fb3 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 11:28:50 +0100 Subject: [PATCH 2/3] corrections --- CHANGELOG.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a474e5..a029c6e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,25 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -## [24.11.1] - 2025-01-10 +### Added + +- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup + config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#676]). +- Run a `containerdebug` process in the background of each Trino container to collect debugging information ([#687]). +- Support configuring JVM arguments ([#677]). +- Aggregate emitted Kubernetes events on the CustomResources ([#677]). + +## Changed -## [24.11.1-rc2] - 2024-12-12 +- Increased the default temporary secret lifetime for coordinators from 1 day to 15 days. + This is because Trino currently does not offer a HA setup for them, a restart kills all running queries ([#694]). -## [24.11.1-rc1] - 2024-12-06 +[#676]: https://github.com/stackabletech/trino-operator/pull/676 +[#677]: https://github.com/stackabletech/trino-operator/pull/677 +[#687]: https://github.com/stackabletech/trino-operator/pull/687 +[#694]: https://github.com/stackabletech/trino-operator/pull/694 + +## [24.11.1] - 2025-01-10 ### Fixed From b01596a3cc077bb3ae99ceebf40eabbc10860192 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 11:29:17 +0100 Subject: [PATCH 3/3] linting --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a029c6e3..47e181a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] ### Added - + - The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#676]). - Run a `containerdebug` process in the background of each Trino container to collect debugging information ([#687]).