From 2de919210de438360b3b10f7fa1ad22937b0ac65 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Mon, 16 Oct 2023 16:16:38 +0200 Subject: [PATCH 1/4] Update `AUTHORS` --- AUTHORS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 88522e6f..8efaa3d0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,8 +8,10 @@ Johannes Meyer Michael Friedrich Ravi Kumar Kempapura Srinivasa Robert Rettig +Sukhwinder Dhillon Timm Ortloff Yonas Habteab lx +moreamazingnick nmartinii <51709615+nmartinii@users.noreply.github.com> pgress From 0e02b5ce68147151a352533199912cde1f9b833f Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Mon, 16 Oct 2023 16:16:59 +0200 Subject: [PATCH 2/4] Update `.mailmap` --- .mailmap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mailmap b/.mailmap index 629e7f3d..b83b0a31 100644 --- a/.mailmap +++ b/.mailmap @@ -8,8 +8,10 @@ Johannes Meyer Michael Friedrich Ravi Kumar Kempapura Srinivasa <33730024+raviks789@users.noreply.github.com> Robert Rettig +Sukhwinder Dhillon Timm Ortloff Yonas Habteab lx +moreamazingnick nmartinii <51709615+nmartinii@users.noreply.github.com> pgress From 3924674873d4e8dbd4312a0288c5902da7d8815c Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Mon, 16 Oct 2023 16:18:40 +0200 Subject: [PATCH 3/4] Update requirements --- doc/02-Installation.md.d/From-Source.md | 4 ++-- module.info | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/02-Installation.md.d/From-Source.md b/doc/02-Installation.md.d/From-Source.md index 7f610b4c..31f3d2ba 100644 --- a/doc/02-Installation.md.d/From-Source.md +++ b/doc/02-Installation.md.d/From-Source.md @@ -10,7 +10,7 @@ Make sure you use `x509` as the module name. The following requirements must als * MySQL or PostgreSQL PDO PHP libraries * The following PHP modules must be installed: `gmp`, `pcntl`, `openssl` * [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.9) -* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.11.1) -* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.10.0) +* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.13.0) +* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.12.0) diff --git a/module.info b/module.info index e4f07249..c747bf8d 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Module: Certificate Monitoring Version: 1.2.1 Requires: - Libraries: icinga-php-library (>=0.11.1), icinga-php-thirdparty (>=0.10.0) + Libraries: icinga-php-library (>=0.13.0), icinga-php-thirdparty (>=0.12.0) Modules: monitoring (>=2.9.0), icingadb (>=1.0.0) Description: Scan and view X.509 certificate usage From 005a097da0ed269792a1bbb584180c6e354b5178 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Mon, 16 Oct 2023 16:19:14 +0200 Subject: [PATCH 4/4] Raise version to `1.3.0` --- module.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.info b/module.info index c747bf8d..4b210200 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Module: Certificate Monitoring -Version: 1.2.1 +Version: 1.3.0 Requires: Libraries: icinga-php-library (>=0.13.0), icinga-php-thirdparty (>=0.12.0) Modules: monitoring (>=2.9.0), icingadb (>=1.0.0)