mirror of https://github.com/Icinga/icinga2.git
Merge pull request #8659 from Icinga/probot/sync-changelog/4c722b20a44dd882b549b4c29b8e28e13025ad33
CHANGELOG.md: add v2.11.4
This commit is contained in:
commit
52f82b2e89
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -227,6 +227,22 @@ Thanks to all contributors:
|
|||
* Code quality fixes
|
||||
* Small documentation fixes
|
||||
|
||||
## 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
|
||||
|
|
Loading…
Reference in New Issue