Skip to content

Commit b589034

Browse files
feat: Inject vector aggregator address as env into vector config (#665)
* wip: Inject the vector aggregator address into the vector config using an env var * add changelog entry * add watch for referenced cms * rename store * chore: Use borrows --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
1 parent 42368dd commit b589034

File tree

9 files changed

+597
-322
lines changed

9 files changed

+597
-322
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ All notable changes to this project will be documented in this file.
1010
- BREAKING: The file log directory was set by `HDFS_OPERATOR_LOG_DIRECTORY`, and is now set by `ROLLING_LOGS`
1111
(or via `--rolling-logs <DIRECTORY>`).
1212
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
13+
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
14+
of having the operator write it to the vector config ([#671]).
1315

1416
### Fixed
1517

1618
- Use `json` file extension for log files ([#667]).
19+
- Fix a bug where changes to ConfigMaps that are referenced in the HdfsCluster spec didn't trigger a reconciliation ([#671]).
1720

1821
[#661]: https://github.com/stackabletech/hdfs-operator/pull/661
22+
[#671]: https://github.com/stackabletech/hdfs-operator/pull/671
1923
[#667]: https://github.com/stackabletech/hdfs-operator/pull/667
2024

2125
## [25.3.0] - 2025-03-21

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)