Skip to content

Commit 543937b

Browse files
authored
test: Bump vector to 0.46.1 (#743)
* test: Bump vector to 0.46.1 * chore: Update changelog
1 parent bfc0d30 commit 543937b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.
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 ([#734]).
2424
- test: Bump HDFS to `3.4.1` ([#741]).
25+
- test: Bump to Vector `0.46.1` ([#743]).
2526

2627
### Fixed
2728

@@ -34,6 +35,7 @@ All notable changes to this project will be documented in this file.
3435
[#735]: https://github.com/stackabletech/trino-operator/pull/735
3536
[#739]: https://github.com/stackabletech/trino-operator/pull/739
3637
[#741]: https://github.com/stackabletech/trino-operator/pull/741
38+
[#743]: https://github.com/stackabletech/trino-operator/pull/743
3739

3840
## [25.3.0] - 2025-03-21
3941

tests/templates/kuttl/logging/01-install-trino-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 trino-vector-aggregator vector
77
--namespace $NAMESPACE
8-
--version 0.39.0
8+
--version 0.42.1
99
--repo https://helm.vector.dev
1010
--values trino-vector-aggregator-values.yaml
1111
---

0 commit comments

Comments
 (0)