mirror of https://github.com/Icinga/icinga2.git
Merge pull request #9829 from Icinga/probot/sync-changelog/master/cc104f8208351785aba6ee031d92c978d4f5c966
CHANGELOG.md: add v2.13.8
This commit is contained in:
commit
0d5802937b
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -199,6 +199,30 @@ Add `linux_netdev` check command. #9045
|
|||
* Several code quality improvements. #8815 #9106 #9250
|
||||
#9508 #9517 #9537 #9594 #9605 #9606 #9641 #9658 #9702 #9717 #9738
|
||||
|
||||
## 2.13.8 (2023-07-12)
|
||||
|
||||
Version 2.13.8 is a maintenance release that fixes some bugs,
|
||||
especially Icinga DB crashes, and updates several bundled libraries.
|
||||
|
||||
### Bugfixes
|
||||
|
||||
* Icinga DB feature: normalize several Redis data not to crash the Go daemon. #9814
|
||||
* Don't hang in timed out connection attempt. #9815
|
||||
* Trigger flexible downtimes not in the past if checkable is already down. #9817
|
||||
* ElasticsearchWriter: fix data buffer flush race condition during stop. #9818
|
||||
* SELinux: allow Icinga and its plugins to write to syslog. #9819
|
||||
* Fix lost acknowledgements after re-connect. #9820
|
||||
* Fix parsing of perfdata across multiple lines in plugin output. #9821
|
||||
* cluster-zone check: don't complain about not connected
|
||||
other local zone members if there aren't any. #9822
|
||||
|
||||
### Updates
|
||||
|
||||
* Update Boost shipped on Windows to v1.82. #9816
|
||||
* Update OpenSSL shipped on Windows to v3.0.9. #9816
|
||||
* Update vendored https://github.com/nlohmann/json to v3.9.1. #9816
|
||||
* Update vendored https://github.com/nemtrif/utfcpp to v3.2.3. #9816
|
||||
|
||||
## 2.13.7 (2023-02-16)
|
||||
|
||||
This security release updates Boost and OpenSSL libraries bundled on Windows
|
||||
|
|
Loading…
Reference in New Issue