Skip to content

Commit ccfd545

Browse files
committed
Merge branch 'main' into feat/integrate-listener-operator
2 parents 02cc5c7 + 5cbd399 commit ccfd545

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
2121
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
2222
of having the operator write it to the vector config ([#600]).
23+
- test: Bump to Vector 0.46.1 ([#620]).
2324

2425
### Fixed
2526

@@ -32,6 +33,7 @@
3233
[#607]: https://github.com/stackabletech/airflow-operator/pull/607
3334
[#608]: https://github.com/stackabletech/airflow-operator/pull/608
3435
[#613]: https://github.com/stackabletech/airflow-operator/pull/613
36+
[#620]: https://github.com/stackabletech/airflow-operator/pull/620
3537

3638
## [25.3.0] - 2025-03-21
3739

tests/templates/kuttl/logging/30-install-airflow-vector-aggregator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands:
55
- script: >-
66
helm install airflow-vector-aggregator vector
77
--namespace $NAMESPACE
8-
--version 0.39.0
8+
--version 0.42.1
99
--repo https://helm.vector.dev
1010
--values airflow-vector-aggregator-values.yaml
1111
---

0 commit comments

Comments
 (0)