Prepare version 1.8.2

This commit is contained in:
Johannes Meyer 2024-02-07 15:12:09 +01:00
parent e49cccd13c
commit b83df44ca2
4 changed files with 12 additions and 6 deletions

View File

@ -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.

View File

@ -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.
<a name="upgrade-to-1.7.x"></a>Upgrading to 1.7.x

View File

@ -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
-----

View File

@ -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.