Skip to content

test: Bump vector to 0.46.1 #628

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 6, 2025
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 @@ -19,6 +19,7 @@
- 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 ([#609]).
- test: Bump to Vector `0.46.1` ([#628]).

### Fixed

Expand All @@ -30,6 +31,7 @@
[#615]: https://github.com/stackabletech/superset-operator/pull/615
[#617]: https://github.com/stackabletech/superset-operator/pull/617
[#623]: https://github.com/stackabletech/superset-operator/pull/623
[#628]: https://github.com/stackabletech/superset-operator/pull/628

## [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 superset-vector-aggregator vector
--namespace $NAMESPACE
--version 0.39.0
--version 0.42.1
--repo https://helm.vector.dev
--values superset-vector-aggregator-values.yaml
---
Expand Down