Skip to content

Commit 6a19931

Browse files
committed
Release version 2.11.4
1 parent 20f0f40 commit 6a19931

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ 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.4 (2020-06-18)
11+
12+
Version 2.11.4 fixes a crash during a heartbeat timeout with clients not yet signed. It also resolves
13+
an issue with endpoints not reconnecting after a reload/deploy, which caused a lot of UNKNOWN states.
14+
15+
### Bugfixes
16+
17+
* Cluster
18+
* Fix segfault during heartbeat timeout with clients not yet signed #7997
19+
* Fix endpoints not reconnecting after reload (UNKNOWN hosts/services after reload) #8043
20+
* Setup
21+
* Fix exception on trusted cert not readable during node setup #8044
22+
* prepare-dirs: Only set permissions during directory creation #8046
23+
* DSL
24+
* Fix segfault on missing compare function in Array functions (sort, map, reduce, filter, any, all) #8054
25+
1026
## 2.11.3 (2020-03-02)
1127

1228
The 2.11.3 release fixes a critical crash in our JSON-RPC connections. This mainly affects large HA

VERSION

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

0 commit comments

Comments
 (0)