From e55558c7a0e50bfb00a316b1347a194a85a60037 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 6 May 2025 14:57:08 +0200 Subject: [PATCH 1/2] test: Bump vector to 0.46.1 --- .../kuttl/logging/01-install-trino-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/01-install-trino-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-trino-vector-aggregator.yaml index 5dd9bdbb..f4912701 100644 --- a/tests/templates/kuttl/logging/01-install-trino-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-trino-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install trino-vector-aggregator vector --namespace $NAMESPACE - --version 0.39.0 + --version 0.42.1 --repo https://helm.vector.dev --values trino-vector-aggregator-values.yaml --- From 75b1aab466d8b5413ebbe136c354bbecff5aa8d9 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 6 May 2025 14:58:34 +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 87193050..2e032765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file. - 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]). +- test: Bump to Vector `0.46.1` ([#743]). ### Fixed @@ -34,6 +35,7 @@ All notable changes to this project will be documented in this file. [#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 +[#743]: https://github.com/stackabletech/trino-operator/pull/743 ## [25.3.0] - 2025-03-21