Skip to content

Commit

Permalink
Prepare version 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Feb 7, 2024
1 parent f1e5434 commit c901d71
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/02-Installation.md.d/From-Source.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Make sure you use `director` as the module name. The following requirements must
* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.8.0). All versions since 2.2 should also work fine, but
might show smaller UI bugs and are not actively tested
* The following Icinga modules must be installed and enabled:
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.18.0)
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.21.0)
* If you are using Icinga Web <2.9.0, the following modules are also required
* [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (≥0.5.0)
* [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (≥0.9.0)
Expand All @@ -41,7 +41,7 @@ and extract it to a folder named `director` in one of your Icinga Web module pat
You might want to use a script as follows for this task:

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

```shell
MODULE_VERSION="1.10.2"
MODULE_VERSION="1.10.3"
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
Expand Down
6 changes: 6 additions & 0 deletions doc/82-Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
Please make sure to always read our [Upgrading](05-Upgrading.md) documentation
before switching to a new version.

v1.10.3
-------

### UI
* FIX: The activity log now avoids a bug in PHP introduced with version 8.1.25 (#2828)

v1.10.2
-------

Expand Down
4 changes: 2 additions & 2 deletions module.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: Icinga Director
Version: 1.10.2
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.18.0)
Version: 1.10.3
Depends: reactbundle (>=0.9.0), ipl (>=0.5.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.

0 comments on commit c901d71

Please sign in to comment.