Skip to content

Commit aa9def4

Browse files
authored
test: Bump vector to 0.46.1 (#721)
* test: Bump vector to 0.46.1 * chore: Update changelog
1 parent 4c306b1 commit aa9def4

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
@@ -34,6 +34,7 @@ All notable changes to this project will be documented in this file.
3434
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
3535
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
3636
of having the operator write it to the vector config ([#707]).
37+
- test: Bump to Vector 0.46.1 ([#721]).
3738

3839
### Fixed
3940

@@ -45,6 +46,7 @@ All notable changes to this project will be documented in this file.
4546
[#710]: https://github.com/stackabletech/opa-operator/pull/710
4647
[#712]: https://github.com/stackabletech/opa-operator/pull/712
4748
[#715]: https://github.com/stackabletech/opa-operator/pull/715
49+
[#721]: https://github.com/stackabletech/opa-operator/pull/721
4850

4951
## [25.3.0] - 2025-03-21
5052

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

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

0 commit comments

Comments
 (0)