Skip to content

chore: Release stackable-operator 0.92.0, stackable-telemetry 0.6.0 #1013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 14, 2025

Conversation

Techassi
Copy link
Member

This releases stackable-operator 0.92.0 and stackable-telemetry 0.6.0.

stackable-operator 0.92.0

Added

  • Adds new CLI arguments and environment variables (#1010, #1012).
    • Use --file-log-max-files (or FILE_LOG_MAX_FILES) to limit the number of log files kept.
    • Use --console-log-format (or CONSOLE_LOG_FORMAT) to set the format to plain (default) or json.
    • See detailed stackable-telemetry changelog.

Changed

stackable-telemetry 0.6.0

Added

  • Add support for JSON console log output (#1012).
    • A new CLI argument was added: --console-log-format. It can be set to plain (default),
      or json.

Changed

  • BREAKING: Update and align telemetry related CLI arguments in 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.
  • BREAKING: Update and align telemetry related environment variables (#1009).
    • CONSOLE_LOG_LEVEL instead of CONSOLE_LOG.
    • FILE_LOG_LEVEL instead of FILE_LOG.
    • OTEL_LOG_EXPORTER_LEVEL instead of OTLP_LOG.
    • OTEL_TRACE_EXPORTER_LEVEL instead of OTLP_TRACE.
  • BREAKING: Allow configuration of file_log_max_files (#1010).
    • Adds the --file-log-max-files CLI argument (env: FILE_LOG_MAX_FILES).
    • FileLogSettingsBuilder::with_max_log_files which took a usize was renamed to
      FileLogSettingsBuilder::with_max_files and now takes an impl Into<Option<usize>>
      for improved builder ergonomics.

@Techassi Techassi self-assigned this Apr 14, 2025
@Techassi Techassi moved this to Development: Waiting for Review in Stackable Engineering Apr 14, 2025
@Techassi Techassi requested a review from NickLarsenNZ April 14, 2025 10:35
sbernauer
sbernauer previously approved these changes Apr 14, 2025
@sbernauer sbernauer moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Apr 14, 2025
@NickLarsenNZ NickLarsenNZ added this pull request to the merge queue Apr 14, 2025
Merged via the queue into main with commit 5fdc47a Apr 14, 2025
8 checks passed
@NickLarsenNZ NickLarsenNZ deleted the chore/release-crates branch April 14, 2025 12:34
@sbernauer sbernauer moved this from Development: In Review to Development: Done in Stackable Engineering Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Development: Done
Development

Successfully merging this pull request may close these issues.

3 participants