diff --git a/CHANGELOG.md b/CHANGELOG.md index a0577c8c..274d4d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ - 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 ([#609]). +- test: Bump to Vector `0.46.1` ([#628]). ### Fixed @@ -30,6 +31,7 @@ [#615]: https://github.com/stackabletech/superset-operator/pull/615 [#617]: https://github.com/stackabletech/superset-operator/pull/617 [#623]: https://github.com/stackabletech/superset-operator/pull/623 +[#628]: https://github.com/stackabletech/superset-operator/pull/628 ## [25.3.0] - 2025-03-21 diff --git a/tests/templates/kuttl/logging/10-install-superset-vector-aggregator.yaml b/tests/templates/kuttl/logging/10-install-superset-vector-aggregator.yaml index 75ac9e4a..43638efb 100644 --- a/tests/templates/kuttl/logging/10-install-superset-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/10-install-superset-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install superset-vector-aggregator vector --namespace $NAMESPACE - --version 0.39.0 + --version 0.42.1 --repo https://helm.vector.dev --values superset-vector-aggregator-values.yaml ---