Skip to content

Commit fbc2fe3

Browse files
feat!: Use stackable-telemetry (#703)
* chore: Replace print_startup_string with structured event * feat!: Replace log initialization with stackable-telemetry BREAKING: The log directory variable for the rolling file appender has changed * chore(user-info-fetcher): Emit startup event * chore(bundle-builder): Emit startup event * fix: Set correct env var (ROLLING_LOGS_DIR) for bundle-builder pod * chore: Update changelog * chore: Correct changelog entry * Apply suggestion Co-authored-by: Techassi <git@techassi.dev> --------- Co-authored-by: Techassi <git@techassi.dev>
1 parent 7379ff4 commit fbc2fe3

File tree

14 files changed

+2486
-516
lines changed

14 files changed

+2486
-516
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- Log the startup event for bundle-builder and user-info-fetcher ([#703]).
10+
11+
### Changed
12+
13+
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#703]).
14+
- BREAKING: operator-binary: The file log directory was set by `OPA_OPERATOR_LOG_DIRECTORY`,
15+
and is now set by `ROLLING_LOGS` (or via `--rolling-logs <DIRECTORY>`).
16+
- BREAKING: bundle-builder: The file log directory was set by `OPA_BUNDLE_BUILDER_LOG_DIRECTORY`,
17+
and is now set by `ROLLING_LOGS` (or via `--rolling-logs <DIRECTORY>`).
18+
- BREAKING: user-info-fetcher: The file log directory was set by `OPA_OPERATOR_LOG_DIRECTORY`,
19+
and is now set by `ROLLING_LOGS` (or via `--rolling-logs <DIRECTORY>`).
20+
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
21+
22+
[#703]: https://github.com/stackabletech/opa-operator/pull/703
23+
724
## [25.3.0] - 2025-03-21
825

926
### Added

0 commit comments

Comments
 (0)