File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,30 @@ documentation before upgrading to a new release.
77
88Released closed milestones can be found on [ GitHub] ( https://github.com/Icinga/icinga2/milestones?state=closed ) .
99
10+ ## 2.13.8 (2023-07-12)
11+
12+ Version 2.13.8 is a maintenance release that fixes some bugs,
13+ especially Icinga DB crashes, and updates several bundled libraries.
14+
15+ ### Bugfixes
16+
17+ * Icinga DB feature: normalize several Redis data not to crash the Go daemon. #9814
18+ * Don't hang in timed out connection attempt. #9815
19+ * Trigger flexible downtimes not in the past if checkable is already down. #9817
20+ * ElasticsearchWriter: fix data buffer flush race condition during stop. #9818
21+ * SELinux: allow Icinga and its plugins to write to syslog. #9819
22+ * Fix lost acknowledgements after re-connect. #9820
23+ * Fix parsing of perfdata across multiple lines in plugin output. #9821
24+ * cluster-zone check: don't complain about not connected
25+ other local zone members if there aren't any. #9822
26+
27+ ### Updates
28+
29+ * Update Boost shipped on Windows to v1.82. #9816
30+ * Update OpenSSL shipped on Windows to v3.0.9. #9816
31+ * Update vendored https://github.com/nlohmann/json to v3.9.1. #9816
32+ * Update vendored https://github.com/nemtrif/utfcpp to v3.2.3. #9816
33+
1034## 2.13.7 (2023-02-16)
1135
1236This security release updates Boost and OpenSSL libraries bundled on Windows
Original file line number Diff line number Diff line change 1- Version: 2.13.7
1+ Version: 2.13.8
22Revision: 1
You can’t perform that action at this time.
0 commit comments