Skip to content

Commit ad953ca

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix/reconcile-on-configmap
2 parents 5bfb3cd + 5ee3ad4 commit ad953ca

File tree

7 files changed

+5521
-3860
lines changed

7 files changed

+5521
-3860
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
### Added
7+
### Changed
88

9-
- Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` ([#589]).
9+
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#585]).
10+
- BREAKING: The file log directory was set by `HIVE_OPERATOR_LOG_DIRECTORY`, and is now set by `ROLLING_LOGS`
11+
(or via `--rolling-logs <DIRECTORY>`).
12+
- 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 ([#589]).
1015

1116
### Fixed
1217

1318
- Fix a bug where changes to ConfigMaps that are referenced in the HiveCluster spec didn't trigger a reconciliation ([#589]).
1419

20+
[#585]: https://github.com/stackabletech/hive-operator/pull/585
1521
[#589]: https://github.com/stackabletech/hdfs-operator/pull/589
1622

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

0 commit comments

Comments
 (0)