module.info, doc: raise requirements

incubator >= 0.20, main reason: db expressions in ZfDbTable
This commit is contained in:
Thomas Gelf 2023-07-20 16:23:34 +02:00
parent fb39b25602
commit 7ed87f0cd4
2 changed files with 2 additions and 2 deletions

View File

@ -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 * [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 might show smaller UI bugs and are not actively tested
* The following Icinga modules must be installed and enabled: * The following Icinga modules must be installed and enabled:
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.18.0) * [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.20.0)
* If you are using Icinga Web <2.9.0, the following modules are also required * 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) * [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (≥0.5.0)
* [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (≥0.9.0) * [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (≥0.9.0)

View File

@ -1,6 +1,6 @@
Name: Icinga Director Name: Icinga Director
Version: master Version: master
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.18.0) Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.20.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
Icinga 2 configuration easy and understandable. Icinga 2 configuration easy and understandable.