doc: v1.8.1 has been released

This commit is contained in:
Thomas Gelf 2021-07-13 10:27:26 +02:00
parent 6badc53d61
commit 5cd01294cf
2 changed files with 4 additions and 4 deletions

View File

@ -99,7 +99,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.8.0"
MODULE_VERSION="1.8.1"
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
@ -126,7 +126,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.8.0"
MODULE_VERSION="1.8.1"
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"

View File

@ -32,8 +32,8 @@ next (will be 1.9.0)
### Documentation
* FIX: configure the daemon with main setup instructions (#2296, #2320)
next patch release (will be 1.8.1)
----------------------------------
1.8.1
-----
### Fixed issues
* You can find issues and feature requests related to this release on our