Skip to content

chore!: Bump stackable-operator to 0.92.0 #714

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 23, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- Adds new telemetry CLI arguments and environment variables ([#714]).
- 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

- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#703], [#710]).
- The console log level was set by `DRUID_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
- The file log level was set by `DRUID_OPERATOR_LOG`, and is now set by `FILE_LOG`.
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#703], [#710], [#714]).
- The console log level was set by `DRUID_OPERATOR_LOG`, and is now set by `CONSOLE_LOG_LEVEL`.
- The file log level was set by `DRUID_OPERATOR_LOG`, and is now set by `FILE_LOG_LEVEL`.
- The file log directory was set by `DRUID_OPERATOR_LOG_DIRECTORY`, and is now set
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
of having the operator write it to the vector config ([#704]).
Expand All @@ -24,6 +31,7 @@ All notable changes to this project will be documented in this file.
[#704]: https://github.com./stackabletech/druid-operator/pull/704
[#709]: https://github.com./stackabletech/druid-operator/pull/709
[#710]: https://github.com./stackabletech/druid-operator/pull/710
[#714]: https://github.com./stackabletech/druid-operator/pull/714

## [25.3.0] - 2025-03-21

Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions Cargo.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com./stackabletech/druid-operator"

[workspace.dependencies]
product-config = { git = "https://github.com./stackabletech/product-config.git", tag = "0.7.0" }
stackable-operator = { git = "https://github.com./stackabletech/operator-rs.git", features = ["telemetry", "versioned"], tag = "stackable-operator-0.91.1" }
stackable-operator = { git = "https://github.com./stackabletech/operator-rs.git", features = ["telemetry", "versioned"], tag = "stackable-operator-0.92.0" }

anyhow = "1.0"
built = { version = "0.7", features = ["chrono", "git2"] }
Expand Down
16 changes: 8 additions & 8 deletions crate-hashes.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.