Skip to content

Commit 465d0f1

Browse files
committed
merge conflicts
2 parents 8313995 + add4a77 commit 465d0f1

File tree

8 files changed

+3658
-875
lines changed

8 files changed

+3658
-875
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"rust-analyzer.rustfmt.overrideCommand": [
33
"rustfmt",
44
"+nightly-2025-01-15",
5+
"--edition",
6+
"2024",
57
"--"
68
],
79
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@
66

77
- Added listener support for HBase ([#639]).
88

9+
### Changed
10+
11+
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#640]).
12+
- BREAKING: The file log directory was set by `HBASE_OPERATOR_LOG_DIRECTORY`, and is now set by `ROLLING_LOGS`
13+
(or via `--rolling-logs <DIRECTORY>`).
14+
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
15+
916
[#639]: https://github.com/stackabletech/hbase-operator/pull/639
17+
[#640]: https://github.com/stackabletech/hbase-operator/pull/640
1018

1119
## [25.3.0] - 2025-03-21
1220

0 commit comments

Comments
 (0)