From fde376f2a57dda3947abd8ca96ebbebabcea50eb Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 22:59:42 +0200 Subject: [PATCH 1/2] test: Bump HDFS to 3.4.1 --- tests/test-definition.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 435d00ca..826fa496 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -41,7 +41,7 @@ dimensions: - 1.0.1 - name: hdfs values: - - 3.4.0 + - 3.4.1 - name: zookeeper values: - 3.9.3 From 3d1b61f3c494dcbef78309e107d3f04dcab01cd5 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 23:01:27 +0200 Subject: [PATCH 2/2] chore: Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 702f53ba..87193050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file. - Replace stackable-operator `print_startup_string` with `tracing::info!` with fields. - BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead of having the operator write it to the vector config ([#734]). +- test: Bump HDFS to `3.4.1` ([#741]). ### Fixed @@ -32,6 +33,7 @@ All notable changes to this project will be documented in this file. [#733]: https://github.com/stackabletech/trino-operator/pull/733 [#735]: https://github.com/stackabletech/trino-operator/pull/735 [#739]: https://github.com/stackabletech/trino-operator/pull/739 +[#741]: https://github.com/stackabletech/trino-operator/pull/741 ## [25.3.0] - 2025-03-21