Skip to content

Commit 0d86789

Browse files
Add prepared logs to the logging test (#598)
* Add prepared logs to the logging test * Update operator-rs * Update stackable-operator to version 0.69.3 * Update changelog
1 parent 8d7af12 commit 0d86789

10 files changed

+155
-141
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ All notable changes to this project will be documented in this file.
1313
- BREAKING: Change the username which triggers graceful shutdown from `admin` to `graceful-shutdown-user` for more expressiveness (e.g. in the Trino policies).
1414
This is a breaking change because users need to ensure that the user `graceful-shutdown-user` has the required permissions to initiate a graceful shutdown ([#573]).
1515

16+
### Fixed
17+
18+
- Processing of corrupted log events fixed; If errors occur, the error
19+
messages are added to the log event ([#598]).
20+
1621
[#559]: https://github.com/stackabletech/trino-operator/pull/559
1722
[#573]: https://github.com/stackabletech/trino-operator/pull/573
23+
[#598]: https://github.com/stackabletech/trino-operator/pull/598
1824

1925
## [24.3.0] - 2024-03-20
2026

Cargo.lock

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

0 commit comments

Comments
 (0)