Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Linuxfabrik
Fork of the Icinga Director
Commits
bce17819
Commit
bce17819
authored
Dec 15, 2020
by
Thomas Gelf
Browse files
doc, module.info: prepare v1.8.0 release
parent
e258d00e
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/02-Installation.md
View file @
bce17819
...
...
@@ -102,7 +102,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.
8.0
"
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
...
...
@@ -119,7 +119,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.
8.0
"
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.
...
...
doc/05-Upgrading.md
View file @
bce17819
...
...
@@ -15,6 +15,7 @@ you will be told so in your frontend.
Please read more about:
*
[
Database Backup
](
#backup-first
)
*
[
Upgrading to 1.8.x
](
#upgrade-to-1.8.x
)
*
[
Upgrading to 1.7.x
](
#upgrade-to-1.7.x
)
*
[
Upgrading to 1.6.x
](
#upgrade-to-1.6.x
)
*
[
Upgrading to 1.5.x
](
#upgrade-to-1.5.x
)
...
...
@@ -38,6 +39,13 @@ use the tools provided by your database backend, like `mysqldump` or `pg_dump`.
Restoring from a backup is trivial, and Director will always be able to apply
pending database migrations to an imported old database snapshot.
<a name="upgrade-to-1.8.x"></a>Upgrading to 1.8.x
-------------------------------------------------
Before upgrading, please upgrade the
[
incubator module
](
https://github.com/Icinga/icingaweb2-module-incubator
)
to (at least) v0.6.0. As always, you'll be prompted to apply pending Database
Migrations.
<a name="upgrade-to-1.7.x"></a>Upgrading to 1.7.x
-------------------------------------------------
...
...
module.info
View file @
bce17819
Name: Icinga Director
Version:
master
Version:
1.8.0
Depends: reactbundle (>=0.7.0), ipl (>=0.3.0), incubator (>=0.6.0)
Description: Director - Config tool for Icinga 2
Icinga Director is a configuration tool that has been designed to make
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment