Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ All notable changes to this project will be documented in this file.

### Added

- Add RBAC rule to Helm template for automatic cluster domain detection ([#365]).
- Adds new telemetry CLI arguments and environment variables ([#349]).
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.

### Changed

- Bump stackable-operator to 0.94.0 ([#365]).
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#338], [#344], [#349]).
- BREAKING: The console log level was set by `COMMONS_OPERATOR_LOG`, and is now set by `CONSOLE_LOG_LEVEL`.
- BREAKING: The file log level was set by `COMMONS_OPERATOR_LOG`, and is now set by `FILE_LOG_LEVEL`.
Expand All @@ -32,6 +34,7 @@ All notable changes to this project will be documented in this file.
[#349]: https://github.com/stackabletech/commons-operator/pull/349
[#353]: https://github.com/stackabletech/commons-operator/pull/353
[#363]: https://github.com/stackabletech/commons-operator/pull/363
[#365]: https://github.com/stackabletech/commons-operator/pull/365

## [25.3.0] - 2025-03-21

Expand Down
Loading
Loading