Skip to content

Commit c901d71

Browse files
committed
Prepare version 1.10.3
1 parent f1e5434 commit c901d71

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

doc/02-Installation.md.d/From-Source.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Make sure you use `director` as the module name. The following requirements must
2020
* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.8.0). All versions since 2.2 should also work fine, but
2121
might show smaller UI bugs and are not actively tested
2222
* The following Icinga modules must be installed and enabled:
23-
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.18.0)
23+
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.21.0)
2424
* If you are using Icinga Web <2.9.0, the following modules are also required
2525
* [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (≥0.5.0)
2626
* [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (≥0.9.0)
@@ -41,7 +41,7 @@ and extract it to a folder named `director` in one of your Icinga Web module pat
4141
You might want to use a script as follows for this task:
4242

4343
```shell
44-
MODULE_VERSION="1.10.2"
44+
MODULE_VERSION="1.10.3"
4545
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
4646
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
4747
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
@@ -60,7 +60,7 @@ Simply clone the repository in one of your Icinga web module path directories.
6060
You might want to use a script as follows for this task:
6161

6262
```shell
63-
MODULE_VERSION="1.10.2"
63+
MODULE_VERSION="1.10.3"
6464
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
6565
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
6666
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"

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+
v1.10.3
8+
-------
9+
10+
### UI
11+
* FIX: The activity log now avoids a bug in PHP introduced with version 8.1.25 (#2828)
12+
713
v1.10.2
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.10.2
3-
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.18.0)
2+
Version: 1.10.3
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)