Skip to content

Commit

Permalink
chore: bump other dependencies (#483)
Browse files Browse the repository at this point in the history
* chore: bump tokio

* chore: update changelog

* chore: format changelog

* chore: format changelog entry

Co-authored-by: Techassi <[email protected]>

---------

Co-authored-by: Techassi <[email protected]>
  • Loading branch information
NickLarsenNZ and Techassi authored Jul 12, 2024
1 parent 544abce commit cf42680
Show file tree
Hide file tree
Showing 4 changed files with 324 additions and 320 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,26 @@ All notable changes to this project will be documented in this file.

### Changed

- BREAKING: Switch to new image that only contains HMS.
For most of the users this is an internal change, but this is breaking for users of custom logging configurations as
the key `hive-log4j2.properties` in the ConfigMap containing the logging configuration must now be called
`metastore-log4j2.properties` ([#447]).
- Bump `stackable-operator` from `0.64.0` to `0.70.0` ([#480]).
- Bump `product-config` from `0.6.0` to `0.7.0` ([#480]).
- Bump other dependencies ([#483]).

### Fixed

- [BREAKING] Move the metastore `user` and `password` DB credentials out of the CRD into a Secret containing the keys `username` and `password` ([#452]).
- Processing of corrupted log events fixed; If errors occur, the error
messages are added to the log event ([#472]).

### Changed

- BREAKING: Switch to new image that only contains HMS.
For most of the users this is an internal change, but this is breaking for users of custom logging configurations as
the key `hive-log4j2.properties` in the ConfigMap containing the logging configuration must now be called
`metastore-log4j2.properties` ([#447]).

[#447]: https://github.com/stackabletech/hive-operator/pull/447
[#449]: https://github.com/stackabletech/hive-operator/pull/449
[#452]: https://github.com/stackabletech/hive-operator/pull/452
[#472]: https://github.com/stackabletech/hive-operator/pull/472
[#480]: https://github.com/stackabletech/hive-operator/pull/480
[#483]: https://github.com/stackabletech/hive-operator/pull/483

## [24.3.0] - 2024-03-20

Expand Down
Loading

0 comments on commit cf42680

Please sign in to comment.