You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,26 @@ All notable changes to this project will be documented in this file.
10
10
11
11
### Changed
12
12
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]).
13
17
- Bump `stackable-operator` from `0.64.0` to `0.70.0` ([#480]).
14
18
- Bump `product-config` from `0.6.0` to `0.7.0` ([#480]).
19
+
- Bump other dependencies ([#483]).
15
20
16
21
### Fixed
17
22
18
23
-[BREAKING] Move the metastore `user` and `password` DB credentials out of the CRD into a Secret containing the keys `username` and `password` ([#452]).
19
24
- Processing of corrupted log events fixed; If errors occur, the error
20
25
messages are added to the log event ([#472]).
21
26
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
0 commit comments