Prepare version 1.11.1
This commit is contained in:
parent
e48ddd2f35
commit
994030260a
|
@ -20,7 +20,7 @@ Make sure you use `director` as the module name. The following requirements must
|
|||
* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.8.0). All versions since 2.2 should also work fine, but
|
||||
might show smaller UI bugs and are not actively tested
|
||||
* The following Icinga modules must be installed and enabled:
|
||||
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.20.0)
|
||||
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.21.0)
|
||||
* If you are using Icinga Web <2.9.0, the following modules are also required
|
||||
* [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (≥0.5.0)
|
||||
* [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (≥0.9.0)
|
||||
|
@ -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:
|
||||
|
||||
```shell
|
||||
MODULE_VERSION="1.11.0"
|
||||
MODULE_VERSION="1.11.1"
|
||||
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
|
||||
REPO_URL="https://github.com/icinga/icingaweb2-module-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:
|
||||
|
||||
```shell
|
||||
MODULE_VERSION="1.11.0"
|
||||
MODULE_VERSION="1.11.1"
|
||||
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
|
||||
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
|
||||
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
|
||||
|
|
|
@ -46,7 +46,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.20.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.10.x"></a>Upgrading to 1.10.x
|
||||
|
|
|
@ -4,11 +4,24 @@
|
|||
Please make sure to always read our [Upgrading](05-Upgrading.md) documentation
|
||||
before switching to a new version.
|
||||
|
||||
v1.11.1 (unreleased)
|
||||
--------------------
|
||||
v1.11.1
|
||||
-------
|
||||
|
||||
### UI
|
||||
* FIX: Data fields are now suggested for service templates without a check command (#2815, #2826)
|
||||
* FIX: Unsetting a parent host or service of a dependency is now correctly stored (no issue)
|
||||
* FIX: The activity log now avoids a bug in PHP introduced with version 8.1.25 (#2828)
|
||||
|
||||
### Internals
|
||||
* FIX: UserGroup creation failed since v1.10.0 (#2784)
|
||||
* FIX: Hostgroup names consisting only of digits are now correctly handled (#2821)
|
||||
* FIX: Improved compatibility with PHP 8.1 and 8.2 (#2819, #2827)
|
||||
* FIX: The parent host or service of a dependency can now be reliably referenced by custom variable (#2289)
|
||||
* FIX: Services in service sets are now fully restored once a removed set is restored (#1065)
|
||||
|
||||
### Integrations
|
||||
* FIX: Icinga DB integration now works even if the monitoring module is not available (#2635)
|
||||
* FIX: Conformity with the content security policy introduced with Icinga Web v2.12 (#2845)
|
||||
|
||||
### Fixed issues
|
||||
* You can find issues and feature requests related to this release on our
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Name: Icinga Director
|
||||
Version: master
|
||||
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.20.0)
|
||||
Version: 1.11.1
|
||||
Depends: reactbundle (>=0.9.0), ipl (>=0.5.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.
|
||||
|
|
Loading…
Reference in New Issue