From 08e829a4cb924e023e8aa104773d48a0e0b15f41 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Mon, 3 Jul 2023 10:34:06 +0200 Subject: [PATCH] Icinga DB feature: normalize several Redis data not to crash the Go daemon. #9772 #9775 #9792 #9793 #9794 #9805 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65bbc9478b5..11015b2adc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,7 +95,8 @@ On the other hand MSIs are now 75% smaller than before. ### Bugfixes -* Icinga DB feature: normalize several Redis data not to crash the Go daemon. #9772 #9775 +* Icinga DB feature: normalize several Redis data not to crash the Go daemon. + #9772 #9775 #9792 #9793 #9794 #9805 * Fix parsing of perfdata across multiple lines in plugin output. #8969 * icinga check: fix last reload failure time. #8428 * Resolve macros inside custom vars of IcingaApplication. #9779