Skip to content

Commit 72102e7

Browse files
authored
chore!: Bump stackable-operator to 0.92.0 (#299)
* chore!: Bump stackable-operator to 0.92.0 * chore: Update changelog * chore: make regenerate-nix * Apply suggestions from code review
1 parent 1e964d7 commit 72102e7

File tree

9 files changed

+373
-278
lines changed

9 files changed

+373
-278
lines changed

CHANGELOG.md

+17-7
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,30 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- Adds new telemetry CLI arguments and environment variables ([#299]).
10+
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
11+
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
12+
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
13+
714
### Changed
815

9-
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#291]).
16+
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#291], [#299]).
1017
- operator-binary
11-
- The file log directory was set by `LISTENER_OPERATOR_LOG_DIRECTORY`, and is now set by
12-
`ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
13-
- The console log level was set by `LISTENER_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
18+
- The console log level was set by `LISTENER_OPERATOR_LOG`, and is now set by `CONSOLE_LOG_LEVEL`.
19+
- The file log level was set by `LISTENER_OPERATOR_LOG`, and is now set by `FILE_LOG_LEVEL`.
20+
- The file log directory was set by `LISTENER_OPERATOR_LOG_DIRECTORY`, and is now set
21+
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
1422
- olm-deployer
15-
- The file log directory was set by `STKBL_LISTENER_OLM_DEPLOYER_LOG_DIRECTORY`, and is now set by
16-
`ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
17-
- The console log level was set by `STKBL_LISTENER_OLM_DEPLOYER_LOG`, and is now set by `CONSOLE_LOG`.
23+
- The console log level was set by `STKBL_LISTENER_OLM_DEPLOYER_LOG`, and is now set by `CONSOLE_LOG_LEVEL`.
24+
- The file log level was set by `STKBL_LISTENER_OLM_DEPLOYER_LOG`, and is now set by `FILE_LOG_LEVEL`.
25+
- The file log directory was set by `STKBL_LISTENER_OLM_DEPLOYER_LOG_DIRECTORY`, and is now set
26+
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
1827
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
1928

2029
[#291]: https://github.com/stackabletech/listener-operator/pull/291
30+
[#299]: https://github.com/stackabletech/listener-operator/pull/299
2131

2232
## [25.3.0] - 2025-03-21
2333

Cargo.lock

+53-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)