chore: Release stackable-operator 0.92.0, stackable-telemetry 0.6.0 #1013
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This releases stackable-operator 0.92.0 and stackable-telemetry 0.6.0.
stackable-operator 0.92.0
Added
--file-log-max-files
(orFILE_LOG_MAX_FILES
) to limit the number of log files kept.--console-log-format
(orCONSOLE_LOG_FORMAT
) to set the format toplain
(default) orjson
.Changed
ProductOperatorRun
, see detailedchangelog stackable-telemetry changelog (#1009).
stackable-telemetry 0.6.0
Added
--console-log-format
. It can be set toplain
(default),or
json
.Changed
TelemetryOptions
(#1009).--console-log-disabled
instead of--no-console-output
.--file-log-directory
instead of--rolling-logs
.--file-log-rotation-period
instead of--rolling-logs-period
.--otel-log-exporter-enabled
instead of--otlp-logs
.--otel-trace-exporter-enabled
instead of--otlp-traces
.CONSOLE_LOG_LEVEL
instead ofCONSOLE_LOG
.FILE_LOG_LEVEL
instead ofFILE_LOG
.OTEL_LOG_EXPORTER_LEVEL
instead ofOTLP_LOG
.OTEL_TRACE_EXPORTER_LEVEL
instead ofOTLP_TRACE
.file_log_max_files
(#1010).--file-log-max-files
CLI argument (env:FILE_LOG_MAX_FILES
).FileLogSettingsBuilder::with_max_log_files
which took ausize
was renamed toFileLogSettingsBuilder::with_max_files
and now takes animpl Into<Option<usize>>
for improved builder ergonomics.