Skip to content

Commit 23820e1

Browse files
committed
chore: Update changelogs
1 parent ae38a7f commit 23820e1

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

crates/stackable-operator/CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Changed
8+
9+
- BREAKING: Update and align telemetry related CLI arguments of `ProductOperatorRun`, see detailed
10+
changelog [here](../stackable-telemetry/CHANGELOG.md) ([#1009]).
11+
12+
[#1009]: https://github.com/stackabletech/operator-rs/pull/1009
13+
714
## [0.91.1] - 2025-04-09
815

916
### Added

crates/stackable-telemetry/CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Changed
8+
9+
- BREAKING: Update and align telemetry related CLI arguments in `TelemetryOptions` ([#1009]).
10+
- `--console-log-disabled` instead of `--no-console-output`.
11+
- `--file-log-directory` instead of `--rolling-logs`.
12+
- `--file-log-rotation-period` instead of `--rolling-logs-period`.
13+
- `--otel-log-exporter-enabled` instead of `--otlp-logs`.
14+
- `--otel-trace-exporter-enabled` instead of `--otlp-traces`.
15+
- BREAKING: Update and align telemetry related environment variables ([#1009]).
16+
- `CONSOLE_LOG_LEVEL` instead of `CONSOLE_LOG`.
17+
- `FILE_LOG_LEVEL` instead of `FILE_LOG`.
18+
- `OTEL_LOG_EXPORTER_LEVEL` instead of `OTLP_LOG`.
19+
- `OTEL_TRACE_EXPORTER_LEVEL` instead of `OTLP_TRACE`.
20+
21+
[#1009]: https://github.com/stackabletech/operator-rs/pull/1009
22+
723
## [0.5.0] - 2025-04-08
824

925
### Added

0 commit comments

Comments
 (0)