From 1c1f5e306e710df400c4ce30f7d8675f50383ebf Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 7 Feb 2024 15:12:09 +0100 Subject: [PATCH] Prepare version 1.8.2 --- doc/02-Installation.md | 6 +++--- doc/05-Upgrading.md | 2 +- doc/82-Changelog.md | 6 ++++++ module.info | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 395ee7f88..bab3e5204 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -20,7 +20,7 @@ Requirements might show smaller UI bugs and are not actively tested * The following Icinga modules must be installed and enabled: * [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (>=0.3.0) - * [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (>=0.5.0) + * [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (>=0.21.0) * [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (>=0.7.0) * A database, MySQL (>= 5.1) or PostgreSQL (>= 9.1). MariaDB and other MySQL forks are also fine. Mentioned versions are the required minimum, @@ -102,7 +102,7 @@ You might want to use a script as follows for this task: ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" REPO_URL="https://github.com/icinga/icingaweb2-module-director" TARGET_DIR="${ICINGAWEB_MODULEPATH}/director" - MODULE_VERSION="1.8.1" + MODULE_VERSION="1.8.2" URL="${REPO_URL}/archive/v${MODULE_VERSION}.tar.gz" install -d -m 0755 "${TARGET_DIR}" wget -q -O - "$URL" | tar xfz - -C "${TARGET_DIR}" --strip-components 1 @@ -119,7 +119,7 @@ It will be immediately ready for use: ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" REPO_URL="https://github.com/icinga/icingaweb2-module-director" TARGET_DIR="${ICINGAWEB_MODULEPATH}/director" - MODULE_VERSION="1.8.1" + MODULE_VERSION="1.8.2" git clone "${REPO_URL}" "${TARGET_DIR}" --branch v${MODULE_VERSION} You can now directly use our current GIT master or check out a specific version. diff --git a/doc/05-Upgrading.md b/doc/05-Upgrading.md index e5fdfd482..48f808070 100644 --- a/doc/05-Upgrading.md +++ b/doc/05-Upgrading.md @@ -43,7 +43,7 @@ pending database migrations to an imported old database snapshot. ------------------------------------------------- Before upgrading, please upgrade the [incubator module](https://github.com/Icinga/icingaweb2-module-incubator) -to (at least) v0.6.0. As always, you'll be prompted to apply pending Database +to (at least) v0.21.0. As always, you'll be prompted to apply pending Database Migrations. Upgrading to 1.7.x diff --git a/doc/82-Changelog.md b/doc/82-Changelog.md index dd43a7017..50cba9429 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.8.2 +----- + +### UI +* FIX: The activity log now avoids a bug in PHP introduced with version 8.1.25 (#2828) + 1.8.1 ----- diff --git a/module.info b/module.info index b82b65584..50f63f858 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Name: Icinga Director -Version: 1.8.1 -Depends: reactbundle (>=0.7.0), ipl (>=0.3.0), incubator (>=0.6.0) +Version: 1.8.2 +Depends: reactbundle (>=0.7.0), ipl (>=0.3.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.