diff --git a/doc/01-Installation.md b/doc/01-Installation.md index 65be3266..d49d50fe 100644 --- a/doc/01-Installation.md +++ b/doc/01-Installation.md @@ -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.7.0" +MODULE_VERSION="1.7.1" 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 cf46d2ad..eb9ece83 100644 --- a/doc/84-Changelog.md +++ b/doc/84-Changelog.md @@ -1,24 +1,34 @@ Changelog =============================== -v1.8.0 (unreleased) -------------------- +v1.7.1 +------ + +This release ships JSON export functionality via Download link and REST API for +all main object tables. New Storage- and Disk-related aggregation columns have +been added to the VirtualMachines table. Director Import Source (and JSON exports) +now ship an object path array, reflecting your VMware tree structure. When +toggling main object table tabs, vCenter filters are now being preserved. + +### Upgrading + +Please check our [Upgrade Script](01-Installation.md#modul-installation-or-upgrade). ### UI * FEATURE: two different download links for our main tables (#511) -![JSON Export](screenshot/84_changelog/v1.8.0/84-18-01_json_export.png) +![JSON Export](screenshot/84_changelog/v1.7.1/84-171-01_json_export.png) * FEATURE: VMs table now provides Disk- and Storage-related aggregations (#521) -![Storage Columns](screenshot/84_changelog/v1.8.0/84-18-02_storage-columns.png) +![Storage Columns](screenshot/84_changelog/v1.7.1/84-171-02_storage-columns.png) * FIX: vCenter filter is now preserved across main table tabs (#516) ### Integrations * FEATURE: Director Import Source now ships an object path array (#255) -![Path Export](screenshot/84_changelog/v1.8.0/84-18-03_path_export.png) +![Path Export](screenshot/84_changelog/v1.7.1/84-171-03_path_export.png) ### REST API * Hosts, VirtualMachines and DataStores can now be exported via REST API (#511) diff --git a/doc/screenshot/84_changelog/v1.8.0/84-18-01_json_export.png b/doc/screenshot/84_changelog/v1.7.1/84-171-01_json_export.png similarity index 100% rename from doc/screenshot/84_changelog/v1.8.0/84-18-01_json_export.png rename to doc/screenshot/84_changelog/v1.7.1/84-171-01_json_export.png diff --git a/doc/screenshot/84_changelog/v1.8.0/84-18-02_storage-columns.png b/doc/screenshot/84_changelog/v1.7.1/84-171-02_storage-columns.png similarity index 100% rename from doc/screenshot/84_changelog/v1.8.0/84-18-02_storage-columns.png rename to doc/screenshot/84_changelog/v1.7.1/84-171-02_storage-columns.png diff --git a/doc/screenshot/84_changelog/v1.8.0/84-18-03_path_export.png b/doc/screenshot/84_changelog/v1.7.1/84-171-03_path_export.png similarity index 100% rename from doc/screenshot/84_changelog/v1.8.0/84-18-03_path_export.png rename to doc/screenshot/84_changelog/v1.7.1/84-171-03_path_export.png diff --git a/module.info b/module.info index d242a2b4..c97a472d 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: vSphereDB -Version: master +Version: 1.7.1 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