Skip to content

Commit

Permalink
doc, info: prepare v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Feb 15, 2019
1 parent 2c17273 commit fb946f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions doc/82-Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion module.info
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fb946f3

Please sign in to comment.