From 5cd01294cf969a86cc6b99cb917b7b32f1a01aa9 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 13 Jul 2021 10:27:26 +0200 Subject: [PATCH] doc: v1.8.1 has been released --- doc/02-Installation.md | 4 ++-- doc/82-Changelog.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index b7544bf9..08b07cf8 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -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" diff --git a/doc/82-Changelog.md b/doc/82-Changelog.md index 656ea5fb..2393a186 100644 --- a/doc/82-Changelog.md +++ b/doc/82-Changelog.md @@ -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