From fb946f34e3c3a6b36d5bfbb1689d3ae296fd3f0e Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 15 Feb 2019 01:46:14 +0100 Subject: [PATCH] doc, info: prepare v1.6.1 --- doc/02-Installation.md | 4 ++-- doc/82-Changelog.md | 4 ++-- module.info | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 79a0ce04b..961812c15 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -84,7 +84,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.6.0" + MODULE_VERSION="1.6.1" 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 @@ -101,7 +101,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.6.0" + MODULE_VERSION="1.6.1" 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/doc/82-Changelog.md b/doc/82-Changelog.md index bc71a78d0..2d2589c99 100644 --- a/doc/82-Changelog.md +++ b/doc/82-Changelog.md @@ -4,8 +4,8 @@ Please make sure to always read our [Upgrading](05-Upgrading.md) documentation before switching to a new version. -1.6.1 (unreleased) ------------------- +1.6.1 +----- ### Fixed issues * You can find issues and feature requests related to this release on our [roadmap](https://github.com/Icinga/icingaweb2-module-director/milestone/19?closed=1) diff --git a/module.info b/module.info index 1857f68df..a82085281 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: Icinga Director -Version: 1.6.0 +Version: 1.6.1 Depends: monitoring Description: Director - Config tool for Icinga 2 Icinga Director is a configuration tool that has been designed to make