Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
of having the operator write it to the vector config ([#933]).
- test: Bump to Vector 0.46.1 ([#942]).

### Fixed

Expand All @@ -36,6 +37,7 @@ All notable changes to this project will be documented in this file.
[#934]: https://github.com/stackabletech/zookeeper-operator/pull/934
[#938]: https://github.com/stackabletech/zookeeper-operator/pull/938
[#940]: https://github.com/stackabletech/zookeeper-operator/pull/940
[#942]: https://github.com/stackabletech/zookeeper-operator/pull/942

## [25.3.0] - 2025-03-21

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
- script: >-
helm install zookeeper-vector-aggregator vector
--namespace $NAMESPACE
--version 0.39.0
--version 0.42.1
--repo https://helm.vector.dev
--values zookeeper-vector-aggregator-values.yaml
---
Expand Down