From 7ed87f0cd4fd018d2cffe361407bbf7edfef8d06 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 20 Jul 2023 16:23:34 +0200 Subject: [PATCH] module.info, doc: raise requirements incubator >= 0.20, main reason: db expressions in ZfDbTable --- doc/02-Installation.md.d/From-Source.md | 2 +- module.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/02-Installation.md.d/From-Source.md b/doc/02-Installation.md.d/From-Source.md index ea172338..d5a97a8c 100644 --- a/doc/02-Installation.md.d/From-Source.md +++ b/doc/02-Installation.md.d/From-Source.md @@ -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.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 * [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (≥0.5.0) * [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (≥0.9.0) diff --git a/module.info b/module.info index 05fb5832..34466f19 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Name: Icinga Director 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 Icinga Director is a configuration tool that has been designed to make Icinga 2 configuration easy and understandable.