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-disabledinstead of--no-console-output.--file-log-directoryinstead of--rolling-logs.--file-log-rotation-periodinstead of--rolling-logs-period.--otel-log-exporter-enabledinstead of--otlp-logs.--otel-trace-exporter-enabledinstead of--otlp-traces.CONSOLE_LOG_LEVELinstead ofCONSOLE_LOG.FILE_LOG_LEVELinstead ofFILE_LOG.OTEL_LOG_EXPORTER_LEVELinstead ofOTLP_LOG.OTEL_TRACE_EXPORTER_LEVELinstead ofOTLP_TRACE.file_log_max_files(#1010).--file-log-max-filesCLI argument (env:FILE_LOG_MAX_FILES).FileLogSettingsBuilder::with_max_log_fileswhich took ausizewas renamed toFileLogSettingsBuilder::with_max_filesand now takes animpl Into<Option<usize>>for improved builder ergonomics.