Skip to content

Commit

Permalink
Prepare version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Feb 7, 2024
1 parent befd097 commit 668c9b3
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Requirements
* Icinga Web 2 (>= 2.6.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.12.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 Down Expand Up @@ -96,7 +96,7 @@ and extract it to a folder named `director` in one of your Icinga Web 2 module p
You might want to use a script as follows for this task:

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

```shell
MODULE_VERSION="1.9.1"
MODULE_VERSION="1.9.2"
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.

1.9.2
-----

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

1.9.1
-----

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.9.1
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.12.0)
Version: 1.9.2
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 668c9b3

Please sign in to comment.