From a6fd2fe95d007b08fd4128e56898cbd69b589e29 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 6 Sep 2022 09:33:54 +0200 Subject: [PATCH 1/3] Require icinga-php-library v0.10.0 --- doc/02-Installation.md | 2 +- module.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 344fee722..b78987c64 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -207,7 +207,7 @@ Make sure you use `icingadb` as the module name. The following requirements must * The following PHP modules must be installed: `cURL`, `dom`, `json`, `libxml` * [Icinga DB](https://github.com/Icinga/icingadb) * [Icinga Web 2](https://github.com/Icinga/icingaweb2) (≥2.9) -* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.9) +* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.10) * [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.11) diff --git a/module.info b/module.info index fc0c47f0a..51c2c31e8 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Module: icingadb Version: 1.0.0 Requires: - Libraries: icinga-php-library (>=0.9.0), icinga-php-thirdparty (>=0.11.0) + Libraries: icinga-php-library (>=0.10.0), icinga-php-thirdparty (>=0.11.0) Description: Icinga DB Web UI for Icinga DB – Provides a graphical interface to your Icinga monitoring From 42e8f7a1030f49a39807a3896a77c5ab6bdb56f7 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 6 Sep 2022 09:34:19 +0200 Subject: [PATCH 2/3] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb5a6fa77..23f9d2453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ 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.1 (2022-09-08) + +Here are Fixes: https://github.com/Icinga/icingadb-web/milestone/3?closed=1 +Here someone blogged about them: https://icinga.com/blog/2022/09/08/releasing-icinga-db-web-v1-0-1/ + ## 1.0.0 (2022-06-30) First stable release From 049511e82d10d73bb494ade8675dcd081f349c09 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 6 Sep 2022 09:34:27 +0200 Subject: [PATCH 3/3] Raise version to 1.0.1 --- module.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.info b/module.info index 51c2c31e8..d1caeb586 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Module: icingadb -Version: 1.0.0 +Version: 1.0.1 Requires: Libraries: icinga-php-library (>=0.10.0), icinga-php-thirdparty (>=0.11.0) Description: Icinga DB Web