Skip to content

Commit 0f7be74

Browse files
committed
Icinga 2.13.8
1 parent 02ddb4b commit 0f7be74

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ documentation before upgrading to a new release.
77

88
Released 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

1236
This security release updates Boost and OpenSSL libraries bundled on Windows

ICINGA2_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Version: 2.13.7
1+
Version: 2.13.8
22
Revision: 1

0 commit comments

Comments
 (0)