Skip to content

Commit f679ea4

Browse files
authored
Merge pull request #9428 from Icinga/probot/sync-changelog/master/edf672feb60a83df3ba40875461fca39e1278994
CHANGELOG.md: add v2.13.4
2 parents edf672f + f453869 commit f679ea4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ 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.4 (2022-06-30)
11+
12+
This release brings the final changes needed for the Icinga DB 1.0 release.
13+
Addtionally, it includes some fixes and a performance improvement resulting
14+
in faster config validation and reload times.
15+
16+
### Bugfixes
17+
18+
* Fix a race-condition involving object attribute updates that could result in a crash. #9395
19+
* After a host recovered, only send problem notifications for services after
20+
they have been rechecked afterwards to avoid false notifications. #9348
21+
* Speed up config validation by avoiding redundant serialization of objects. #9400
22+
* Add a `separator` attribute to allow using arguments like `--key=value` as required by some
23+
check plugins. This fixes the `--upgrade` and `--dist-upgrade` arguments of `check_apt`. #9397
24+
* Windows: Update bundled versions of Boost and OpenSSL. #9360 #9415
25+
26+
### Icinga DB
27+
28+
* Add an `icingadb` CheckCommand to allow checking if Icinga DB is healthy. #9417
29+
* Update documentation related to Icinga DB. #9423
30+
* Fix a bug where history events could miss the environment ID. #9396
31+
* Properly serialize attributes of command arguments when explicitly set to `null`. #9398
32+
* Rename some attributes to make the database schema more consistent. #9399 #9419 #9421
33+
* Make the error message more helpful if the API isn't set up #9418
34+
1035
## 2.13.3 (2022-04-14)
1136

1237
This version includes bugfixes for many features of Icinga 2, including fixes for multiple crashes.

0 commit comments

Comments
 (0)