Skip to content

Commit cf42680

Browse files
chore: bump other dependencies (#483)
* chore: bump tokio * chore: update changelog * chore: format changelog * chore: format changelog entry Co-authored-by: Techassi <sascha.lautenschlaeger@stackable.tech> --------- Co-authored-by: Techassi <sascha.lautenschlaeger@stackable.tech>
1 parent 544abce commit cf42680

File tree

4 files changed

+324
-320
lines changed

4 files changed

+324
-320
lines changed

CHANGELOG.md

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

1111
### Changed
1212

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

1621
### Fixed
1722

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

22-
### Changed
23-
24-
- BREAKING: Switch to new image that only contains HMS.
25-
For most of the users this is an internal change, but this is breaking for users of custom logging configurations as
26-
the key `hive-log4j2.properties` in the ConfigMap containing the logging configuration must now be called
27-
`metastore-log4j2.properties` ([#447]).
28-
2927
[#447]: https://github.com/stackabletech/hive-operator/pull/447
3028
[#449]: https://github.com/stackabletech/hive-operator/pull/449
3129
[#452]: https://github.com/stackabletech/hive-operator/pull/452
3230
[#472]: https://github.com/stackabletech/hive-operator/pull/472
3331
[#480]: https://github.com/stackabletech/hive-operator/pull/480
32+
[#483]: https://github.com/stackabletech/hive-operator/pull/483
3433

3534
## [24.3.0] - 2024-03-20
3635

0 commit comments

Comments
 (0)