From c901d719d6b532dd5e7b26f0c6dfbe7f34f23c70 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 7 Feb 2024 15:08:09 +0100 Subject: [PATCH] Prepare version 1.10.3 --- doc/02-Installation.md.d/From-Source.md | 6 +++--- doc/82-Changelog.md | 6 ++++++ module.info | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/02-Installation.md.d/From-Source.md b/doc/02-Installation.md.d/From-Source.md index ea172338a..b5aff2f7f 100644 --- a/doc/02-Installation.md.d/From-Source.md +++ b/doc/02-Installation.md.d/From-Source.md @@ -20,7 +20,7 @@ Make sure you use `director` as the module name. The following requirements must * [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.8.0). All versions since 2.2 should also work fine, but might show smaller UI bugs and are not actively tested * The following Icinga modules must be installed and enabled: - * [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.18.0) + * [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.21.0) * If you are using Icinga Web <2.9.0, the following modules are also required * [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (≥0.5.0) * [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (≥0.9.0) @@ -41,7 +41,7 @@ and extract it to a folder named `director` in one of your Icinga Web module pat You might want to use a script as follows for this task: ```shell -MODULE_VERSION="1.10.2" +MODULE_VERSION="1.10.3" ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" REPO_URL="https://github.com/icinga/icingaweb2-module-director" TARGET_DIR="${ICINGAWEB_MODULEPATH}/director" @@ -60,7 +60,7 @@ Simply clone the repository in one of your Icinga web module path directories. You might want to use a script as follows for this task: ```shell -MODULE_VERSION="1.10.2" +MODULE_VERSION="1.10.3" ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" REPO_URL="https://github.com/icinga/icingaweb2-module-director" TARGET_DIR="${ICINGAWEB_MODULEPATH}/director" diff --git a/doc/82-Changelog.md b/doc/82-Changelog.md index 5867b41f9..cd72fea49 100644 --- a/doc/82-Changelog.md +++ b/doc/82-Changelog.md @@ -4,6 +4,12 @@ Please make sure to always read our [Upgrading](05-Upgrading.md) documentation before switching to a new version. +v1.10.3 +------- + +### UI +* FIX: The activity log now avoids a bug in PHP introduced with version 8.1.25 (#2828) + v1.10.2 ------- diff --git a/module.info b/module.info index 631d88160..4ce5ada74 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Name: Icinga Director -Version: 1.10.2 -Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.18.0) +Version: 1.10.3 +Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.21.0) Description: Director - Config tool for Icinga 2 Icinga Director is a configuration tool that has been designed to make Icinga 2 configuration easy and understandable.