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 @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
21
21
- Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
22
22
- BREAKING: Inject the vector aggregator address into the vector config using the env var ` VECTOR_AGGREGATOR_ADDRESS ` instead
23
23
of having the operator write it to the vector config ([ #933 ] ).
24
+ - test: Bump to Vector 0.46.1 ([ #942 ] ).
24
25
25
26
### Fixed
26
27
@@ -36,6 +37,7 @@ All notable changes to this project will be documented in this file.
36
37
[ #934 ] : https://github.com/stackabletech/zookeeper-operator/pull/934
37
38
[ #938 ] : https://github.com/stackabletech/zookeeper-operator/pull/938
38
39
[ #940 ] : https://github.com/stackabletech/zookeeper-operator/pull/940
40
+ [ #942 ] : https://github.com/stackabletech/zookeeper-operator/pull/942
39
41
40
42
## [ 25.3.0] - 2025-03-21
41
43
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ commands:
5
5
- script : >-
6
6
helm install zookeeper-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 zookeeper-vector-aggregator-values.yaml
11
11
---
You can’t perform that action at this time.
0 commit comments