From 550dfe3ef737a15b299137c332fe2dddeff4ab48 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 6 May 2025 14:47:02 +0200 Subject: [PATCH 1/2] test: Bump vector to 0.46.1 --- .../kuttl/logging/01-install-opa-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/01-install-opa-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-opa-vector-aggregator.yaml index 1aebd4f2..8db1bbec 100644 --- a/tests/templates/kuttl/logging/01-install-opa-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-opa-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install opa-vector-aggregator vector --namespace $NAMESPACE - --version 0.39.0 + --version 0.42.1 --repo https://helm.vector.dev --values opa-vector-aggregator-values.yaml --- From 19bd4344dc52844242d64ae957cddbfde6a53948 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 6 May 2025 14:51:11 +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 b079e4e4..be93c2c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,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 ([#707]). +- test: Bump to Vector 0.46.1 ([#721]). ### Fixed @@ -45,6 +46,7 @@ All notable changes to this project will be documented in this file. [#710]: https://github.com/stackabletech/opa-operator/pull/710 [#712]: https://github.com/stackabletech/opa-operator/pull/712 [#715]: https://github.com/stackabletech/opa-operator/pull/715 +[#721]: https://github.com/stackabletech/opa-operator/pull/721 ## [25.3.0] - 2025-03-21