Skip to content

Commit aca49f8

Browse files
authored
test: Bump vector to 0.46.1 (#565)
* test: Bump vector to 0.46.1 * chore: Update changelog
1 parent 4aa09be commit aca49f8

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
@@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file.
2424
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
2525
of having the operator write it to the vector config ([#551]).
2626
- Document that Spark Connect doesn't integrate with the history server ([#559])
27+
- test: Bump to Vector `0.46.1` ([#565]).
2728

2829
### Fixed
2930

@@ -37,6 +38,7 @@ All notable changes to this project will be documented in this file.
3738
[#559]: https://github.com/stackabletech/spark-k8s-operator/pull/559
3839
[#560]: https://github.com/stackabletech/spark-k8s-operator/pull/560
3940
[#562]: https://github.com/stackabletech/spark-k8s-operator/pull/562
41+
[#565]: https://github.com/stackabletech/spark-k8s-operator/pull/565
4042

4143
## [25.3.0] - 2025-03-21
4244

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

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

0 commit comments

Comments
 (0)