Skip to content

Commit d12bffe

Browse files
authored
Merge pull request #8148 from Icinga/feature/2.11.5
Icinga 2.11.5
2 parents a5370f7 + 8f3ffe8 commit d12bffe

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Alexander A. Klimov <[email protected]> Alexander Aleksandrovič Klimov <[email protected]>
12
23
34
@@ -40,4 +41,5 @@ Robin O'Brien <[email protected]> <[email protected]>
4041
4142
Jens Schanz <[email protected]> Schanz, Jens <[email protected]>
4243
Henrik Triem <[email protected]> Henrik Triem <[email protected]>
44+
4345

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ Winfried Angele <[email protected]>
226226
Wolfgang Nieder <[email protected]>
227227
Yannick Charton <[email protected]>
228228
Yohan Jarosz <[email protected]>
229+
Yonas Habteab <[email protected]>
229230
Zachary McGibbon <[email protected]>
230231
Zoltan Nagy <[email protected]>
231232

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ documentation before upgrading to a new release.
77

88
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga2/milestones?state=closed).
99

10+
## 2.11.5 (2020-08-05)
11+
12+
Version 2.11.5 fixes file system race conditions
13+
in the config update process occurring in large HA environments
14+
and improves the cluster connection liveness mechanisms.
15+
16+
### Bugfixes
17+
18+
* Make the config update process mutually exclusive (Prevents file system race conditions) #8093
19+
* Consider a JsonRpcConnection alive on a single byte of TLS payload, not only on a whole message #8094
20+
* Send JsonRpcConnection heartbeat every 20s instead of 10s #8103
21+
* Use JsonRpcConnection heartbeat only to update connection liveness (m\_Seen) #8097
22+
1023
## 2.11.4 (2020-06-18)
1124

1225
Version 2.11.4 fixes a crash during a heartbeat timeout with clients not yet signed. It also resolves

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Version: 2.11.4
1+
Version: 2.11.5
22
Revision: 1

0 commit comments

Comments
 (0)