Skip to content

Commit f3f7e57

Browse files
authored
chore!: Bump stackable-operator to 0.92.0 (#349)
* chore!: Bump stackable-operator to 0.92.0 * chore: Update changelog * Apply suggestions from code review
1 parent 63e9805 commit f3f7e57

File tree

5 files changed

+45
-37
lines changed

5 files changed

+45
-37
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ 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 ([#349]).
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-
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#338], [#344]).
10-
- BREAKING: The console log level was set by `COMMONS_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
11-
- BREAKING: The file log level was set by `COMMONS_OPERATOR_LOG`, and is now set by `FILE_LOG`.
16+
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#338], [#344], [#349]).
17+
- BREAKING: The console log level was set by `COMMONS_OPERATOR_LOG`, and is now set by `CONSOLE_LOG_LEVEL`.
18+
- BREAKING: The file log level was set by `COMMONS_OPERATOR_LOG`, and is now set by `FILE_LOG_LEVEL`.
1219
- BREAKING: The file log directory was set by `COMMONS_OPERATOR_LOG_DIRECTORY`, and is now set
13-
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
20+
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
1421
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
1522

1623
### Fixed
@@ -20,6 +27,7 @@ All notable changes to this project will be documented in this file.
2027
[#338]: https://github.com/stackabletech/commons-operator/pull/338
2128
[#343]: https://github.com/stackabletech/commons-operator/pull/343
2229
[#344]: https://github.com/stackabletech/commons-operator/pull/344
30+
[#349]: https://github.com/stackabletech/commons-operator/pull/349
2331

2432
## [25.3.0] - 2025-03-21
2533

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
repository = "https://github.com/stackabletech/commons-operator"
1111

1212
[workspace.dependencies]
13-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["telemetry"], tag = "stackable-operator-0.91.1" }
13+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["telemetry"], tag = "stackable-operator-0.92.0" }
1414

1515
anyhow = "1.0"
1616
built = { version = "0.7", features = ["chrono", "git2"] }

crate-hashes.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)