From 668c9b357549201e2b643c4f44e11a2bbc324a40 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 7 Feb 2024 15:10:27 +0100 Subject: [PATCH] Prepare version 1.9.2 --- doc/02-Installation.md | 6 +++--- doc/82-Changelog.md | 6 ++++++ module.info | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 87ba9cbe8..792311a12 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -19,7 +19,7 @@ Requirements * Icinga Web 2 (>= 2.6.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.12.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) @@ -96,7 +96,7 @@ and extract it to a folder named `director` in one of your Icinga Web 2 module p You might want to use a script as follows for this task: ```shell -MODULE_VERSION="1.9.1" +MODULE_VERSION="1.9.2" ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" REPO_URL="https://github.com/icinga/icingaweb2-module-director" TARGET_DIR="${ICINGAWEB_MODULEPATH}/director" @@ -123,7 +123,7 @@ Just clone the repository to one of your Icinga Web 2 module path directories. It will be immediately ready for use: ```shell -MODULE_VERSION="1.9.1" +MODULE_VERSION="1.9.2" 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 80176a56f..440d08c55 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. +1.9.2 +----- + +### UI +* FIX: The activity log now avoids a bug in PHP introduced with version 8.1.25 (#2828) + 1.9.1 ----- diff --git a/module.info b/module.info index b68f4c934..13a5f9c54 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Name: Icinga Director -Version: 1.9.1 -Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.12.0) +Version: 1.9.2 +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.