From bfece919513c6e6bc7f64bee27f58b2f51f91523 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 16 Jan 2023 15:13:33 +0100 Subject: [PATCH] doc, module.info: prepare v1.6.0 --- doc/01-Installation.md | 4 ++-- doc/84-Changelog.md | 4 ++-- module.info | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/01-Installation.md b/doc/01-Installation.md index 1bc9c598..07e91311 100644 --- a/doc/01-Installation.md +++ b/doc/01-Installation.md @@ -11,7 +11,7 @@ Requirements * php-posix (on RHEL/CentOS this is php-process, or rh-php7x-php-process) * MySQL (>= 5.7) or MariaDB (>= 10.3) * The following Icinga modules must be installed and enabled: - * [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (>=0.16) + * [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (>=0.20) * 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.8.0) @@ -52,7 +52,7 @@ existing module installation will be replaced, so this can be used for upgrades ```shell # You can customize these settings, but we suggest to stick with our defaults: -MODULE_VERSION="1.5.0" +MODULE_VERSION="1.6.0" DAEMON_USER="icingavspheredb" DAEMON_GROUP="icingaweb2" ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" diff --git a/doc/84-Changelog.md b/doc/84-Changelog.md index c44cae90..b7825494 100644 --- a/doc/84-Changelog.md +++ b/doc/84-Changelog.md @@ -1,8 +1,8 @@ Changelog =============================== -v1.6.0 (unreleased) -------------------- +v1.6.0 +------ This release brings performance improvements, ships new metrics to InfluxDB and some vendor images for Cisco UCS. Restricted users now have access to more diff --git a/module.info b/module.info index fb30abb3..9dda9075 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Name: vSphereDB -Version: master -Depends: ipl (>=0.5.0), incubator (>=0.19.0), reactbundle (>=0.8.0) +Version: 1.6.0 +Depends: ipl (>=0.5.0), incubator (>=0.20.0), reactbundle (>=0.8.0) Description: Icinga vSphere® Integration This module replicates your most important vCenter configuration items. It provides a fast, lightweight (read-only) frontend and highlights potential