File tree 2 files changed +3
-1
lines changed
tests/templates/kuttl/logging
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 19
19
- Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
20
20
- BREAKING: Inject the vector aggregator address into the vector config using the env var ` VECTOR_AGGREGATOR_ADDRESS ` instead
21
21
of having the operator write it to the vector config ([ #600 ] ).
22
+ - test: Bump to Vector 0.46.1 ([ #620 ] ).
22
23
23
24
### Fixed
24
25
30
31
[ #607 ] : https://github.com/stackabletech/airflow-operator/pull/607
31
32
[ #608 ] : https://github.com/stackabletech/airflow-operator/pull/608
32
33
[ #613 ] : https://github.com/stackabletech/airflow-operator/pull/613
34
+ [ #620 ] : https://github.com/stackabletech/airflow-operator/pull/620
33
35
34
36
## [ 25.3.0] - 2025-03-21
35
37
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ commands:
5
5
- script : >-
6
6
helm install airflow-vector-aggregator vector
7
7
--namespace $NAMESPACE
8
- --version 0.39.0
8
+ --version 0.42.1
9
9
--repo https://helm.vector.dev
10
10
--values airflow-vector-aggregator-values.yaml
11
11
---
You can’t perform that action at this time.
0 commit comments