From 3a5361fae12cf8344231d3c62bce7e4113b63c0e Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 6 May 2025 14:04:45 +0200 Subject: [PATCH 1/2] test: Bump vector to 0.46.1 --- .../kuttl/logging/30-install-airflow-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/30-install-airflow-vector-aggregator.yaml b/tests/templates/kuttl/logging/30-install-airflow-vector-aggregator.yaml index 59adee3d..15e6135b 100644 --- a/tests/templates/kuttl/logging/30-install-airflow-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/30-install-airflow-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install airflow-vector-aggregator vector --namespace $NAMESPACE - --version 0.39.0 + --version 0.42.1 --repo https://helm.vector.dev --values airflow-vector-aggregator-values.yaml --- From 7cd4ff0cbc5cc3121da851a3f881ce58b8c22c07 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 6 May 2025 14:07:07 +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 9b0f9f75..a5e84660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,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 ([#600]). +- test: Bump to Vector 0.46.1 ([#620]). ### Fixed @@ -22,6 +23,7 @@ [#601]: https://github.com/stackabletech/airflow-operator/pull/601 [#607]: https://github.com/stackabletech/airflow-operator/pull/607 [#608]: https://github.com/stackabletech/airflow-operator/pull/608 +[#620]: https://github.com/stackabletech/airflow-operator/pull/620 ## [25.3.0] - 2025-03-21