Skip to content

Commit 47829bc

Browse files
authored
chore!: Bump stackable-operator to 0.92.0 (#560)
* chore!: Bump stackable-operator to 0.92.0 * chore: Update changelog
1 parent ab4cf70 commit 47829bc

File tree

5 files changed

+43
-38
lines changed

5 files changed

+43
-38
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- Experimental support for Spark Connect ([#539]).
10+
- Adds new telemetry CLI arguments and environment variables ([#560]).
11+
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
12+
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
13+
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
1014

1115
### Changed
1216

13-
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#547], [#554]).
14-
- The console log level was set by `SPARK_K8S_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
15-
- The file log level was set by `SPARK_K8S_OPERATOR_LOG`, and is now set by `FILE_LOG`.
17+
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#547], [#554], [#560]).
18+
- The console log level was set by `SPARK_K8S_OPERATOR_LOG`, and is now set by `CONSOLE_LOG_LEVEL`.
19+
- The file log level was set by `SPARK_K8S_OPERATOR_LOG`, and is now set by `FILE_LOG_LEVEL`.
1620
- The file log directory was set by `SPARK_K8S_OPERATOR_LOG_DIRECTORY`, and is now set
17-
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
21+
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
1822
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
1923
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
2024
of having the operator write it to the vector config ([#551]).
@@ -30,6 +34,7 @@ All notable changes to this project will be documented in this file.
3034
[#553]: https://github.com/stackabletech/spark-k8s-operator/pull/553
3135
[#554]: https://github.com/stackabletech/spark-k8s-operator/pull/554
3236
[#559]: https://github.com/stackabletech/spark-k8s-operator/pull/559
37+
[#560]: https://github.com/stackabletech/spark-k8s-operator/pull/560
3338

3439
## [25.3.0] - 2025-03-21
3540

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/spark-k8s-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

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)