diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a85921..d9f4c112 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 ([#933]). +- test: Bump to Vector 0.46.1 ([#942]). ### Fixed @@ -36,6 +37,7 @@ All notable changes to this project will be documented in this file. [#934]: https://github.com/stackabletech/zookeeper-operator/pull/934 [#938]: https://github.com/stackabletech/zookeeper-operator/pull/938 [#940]: https://github.com/stackabletech/zookeeper-operator/pull/940 +[#942]: https://github.com/stackabletech/zookeeper-operator/pull/942 ## [25.3.0] - 2025-03-21 diff --git a/tests/templates/kuttl/logging/05-install-zookeeper-vector-aggregator.yaml b/tests/templates/kuttl/logging/05-install-zookeeper-vector-aggregator.yaml index 62ec29f1..a1b7b0fa 100644 --- a/tests/templates/kuttl/logging/05-install-zookeeper-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/05-install-zookeeper-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install zookeeper-vector-aggregator vector --namespace $NAMESPACE - --version 0.39.0 + --version 0.42.1 --repo https://helm.vector.dev --values zookeeper-vector-aggregator-values.yaml ---