Skip to content

Commit

Permalink
Prepare version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Feb 7, 2024
1 parent e49cccd commit 1c1f5e3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Requirements
might show smaller UI bugs and are not actively tested
* The following Icinga modules must be installed and enabled:
* [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (>=0.3.0)
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (>=0.5.0)
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (>=0.21.0)
* [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (>=0.7.0)
* A database, MySQL (>= 5.1) or PostgreSQL (>= 9.1). MariaDB and other
MySQL forks are also fine. Mentioned versions are the required minimum,
Expand Down Expand Up @@ -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.8.1"
MODULE_VERSION="1.8.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
Expand All @@ -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.8.1"
MODULE_VERSION="1.8.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.
Expand Down
2 changes: 1 addition & 1 deletion doc/05-Upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pending database migrations to an imported old database snapshot.
-------------------------------------------------

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
to (at least) v0.21.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
Expand Down
6 changes: 6 additions & 0 deletions doc/82-Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
Please make sure to always read our [Upgrading](05-Upgrading.md) documentation
before switching to a new version.

1.8.2
-----

### UI
* FIX: The activity log now avoids a bug in PHP introduced with version 8.1.25 (#2828)

1.8.1
-----

Expand Down
4 changes: 2 additions & 2 deletions module.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: Icinga Director
Version: 1.8.1
Depends: reactbundle (>=0.7.0), ipl (>=0.3.0), incubator (>=0.6.0)
Version: 1.8.2
Depends: reactbundle (>=0.7.0), ipl (>=0.3.0), incubator (>=0.21.0)
Description: Director - Config tool for Icinga 2
Icinga Director is a configuration tool that has been designed to make
Icinga 2 configuration easy and understandable.

0 comments on commit 1c1f5e3

Please sign in to comment.