From 2bd2dc5dddb1277536c13a8bb608a06f66592ec7 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Thu, 3 Aug 2023 16:19:11 +0200 Subject: [PATCH] Add changelog for v1.1.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0479189cf..ee819c1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Icinga DB Changelog +## 1.1.1 (2023-TODO) + +TODO + +* Config: reject unknown options. #605 +* `icingadb-migrate`: Ignore events that miss crucial information. #551 +* `icingadb-migrate`: Fix a foreign key error for flapping history with `ido.from` set. #554 +* `icingadb-migrate`: Fix a constraint violation for flexible downtimes that never started. #623 +* Fix a possible crash when the Icinga 2 heartbeat is lost. #559 +* Retry additional non-fatal database errors. #593 #583 +* Make heartbeat compatible with Percona XtraDB Cluster. #609 +* Don't log a port number for UNIX socket addresses. #542 +* Write a hint for empty arrays/dicts into `customvar_flat` for Icinga DB Web. #601 +* Fix some custom JSON encode functions for `null` values. #612 +* Schema: Allow longer names for notification objects. #584 +* Schema: Add missing indices to `hostgroup`, `servicegroup`, and `customvar_flat`. #616 #617 +* Documentation: add TLS options to `icingadb-migrate` example config. #604 +* Documentation: Replace `apt-get` with `apt`. #545 +* Update dependencies. #548 #549 #588 #589 #590 #594 #595 #596 #598 #599 #603 + ## 1.1.0 (2022-11-10) This release adds a tool for migrating history from IDO. Apart from that,