From 6dbcf07dfc2c1278e75ecf075b7eee278419c275 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 25 Sep 2019 15:28:17 +0200 Subject: [PATCH] doc, module.info: raise incubator to v0.5.0 --- doc/05-Upgrading.md | 2 +- module.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/05-Upgrading.md b/doc/05-Upgrading.md index 11363a26..3827f168 100644 --- a/doc/05-Upgrading.md +++ b/doc/05-Upgrading.md @@ -47,7 +47,7 @@ introduces new dependencies. Please make sure that the following Icinga Web 2 modules have been installed and enabled: * [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (>=0.3.0) -* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (>=0.4.0) +* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (>=0.5.0) * [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (>=0.7.0) Apart from this, in case you are running 1.6.x or any GIT master since then, diff --git a/module.info b/module.info index bcb267e1..deaa1e05 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Name: Icinga Director Version: master -Depends: reactbundle (>=0.7.0), ipl (>=0.3.0), incubator (>=0.4.0) +Depends: reactbundle (>=0.7.0), ipl (>=0.3.0), incubator (>=0.5.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.