Skip to content

Commit fa422d9

Browse files
authored
chore!: Bump stackable-operator to 0.92.0 (#591)
* chore!: Bump stackable-operator to 0.92.0 * chore: Update changelog * Apply suggestions from code review
1 parent d10a4cf commit fa422d9

File tree

5 files changed

+45
-40
lines changed

5 files changed

+45
-40
lines changed

CHANGELOG.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,24 @@ All notable changes to this project will be documented in this file.
1313
- `secrets.stackable.tech/format.tls-pem.cert-name`
1414
- `secrets.stackable.tech/format.tls-pem.key-name`
1515
- `secrets.stackable.tech/format.tls-pem.ca-name`
16+
- Adds new telemetry CLI arguments and environment variables ([#591]).
17+
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
18+
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
19+
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
1620

1721
### Changed
1822

19-
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#581], [#587]).
23+
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#581], [#587], [#591]).
2024
- operator-binary:
21-
- The console log level was set by `SECRET_PROVISIONER_LOG`, and is now set by `CONSOLE_LOG`.
22-
- The file log level was set by `SECRET_PROVISIONER_LOG`, and is now set by `FILE_LOG`.
25+
- The console log level was set by `SECRET_PROVISIONER_LOG`, and is now set by `CONSOLE_LOG_LEVEL`.
26+
- The file log level was set by `SECRET_PROVISIONER_LOG`, and is now set by `FILE_LOG_LEVEL`.
2327
- The file log directory was set by `SECRET_PROVISIONER_LOG_DIRECTORY`, and is now set
24-
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
28+
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
2529
- olm-deployer:
26-
- The console log level was set by `STKBL_SECRET_OLM_DEPLOYER_LOG`, and is now set by `CONSOLE_LOG`.
27-
- The file log level was set by `STKBL_SECRET_OLM_DEPLOYER_LOG`, and is now set by `FILE_LOG`.
30+
- The console log level was set by `STKBL_SECRET_OLM_DEPLOYER_LOG`, and is now set by `CONSOLE_LOG_LEVEL`.
31+
- The file log level was set by `STKBL_SECRET_OLM_DEPLOYER_LOG`, and is now set by `FILE_LOG_LEVEL`.
2832
- The file log directory was set by `STKBL_SECRET_OLM_DEPLOYER_LOG_DIRECTORY`, and is now set
29-
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
33+
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
3034
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
3135

3236
### Fixed
@@ -37,6 +41,7 @@ All notable changes to this project will be documented in this file.
3741
[#581]: https://github.com/stackabletech/secret-operator/pull/581
3842
[#586]: https://github.com/stackabletech/secret-operator/pull/586
3943
[#587]: https://github.com/stackabletech/secret-operator/pull/587
44+
[#591]: https://github.com/stackabletech/secret-operator/pull/591
4045

4146
## [25.3.0] - 2025-03-21
4247

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 @@ edition = "2021"
1111
repository = "https://github.com/stackabletech/secret-operator"
1212

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

1616
anyhow = "1.0"
1717
async-trait = "0.1"

crate-hashes.json

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

0 commit comments

Comments
 (0)