Skip to content

Commit 1c1f5e3

Browse files
committed
Prepare version 1.8.2
1 parent e49cccd commit 1c1f5e3

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

doc/02-Installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Requirements
2020
might show smaller UI bugs and are not actively tested
2121
* The following Icinga modules must be installed and enabled:
2222
* [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (>=0.3.0)
23-
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (>=0.5.0)
23+
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (>=0.21.0)
2424
* [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (>=0.7.0)
2525
* A database, MySQL (>= 5.1) or PostgreSQL (>= 9.1). MariaDB and other
2626
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:
102102
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
103103
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
104104
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
105-
MODULE_VERSION="1.8.1"
105+
MODULE_VERSION="1.8.2"
106106
URL="${REPO_URL}/archive/v${MODULE_VERSION}.tar.gz"
107107
install -d -m 0755 "${TARGET_DIR}"
108108
wget -q -O - "$URL" | tar xfz - -C "${TARGET_DIR}" --strip-components 1
@@ -119,7 +119,7 @@ It will be immediately ready for use:
119119
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
120120
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
121121
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
122-
MODULE_VERSION="1.8.1"
122+
MODULE_VERSION="1.8.2"
123123
git clone "${REPO_URL}" "${TARGET_DIR}" --branch v${MODULE_VERSION}
124124

125125
You can now directly use our current GIT master or check out a specific version.

doc/05-Upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pending database migrations to an imported old database snapshot.
4343
-------------------------------------------------
4444

4545
Before upgrading, please upgrade the [incubator module](https://github.com/Icinga/icingaweb2-module-incubator)
46-
to (at least) v0.6.0. As always, you'll be prompted to apply pending Database
46+
to (at least) v0.21.0. As always, you'll be prompted to apply pending Database
4747
Migrations.
4848

4949
<a name="upgrade-to-1.7.x"></a>Upgrading to 1.7.x

doc/82-Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
Please make sure to always read our [Upgrading](05-Upgrading.md) documentation
55
before switching to a new version.
66

7+
1.8.2
8+
-----
9+
10+
### UI
11+
* FIX: The activity log now avoids a bug in PHP introduced with version 8.1.25 (#2828)
12+
713
1.8.1
814
-----
915

module.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: Icinga Director
2-
Version: 1.8.1
3-
Depends: reactbundle (>=0.7.0), ipl (>=0.3.0), incubator (>=0.6.0)
2+
Version: 1.8.2
3+
Depends: reactbundle (>=0.7.0), ipl (>=0.3.0), incubator (>=0.21.0)
44
Description: Director - Config tool for Icinga 2
55
Icinga Director is a configuration tool that has been designed to make
66
Icinga 2 configuration easy and understandable.

0 commit comments

Comments
 (0)