From 9046776a92250b80f5380f5f1f0f831141741f10 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 3 Nov 2022 17:08:28 +0100 Subject: [PATCH 1/4] Update .mailmap --- .mailmap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailmap b/.mailmap index 3f682de40..fbf56bf29 100644 --- a/.mailmap +++ b/.mailmap @@ -6,3 +6,4 @@ Ravi Kumar Kempapura Srinivasa <33730024+raviks789@u Sukhwinder Dhillon <54990055+sukhwinder33445@users.noreply.github.com> Sukhwinder Dhillon Yonas Habteab +Patrick Dolinic From 7259d95d0f6ea789b8a1b445ba4def54f2a3ea2a Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 3 Nov 2022 17:08:38 +0100 Subject: [PATCH 2/4] Update AUTHORS --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index bd1705732..e3cc5d2e4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,6 +6,7 @@ Johannes Meyer Loei Petrus Marogi Marius Hein Noah Hilverling +Patrick Dolinic Ravi Kumar Kempapura Srinivasa Sukhwinder Dhillon VerboEse From 53166fd6f24a4fadea14abf3591bc340e59dc865 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 3 Nov 2022 17:08:51 +0100 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f9d2453..394f1cf9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ Please make sure to always read our [Upgrading](https://icinga.com/docs/icinga-db-web/latest/doc/05-Upgrading/) documentation before switching to a new version. +## 1.0.2 (2022-11-04) + +You can find all issues related to this release on the respective [Milestone](https://github.com/Icinga/icingadb-web/milestone/4?closed=1). + +Notable fixes in this release are that the *GenericTTS* module is now supported and that the legacy integration +of modules with no official support for Icinga DB Web is working again, even if the *monitoring* module is disabled. +Action and Note URLs, which disappeared with v1.0.1, are also visible again. + +Some enhancements also found their way in this release. They include improved compatibility with Icinga DB's +asynchronous behavior and its migration tool included in the v1.1 release. + ## 1.0.1 (2022-09-08) Here are Fixes: https://github.com/Icinga/icingadb-web/milestone/3?closed=1 From f193d434a6d6941a5284cdfdebf51e06c4676172 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 3 Nov 2022 17:09:02 +0100 Subject: [PATCH 4/4] Raise version to 1.0.2 --- module.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.info b/module.info index d1caeb586..e81510734 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Module: icingadb -Version: 1.0.1 +Version: 1.0.2 Requires: Libraries: icinga-php-library (>=0.10.0), icinga-php-thirdparty (>=0.11.0) Description: Icinga DB Web