Skip to content

Commit 9256529

Browse files
authored
v1.0.5 patch (#48)
* Fix for issue #17. If statement added to ensure tables are not generated for ESXi hosts which do not have datastores * Improve error reporting for vCenter Server connections. * Fix issue with incorrect VMHost count for distributed virtual switches * Fix vCenter licensing & VUM reporting - Fix vCenter licensing information for vSphere 5.5/6.0 - Collect Update Manager Server name - Bypass VUM sections if VUM connection does not exist - Update module number to 1.0.0 * Update README & CHANGELOG * Update manifest and README * Update VScode workspace settings Clear $vCenter variable in vSphere report script * Fix metadata badges in README * Minor Update (#26) * Update links on metadata badges in README * Update metadata badge links to open to new browser window * Update README, CHANGELOG & CONTRIBUTING * Update Invoke-AsBuiltReport.VMware.vSphere.ps1 * PS Edition information (#29) * Update manifest with PS Edition information * Update metadata badge links to open to new browser window * Update README, CHANGELOG & CONTRIBUTING * Correct `Credential` parameter in examples of README * Fix to hide ESXi datastore section if no datastores exist. * Fix issues with vCenter Server licensing & Datastore Cluster reporting * v1.0.1 patch * Improve code and report readability * Fix vCenter licensing (Issue #34) * Fix Datastore reporting when an empty datastore cluster exists (Issue #35) * Fix VMHost reporting to exclude HCX Cloud Gateway host (Issue #36) * v1.0.1 README & CHANGELOG * Update README & CHANGELOG for v1.0.1 * v1.0.1 patch (#37) * Improve code and report readability * Fix vCenter licensing (Issue #34) * Fix Datastore reporting when an empty datastore cluster exists (Issue #35) * Fix VMHost reporting to exclude HCX Cloud Gateway host (Issue #36) * Update README & CHANGELOG * v1.0.2 patch * Fix DRS Cluster Group reporting when group does not contain any members * Fix DRS Cluster Group sorting * Fix VMHost reporting to exclude HCX Cloud Gateway host * Update metadata badge links to open to new browser window * Update README, CHANGELOG & CONTRIBUTING * v1.0.2 patch * Fix DRS Cluster Group reporting when group does not contain any members * Fix DRS Cluster Group sorting * Fix VMHost reporting to exclude HCX Cloud Gateway host * v1.0.2 patch (#38) * Fix DRS Cluster Group reporting when group does not contain any members * Fix DRS Cluster Group sorting * Fix VMHost reporting to exclude HCX Cloud Gateway host * v1.0.3 patch - Fix DRS Cluster Group reporting * v1.0.3 patch (#39) - Fix DRS Cluster Group reporting * v1.0.3 patch with updated manifest & docs - Update manifest, README and CHANGELOG * v1.0.4 patch (#42) * Fix error in Cluster permissions code * Fix error in VDS Traffic Shaping code * Improve report readability for ESXi firewall reporting * Improve report readability for DRS Groups & DRS Rules reporting * v1.0.5 patch * Fix errors in DRS rule code * Fix errors in DRS Vm Overrides code
1 parent 46094d2 commit 9256529

File tree

3 files changed

+68
-34
lines changed

3 files changed

+68
-34
lines changed

AsBuiltReport.VMware.vSphere.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
RootModule = 'AsBuiltReport.VMware.vSphere.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '1.0.3'
14+
ModuleVersion = '1.0.5'
1515

1616
# Supported PSEditions
1717
CompatiblePSEditions = 'Desktop'

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# VMware vSphere As Built Report Changelog
22

3+
## [1.0.5] - 2019-05-15
4+
### Changed
5+
- Fix errors in DRS rule code
6+
- Fix errors in DRS Vm Overrides code
7+
8+
## [1.0.4] - 2019-05-15
9+
### Changed
10+
- Fixed errors in Cluster permissions code
11+
- Fixed errors in VDS Traffic Shaping code
12+
- Improved report readability for ESXi firewall reporting
13+
- Improved report readability for DRS Groups & DRS Rules reporting
14+
315
## [1.0.3] - 2019-05-14
416
### Changed
517
- Improvements to code and report readability

0 commit comments

Comments
 (0)