From 8f3ffe80254eb4c733241921f5499cebae0971e2 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Mon, 3 Aug 2020 13:04:54 +0200 Subject: [PATCH] Icinga 2.11.5 --- .mailmap | 2 ++ AUTHORS | 1 + CHANGELOG.md | 13 +++++++++++++ VERSION | 2 +- 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index e37a5aca9..886f692da 100644 --- a/.mailmap +++ b/.mailmap @@ -1,3 +1,4 @@ +Alexander A. Klimov Alexander Aleksandrovič Klimov @@ -40,4 +41,5 @@ Robin O'Brien Jens Schanz Jens Schanz Schanz, Jens Henrik Triem Henrik Triem <43344334+htriem@users.noreply.github.com> +Henrik Triem nemtrif diff --git a/AUTHORS b/AUTHORS index 0d29a0bb2..025c0eefb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -226,6 +226,7 @@ Winfried Angele Wolfgang Nieder Yannick Charton Yohan Jarosz +Yonas Habteab Zachary McGibbon Zoltan Nagy akrus diff --git a/CHANGELOG.md b/CHANGELOG.md index ae67121f2..f36acac56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ documentation before upgrading to a new release. Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga2/milestones?state=closed). +## 2.11.5 (2020-08-05) + +Version 2.11.5 fixes file system race conditions +in the config update process occurring in large HA environments +and improves the cluster connection liveness mechanisms. + +### Bugfixes + +* Make the config update process mutually exclusive (Prevents file system race conditions) #8093 +* Consider a JsonRpcConnection alive on a single byte of TLS payload, not only on a whole message #8094 +* Send JsonRpcConnection heartbeat every 20s instead of 10s #8103 +* Use JsonRpcConnection heartbeat only to update connection liveness (m\_Seen) #8097 + ## 2.11.4 (2020-06-18) Version 2.11.4 fixes a crash during a heartbeat timeout with clients not yet signed. It also resolves diff --git a/VERSION b/VERSION index f701759e9..a16758391 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -Version: 2.11.4 +Version: 2.11.5 Revision: 1