From e7ec5fbbd98d793b6b3b231936d3b080c3e852d2 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 6 May 2025 15:20:01 +0200 Subject: [PATCH 1/2] test: Bump vector to 0.46.1 --- .../kuttl/logging/01-install-kafka-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/01-install-kafka-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-kafka-vector-aggregator.yaml index 8f62dc72..019aa252 100644 --- a/tests/templates/kuttl/logging/01-install-kafka-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-kafka-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install kafka-vector-aggregator vector --namespace $NAMESPACE - --version 0.39.0 + --version 0.42.1 --repo https://helm.vector.dev --values kafka-vector-aggregator-values.yaml --- From 7c437c952fdea43ac8af46a07a58c70549102a28 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 6 May 2025 15:21:14 +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 f9b14542..07e70538 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 ([#844]). +- test: Bump to Vector `0.46.1` ([#855]). ### Fixed @@ -37,6 +38,7 @@ All notable changes to this project will be documented in this file. [#847]: https://github.com/stackabletech/kafka-operator/pull/847 [#851]: https://github.com/stackabletech/kafka-operator/pull/851 [#853]: https://github.com/stackabletech/kafka-operator/pull/853 +[#855]: https://github.com/stackabletech/kafka-operator/pull/855 ## [25.3.0] - 2025-03-21