Skip to content

Commit f247b7a

Browse files
authored
test: Bump vector to 0.46.1 (#789)
* test: Bump vector to 0.46.1 * chore: Update changelog
1 parent f01671e commit f247b7a

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
@@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.
2222
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
2323
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
2424
of having the operator write it to the vector config ([#772]).
25+
- test: Bump to Vector `0.46.1` ([#789]).
2526

2627
### Fixed
2728

@@ -39,6 +40,7 @@ All notable changes to this project will be documented in this file.
3940
[#776]: https://github.com/stackabletech/nifi-operator/pull/776
4041
[#782]: https://github.com/stackabletech/nifi-operator/pull/782
4142
[#787]: https://github.com/stackabletech/nifi-operator/pull/787
43+
[#789]: https://github.com/stackabletech/nifi-operator/pull/789
4244

4345
## [25.3.0] - 2025-03-21
4446

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

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

0 commit comments

Comments
 (0)