Skip to content

Commit bd21650

Browse files
committed
Raise incubator dependency version to 0.22.0
1 parent 6dc0bb2 commit bd21650

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/02-Installation.md.d/From-Source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Make sure you use `director` as the module name. The following requirements must
2020
* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.8.0). All versions since 2.2 should also work fine, but
2121
might show smaller UI bugs and are not actively tested
2222
* The following Icinga modules must be installed and enabled:
23-
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.21.0)
23+
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.22.0)
2424
* If you are using Icinga Web <2.9.0, the following modules are also required
2525
* [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (≥0.5.0)
2626
* [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (≥0.9.0)

doc/05-Upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pending database migrations to an imported old database snapshot.
4646
--------------------------------------------------
4747

4848
Before upgrading, please upgrade the [incubator module](https://github.com/Icinga/icingaweb2-module-incubator)
49-
to (at least) v0.21.0. As always, you'll be prompted to apply pending Database
49+
to (at least) v0.22.0. As always, you'll be prompted to apply pending Database
5050
Migrations.
5151

5252
<a name="upgrade-to-1.10.x"></a>Upgrading to 1.10.x

module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: Icinga Director
22
Version: 1.11.1
3-
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.21.0)
3+
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.22.0)
44
Description: Director - Config tool for Icinga 2
55
Icinga Director is a configuration tool that has been designed to make
66
Icinga 2 configuration easy and understandable.

0 commit comments

Comments
 (0)