From c2be90a1c9c7f18399725257c8fc10b89ea67828 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Fri, 22 Dec 2023 11:45:04 +0000 Subject: [PATCH] CHANGELOG.md: add v2.13.9 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 855410e0b..656daeb43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -199,6 +199,26 @@ Add `linux_netdev` check command. #9045 * Several code quality improvements. #8815 #9106 #9250 #9508 #9517 #9537 #9594 #9605 #9606 #9641 #9658 #9702 #9717 #9738 +## 2.13.9 (2023-12-21) + +Version 2.13.9 is a hotfix release for masters and satellites that mainly +prevents permanent disintegration of a whole cluster due to root CA expiry. + +### Security + +* Automatically renew own root CA and distribute it to all nodes. #9934 +* Update OpenSSL shipped on Windows to v3.0.12. #9945 +* Disable TLS renegotiation (handshake on existing connection). #9945 + +### Bugfixes + +* Icinga DB feature: fix crash due to missing NULL pointer check. #9945 +* Icinga DB feature: fix data written into Redis crashing the Go daemon. #9945 + +### Updates + +* Update Boost shipped on Windows to v1.83. #9945 + ## 2.13.8 (2023-07-12) Version 2.13.8 is a maintenance release that fixes some bugs,