Skip to content

Commit

Permalink
Release version 2.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-X committed Jun 18, 2020
1 parent 20f0f40 commit 6a19931
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ 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.4 (2020-06-18)

Version 2.11.4 fixes a crash during a heartbeat timeout with clients not yet signed. It also resolves
an issue with endpoints not reconnecting after a reload/deploy, which caused a lot of UNKNOWN states.

### Bugfixes

* Cluster
* Fix segfault during heartbeat timeout with clients not yet signed #7997
* Fix endpoints not reconnecting after reload (UNKNOWN hosts/services after reload) #8043
* Setup
* Fix exception on trusted cert not readable during node setup #8044
* prepare-dirs: Only set permissions during directory creation #8046
* DSL
* Fix segfault on missing compare function in Array functions (sort, map, reduce, filter, any, all) #8054

## 2.11.3 (2020-03-02)

The 2.11.3 release fixes a critical crash in our JSON-RPC connections. This mainly affects large HA
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Version: 2.11.3
Version: 2.11.4
Revision: 1

0 comments on commit 6a19931

Please sign in to comment.