From 6db1310a6f802effac34138765f4a165a520d59d Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:21:10 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md from release 24.11.1 Signed-off-by: Andrew Kenworthy --- CHANGELOG.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dba2248..4ab70296 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 reducing frequent Pod restarts ([#619]). -- Run a `containerdebug` process in the background of each HDFS container to collect debugging information ([#629]). -- Aggregate emitted Kubernetes events on the CustomResources ([#643]). +## [24.11.1] - 2025-01-10 -### Changed +## [24.11.1-rc2] - 2024-12-12 -- Switch the WebUI liveness probe from `httpGet` to checking the tcp socket. - This helps with setups where configOverrides are used to enable security on the HTTP interfaces. - As this results in `401` HTTP responses (instead of `200`), this previously failed the liveness checks. +## [24.11.1-rc1] - 2024-12-06 ### Fixed @@ -24,9 +17,6 @@ All notable changes to this project will be documented in this file. restart ([#616]). [#616]: https://github.com/stackabletech/hdfs-operator/pull/616 -[#619]: https://github.com/stackabletech/hdfs-operator/pull/619 -[#629]: https://github.com/stackabletech/hdfs-operator/pull/629 -[#643]: https://github.com/stackabletech/hdfs-operator/pull/643 ## [24.11.0] - 2024-11-18 From 9f24571b0b36cb8472dca301bdef133e333a0f68 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:45:18 +0100 Subject: [PATCH 2/3] corrections --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab70296..ae6e4b8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ 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 reducing frequent Pod restarts ([#619]). +- Run a `containerdebug` process in the background of each HDFS container to collect debugging information ([#629]). +- Aggregate emitted Kubernetes events on the CustomResources ([#643]). -## [24.11.1-rc2] - 2024-12-12 +[#619]: https://github.com/stackabletech/hdfs-operator/pull/619 +[#629]: https://github.com/stackabletech/hdfs-operator/pull/629 +[#643]: https://github.com/stackabletech/hdfs-operator/pull/643 -## [24.11.1-rc1] - 2024-12-06 +## [24.11.1] - 2025-01-10 ### Fixed From d303698ca0842a88a523c120476ce3750baadb84 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Tue, 28 Jan 2025 09:46:41 +0100 Subject: [PATCH 3/3] corrections II --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6e4b8a..72ac4d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,18 @@ 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 reducing frequent Pod restarts ([#619]). - Run a `containerdebug` process in the background of each HDFS container to collect debugging information ([#629]). - Aggregate emitted Kubernetes events on the CustomResources ([#643]). +### Changed + +- Switch the WebUI liveness probe from `httpGet` to checking the tcp socket. + This helps with setups where configOverrides are used to enable security on the HTTP interfaces. + As this results in `401` HTTP responses (instead of `200`), this previously failed the liveness checks. + [#619]: https://github.com/stackabletech/hdfs-operator/pull/619 [#629]: https://github.com/stackabletech/hdfs-operator/pull/629 [#643]: https://github.com/stackabletech/hdfs-operator/pull/643