Release 1.11.3 (#2942)
This commit is contained in:
commit
de8fe109e2
|
@ -41,7 +41,7 @@ and extract it to a folder named `director` in one of your Icinga Web module pat
|
||||||
You might want to use a script as follows for this task:
|
You might want to use a script as follows for this task:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
MODULE_VERSION="1.11.2"
|
MODULE_VERSION="1.11.3"
|
||||||
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
|
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
|
||||||
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
|
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
|
||||||
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
|
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
|
||||||
|
@ -60,7 +60,7 @@ Simply clone the repository in one of your Icinga web module path directories.
|
||||||
You might want to use a script as follows for this task:
|
You might want to use a script as follows for this task:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
MODULE_VERSION="1.11.2"
|
MODULE_VERSION="1.11.3"
|
||||||
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
|
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
|
||||||
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
|
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
|
||||||
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
|
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
|
||||||
|
|
|
@ -4,6 +4,17 @@
|
||||||
Please make sure to always read our [Upgrading](05-Upgrading.md) documentation
|
Please make sure to always read our [Upgrading](05-Upgrading.md) documentation
|
||||||
before switching to a new version.
|
before switching to a new version.
|
||||||
|
|
||||||
|
v1.11.3
|
||||||
|
-------
|
||||||
|
|
||||||
|
### UI
|
||||||
|
* FIX: Property sort tables does not cause CSRF token validation anymore (#2937)
|
||||||
|
* FIX: No error when clicking `modify` action link for services belonging to service set in Icinga DB (#2938)
|
||||||
|
* FIX: No crashing of Host template form when invalid check command is entered (#2941)
|
||||||
|
|
||||||
|
### Internals
|
||||||
|
* FIX: Filter can be now removed in import source modifiers (#2939)
|
||||||
|
|
||||||
v1.11.2
|
v1.11.2
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: Icinga Director
|
Name: Icinga Director
|
||||||
Version: 1.11.2
|
Version: 1.11.3
|
||||||
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.22.0)
|
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.22.0)
|
||||||
Description: Director - Config tool for Icinga 2
|
Description: Director - Config tool for Icinga 2
|
||||||
Icinga Director is a configuration tool that has been designed to make
|
Icinga Director is a configuration tool that has been designed to make
|
||||||
|
|
Loading…
Reference in New Issue