Skip to content

Commit e1bb6a8

Browse files
authored
test: Bump vector to 0.46.1 (#599)
* test: Bump vector to 0.46.1 * chore: Update changelog * test: Revert accidental local changes
1 parent 3ef2909 commit e1bb6a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
2121
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
2222
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
2323
of having the operator write it to the vector config ([#589]).
24+
- test: Bump to Vector `0.46.1` ([#599]).
2425

2526
### Fixed
2627

@@ -32,6 +33,7 @@ All notable changes to this project will be documented in this file.
3233
[#591]: https://github.com/stackabletech/hive-operator/pull/591
3334
[#592]: https://github.com/stackabletech/hive-operator/pull/592
3435
[#596]: https://github.com/stackabletech/hive-operator/pull/596
36+
[#599]: https://github.com/stackabletech/hive-operator/pull/599
3537

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

tests/templates/kuttl/logging/01-install-hbase-vector-aggregator.yaml

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

0 commit comments

Comments
 (0)