Skip to content

Commit

Permalink
Prepare v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Apr 21, 2023
1 parent 4ec13a9 commit 3f8a068
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/01-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
20 changes: 15 additions & 5 deletions doc/84-Changelog.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,34 @@
<a id="Changelog"></a>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)
Expand Down
2 changes: 1 addition & 1 deletion module.info
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3f8a068

Please sign in to comment.