|
1 | 1 | # VMware vSphere As Built Report Changelog |
2 | 2 |
|
3 | | -## [1.0.5] - 2019-05-15 |
| 3 | +## [1.0.6] - 2019-05-16 |
4 | 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 | | - |
15 | | -## [1.0.3] - 2019-05-14 |
16 | | -### Changed |
17 | | -- Improvements to code and report readability |
| 5 | +- Fixed code errors which prevented a report from being generated |
| 6 | +- Improved code and report readability |
18 | 7 | - Fixed vCenter Server licensing reporting |
19 | 8 | - Fixed Datastore reporting when an empty datastore cluster exists |
20 | 9 | - Fixed DRS Cluster Group reporting when group does not contain any members |
21 | 10 | - Fixed DRS Cluster Group sorting |
22 | 11 | - Fixed VMHost reporting to exclude HCX Cloud Gateway host |
| 12 | +- Updated VMware default style to more closely align with Clarity |
23 | 13 |
|
24 | 14 | ## [1.0.0] - 2019-03-27 |
25 | 15 | ### Added |
26 | | -- Update Manager Server name added to vCenter Server detailed information |
| 16 | +- Added Update Manager Server name to vCenter Server detailed information |
27 | 17 |
|
28 | 18 | ### Changed |
29 | | -- Corrected VMHost count for Distributed Virtual Switches |
30 | | -- Corrected vCenter Server licensing for vCenter Server 5.5/6.0 |
| 19 | +- Fixed VMHost count for Distributed Virtual Switches |
| 20 | +- Fixed vCenter Server licensing for vCenter Server 5.5/6.0 |
31 | 21 | - Fixed script termination where ESXi hosts do not have a datastore |
32 | 22 |
|
33 | 23 | ## [0.4.0] - 2019-03-15 |
|
43 | 33 | - Added Cluster VM Overrides section |
44 | 34 |
|
45 | 35 | ### Changed |
46 | | -- Improvements to code structure & readability |
47 | | -- Improvements to output formatting |
48 | | -- Improvements to vSphere HA/DRS Cluster reporting and health checks |
49 | | -- Improvements to VM reporting and health checks |
50 | | -- Corrected sorting of numerous table entries |
51 | | -- Corrected VMHost & VM uptime calculations |
52 | | -- Corrected display of 3rd party Multipath Policy plugins |
53 | | -- Corrected vSAN type & disk count |
| 36 | +- Improved code structure & readability |
| 37 | +- Improved output formatting |
| 38 | +- Improved vSphere HA/DRS Cluster reporting and health checks |
| 39 | +- Improved VM reporting and health checks |
| 40 | +- Fixed sorting of numerous table entries |
| 41 | +- Fixed VMHost & VM uptime calculations |
| 42 | +- Fixed display of 3rd party Multipath Policy plugins |
| 43 | +- Fixed vSAN type & disk count |
54 | 44 | - Updated Get-Uptime & Get-License functions |
55 | 45 |
|
56 | 46 | ## [0.2.2] - 2018-09-19 |
57 | 47 | ### Added |
58 | 48 | - Added new VM health checks for CPU Hot Add/Remove, Memory Hot Add & Change Block Tracking |
59 | | -- Improvements to VM reporting for Guest OS, CPU Hot Add/Remove, Memory Hot Add & Change Block Tracking |
| 49 | +- Improved VM reporting for Guest OS, CPU Hot Add/Remove, Memory Hot Add & Change Block Tracking |
60 | 50 | - Minor updates to section paragraph text |
61 | 51 |
|
62 | 52 | ## 0.2.1 |
63 | | -### What's New |
| 53 | +### Added |
64 | 54 | - Added SDRS VM Overrides to Datastore Cluster section |
| 55 | + |
| 56 | +### Changed |
65 | 57 | - SCSI LUN section rewritten to improve script performance |
66 | 58 | - Fixed issues with current working directory paths |
67 | | -- Changes to InfoLevel settings and definitions |
| 59 | +- Changed InfoLevel settings and definitions |
68 | 60 | - Script formatting improvements to some sections to align with PowerShell best practice guidelines |
69 | 61 | - vCenter Server SSL Certificate section removed temporarily |
70 | 62 |
|
71 | 63 | ## 0.2.0 |
72 | | -### What's New |
73 | | -- Requires PScribo module 0.7.24 |
| 64 | +### Added |
74 | 65 | - Added regions/endregions to all sections of script |
75 | | -- Formatting improvements |
76 | 66 | - Added Resource Pool summary information |
77 | 67 | - Added vSAN summary information |
78 | 68 | - Added vCenter Server mail settings health check |
79 | | -- Datastore Clusters now has it's own dedicated section |
80 | 69 | - Added DSCluster health checks |
81 | 70 | - Added VM Power State health check |
| 71 | +- Added support for NSX-V reporting |
| 72 | + |
| 73 | +### Changed |
| 74 | +- Updated about_Requires to PScribo module 0.7.24 |
| 75 | +- Formatting improvements |
| 76 | +- Datastore Clusters now has it's own dedicated section |
82 | 77 | - Renamed Storage section to Datastores |
83 | 78 | - Renamed Storage health checks section to Datastore |
84 | | -- Added support for NSX-V reporting |
0 commit comments