Skip to content

Commit 9b42c44

Browse files
committed
chore: Merge remote-tracking branch 'origin/main' into fix/reconcile-on-configmap
2 parents 1d5672a + fcb4158 commit 9b42c44

File tree

11 files changed

+4105
-1257
lines changed

11 files changed

+4105
-1257
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@ All notable changes to this project will be documented in this file.
88

99
- Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` ([#671]).
1010

11+
### Changed
12+
13+
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#661]).
14+
- BREAKING: The file log directory was set by `HDFS_OPERATOR_LOG_DIRECTORY`, and is now set by `ROLLING_LOGS`
15+
(or via `--rolling-logs <DIRECTORY>`).
16+
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
17+
1118
### Fixed
1219

1320
- Fix a bug where changes to ConfigMaps that are referenced in the HdfsCluster spec didn't trigger a reconciliation ([#671]).
1421

22+
[#661]: https://github.com/stackabletech/hdfs-operator/pull/661
1523
[#671]: https://github.com/stackabletech/hdfs-operator/pull/671
1624

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

0 commit comments

Comments
 (0)