From 9c95fb8680f6f389ca24ff6e41d9002185596cb3 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 5 Nov 2019 16:59:41 +0100 Subject: [PATCH] Prepare v1.7.2 --- doc/02-Installation.md | 4 ++-- module.info | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 1cf619112..413f59afb 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -92,7 +92,7 @@ You might want to use a script as follows for this task: ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" REPO_URL="https://github.com/icinga/icingaweb2-module-director" TARGET_DIR="${ICINGAWEB_MODULEPATH}/director" - MODULE_VERSION="1.7.1" + MODULE_VERSION="1.7.2" URL="${REPO_URL}/archive/v${MODULE_VERSION}.tar.gz" install -d -m 0755 "${TARGET_DIR}" wget -q -O - "$URL" | tar xfz - -C "${TARGET_DIR}" --strip-components 1 @@ -109,7 +109,7 @@ It will be immediately ready for use: ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" REPO_URL="https://github.com/icinga/icingaweb2-module-director" TARGET_DIR="${ICINGAWEB_MODULEPATH}/director" - MODULE_VERSION="1.7.1" + MODULE_VERSION="1.7.2" git clone "${REPO_URL}" "${TARGET_DIR}" --branch v${MODULE_VERSION} You can now directly use our current GIT master or check out a specific version. diff --git a/module.info b/module.info index 1f711079e..6cbadc777 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: Icinga Director -Version: 1.7.1 +Version: 1.7.2 Depends: reactbundle (>=0.7.0), ipl (>=0.3.0), incubator (>=0.5.0) Description: Director - Config tool for Icinga 2 Icinga Director is a configuration tool that has been designed to make