Merge pull request #8674 from Icinga/probot/sync-changelog/9060b05c7f69ca74d32c4fb0a5559b22985bad6e

CHANGELOG.md: add v2.12.2
This commit is contained in:
Julian Brost 2021-03-08 11:10:38 +01:00 committed by GitHub
commit 221e088be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -7,6 +7,23 @@ documentation before upgrading to a new release.
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga2/milestones?state=closed).
## 2.12.2 (2020-12-01)
Version 2.12.2 fixes several issues to improve the reliability of the cluster functionality.
### Bugfixes
* Fix a connection leak with misconfigured agents #8483
* Properly sync changes of config objects in global zones done via the API #8474 #8470
* Prevent other clients from being disconnected when replaying the cluster log takes very long #8496
* Avoid duplicate connections between endpoints #8465
* Ignore incoming config object updates for unknown zones #8461
* Check timestamps before removing files in config sync #8495
### Enhancements
* Include HTTP status codes in log #8467
## 2.12.1 (2020-10-15)
Version 2.12.1 fixes several crashes, deadlocks and excessive check latencies.