Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
- BREAKING: The file log directory was set by `COMMONS_OPERATOR_LOG_DIRECTORY`, and is now set
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
- Version CRDs and bump dependencies ([#353]).

### Fixed

Expand All @@ -28,6 +29,7 @@ All notable changes to this project will be documented in this file.
[#343]: https://github.com/stackabletech/commons-operator/pull/343
[#344]: https://github.com/stackabletech/commons-operator/pull/344
[#349]: https://github.com/stackabletech/commons-operator/pull/349
[#353]: https://github.com/stackabletech/commons-operator/pull/353

## [25.3.0] - 2025-03-21

Expand Down
Loading