Skip to content

Commit 13fb337

Browse files
committed
chore: Update changelog
1 parent ef965ee commit 13fb337

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ All notable changes to this project will be documented in this file.
1010

1111
### Changed
1212

13-
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#703], [#710]).
13+
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#703], [#710], [#715]).
1414
- operator-binary:
1515
- The console log level was set by `OPA_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
1616
- The file log level was set by `OPA_OPERATOR_LOG`, and is now set by `FILE_LOG`.
1717
- The file log directory was set by `OPA_OPERATOR_LOG_DIRECTORY`, and is now set
18-
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
18+
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
1919
- bundle-builder:
2020
- The console log level was set by `OPA_BUNDLE_BUILDER_LOG`, and is now set by `CONSOLE_LOG`.
2121
- The file log level was set by `OPA_BUNDLE_BUILDER_LOG`, and is now set by `FILE_LOG`.
2222
- The file log directory was set by `OPA_BUNDLE_BUILDER_LOG_DIRECTORY`, and is now set
23-
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
23+
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
2424
- user-info-fetcher:
2525
- The console log level was set by `OPA_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
2626
- The file log level was set by `OPA_OPERATOR_LOG`, and is now set by `FILE_LOG`.
2727
- The file log directory was set by `OPA_OPERATOR_LOG_DIRECTORY`, and is now set
28-
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
28+
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
2929
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
3030
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
3131
of having the operator write it to the vector config ([#707]).
@@ -38,6 +38,7 @@ All notable changes to this project will be documented in this file.
3838
[#707]: https://github.com/stackabletech/opa-operator/pull/707
3939
[#709]: https://github.com/stackabletech/opa-operator/pull/709
4040
[#710]: https://github.com/stackabletech/opa-operator/pull/710
41+
[#715]: https://github.com/stackabletech/opa-operator/pull/715
4142

4243
## [25.3.0] - 2025-03-21
4344

0 commit comments

Comments
 (0)