Skip to content

Commit 901ed8e

Browse files
authored
chore!: Bump stackable-operator to 0.92.0 (#613)
* chore!: Bump stackable-operator to 0.92.0 * chore: Update changelog chore: Update changelog
1 parent aa7c34b commit 901ed8e

File tree

5 files changed

+45
-37
lines changed

5 files changed

+45
-37
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22

33
## [Unreleased]
44

5+
### Added
6+
7+
- Adds new telemetry CLI arguments and environment variables ([#613]).
8+
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
9+
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
10+
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
11+
512
### Changed
613

7-
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#601], [#608]).
8-
- The console log level was set by `AIRFLOW_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
9-
- The file log level was set by `AIRFLOW_OPERATOR_LOG`, and is now set by `FILE_LOG`.
14+
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#601], [#608], [#613]).
15+
- The console log level was set by `AIRFLOW_OPERATOR_LOG`, and is now set by `CONSOLE_LOG_LEVEL`.
16+
- The file log level was set by `AIRFLOW_OPERATOR_LOG`, and is now set by `FILE_LOG_LEVEL`.
1017
- The file log directory was set by `AIRFLOW_OPERATOR_LOG_DIRECTORY`, and is now set
11-
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
18+
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
1219
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
1320
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
1421
of having the operator write it to the vector config ([#600]).
@@ -22,6 +29,7 @@
2229
[#601]: https://github.com/stackabletech/airflow-operator/pull/601
2330
[#607]: https://github.com/stackabletech/airflow-operator/pull/607
2431
[#608]: https://github.com/stackabletech/airflow-operator/pull/608
32+
[#613]: https://github.com/stackabletech/airflow-operator/pull/613
2533

2634
## [25.3.0] - 2025-03-21
2735

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/airflow-operator"
1111

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

1616
anyhow = "1.0"
1717
built = { version = "0.7", features = ["chrono", "git2"] }

crate-hashes.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)