File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,31 @@ 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.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
1237This version includes bugfixes for many features of Icinga 2, including fixes for multiple crashes.
Original file line number Diff line number Diff line change 1- Version: 2.13.3
1+ Version: 2.13.4
22Revision: 1
You can’t perform that action at this time.
0 commit comments