Skip to content

Commit

Permalink
doc, module.info: prepare v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Sep 21, 2022
1 parent f2eb06a commit 68b9595
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 @@ -96,7 +96,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.9.1"
MODULE_VERSION="1.10.0"
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
Expand All @@ -123,7 +123,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.9.1"
MODULE_VERSION="1.10.0"
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
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.

v1.10.0 (unreleased)
--------------------
v1.10.0
-------

### Breaking Changes
* Module and system dependencies have been raised, [Upgrading](05-Upgrading.md)
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: master
Version: 1.10.0
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.18.0)
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 68b9595

Please sign in to comment.