Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 668c9b3

Browse files
committedFeb 7, 2024
Prepare version 1.9.2
1 parent befd097 commit 668c9b3

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed
 

‎doc/02-Installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Requirements
1919
* Icinga Web 2 (>= 2.6.0). All versions since 2.2 should also work fine, but
2020
might show smaller UI bugs and are not actively tested
2121
* The following Icinga modules must be installed and enabled:
22-
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (>=0.12.0)
22+
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (>=0.21.0)
2323
* If you are using Icinga Web < 2.9.0, the following modules are also required
2424
* [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (>=0.5.0)
2525
* [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
9696
You might want to use a script as follows for this task:
9797

9898
```shell
99-
MODULE_VERSION="1.9.1"
99+
MODULE_VERSION="1.9.2"
100100
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
101101
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
102102
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
@@ -123,7 +123,7 @@ Just clone the repository to one of your Icinga Web 2 module path directories.
123123
It will be immediately ready for use:
124124

125125
```shell
126-
MODULE_VERSION="1.9.1"
126+
MODULE_VERSION="1.9.2"
127127
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
128128
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
129129
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"

‎doc/82-Changelog.md

+6
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.9.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.9.1
814
-----
915

‎module.info

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: Icinga Director
2-
Version: 1.9.1
3-
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.12.0)
2+
Version: 1.9.2
3+
Depends: reactbundle (>=0.9.0), ipl (>=0.5.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)
Please sign in to comment.