|
1 | 1 | # :arrows_counterclockwise: VMware vSphere As Built Report Changelog |
2 | 2 |
|
3 | | -## [1.2.1] - 2020-09-29 |
| 3 | +## [[1.3.1](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.3.1)] - 2021-09-03 |
| 4 | + |
| 5 | +### Added |
| 6 | +- VMHost network adapter LLDP reporting |
| 7 | + |
| 8 | +## [[1.3.0](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.3.0)] - 2021-08-29 |
| 9 | +### Fixed |
| 10 | +- Incorrect section reporting with certain InfoLevels |
| 11 | +- Datastore table now sorts by Datastore Name |
| 12 | +- vSAN advanced detailed reporting |
| 13 | +- VMkernel Adpater reporting |
| 14 | +- Distributed vSwitch advanced detailed reporting |
| 15 | +- Display issues with highlights in [README.md](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/blob/master/README.md) |
| 16 | + |
| 17 | +### Added |
| 18 | +- PowerShell 7 compatibility |
| 19 | +- PSScriptAnalyzer & PublishPSModule GitHub Action workflows |
| 20 | +- Advanced detailed reporting for VI roles |
| 21 | +- Advanced detailed reporting for vSAN disks |
| 22 | +- Support for VMware Cloud environments (VCF, VMC, AVS, GVE) ([Fix #87](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/87)) |
| 23 | +- Include release and issue links in [README.md](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/blob/master/README.md) |
| 24 | + |
| 25 | + |
| 26 | +## [[1.2.1](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.2.1)] - 2020-09-29 |
4 | 27 | ### Fixed |
5 | 28 | - Fixed sort order of VMHost PCI Devices |
6 | 29 | - Fixed VMHost reporting for InfoLevels 1 & 2 |
|
10 | 33 | - Set fixed table column widths for improved formatting |
11 | 34 | - Corrected section header colours in VMware default style |
12 | 35 |
|
13 | | -## [1.2.0] - 2020-08-31 |
| 36 | +## [[1.2.0](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.2.0)] - 2020-08-31 |
14 | 37 | ### Added |
15 | 38 | - vCenter Server advanced system settings |
16 | 39 | - vCenter Server alarm health check |
|
28 | 51 | ### Fixed |
29 | 52 | - Section error with vSAN InfoLevel 4 or above |
30 | 53 | - Fixed text color for highlighted cells in default VMware style |
31 | | -- Fixed reporting of stateless boot devices (Fix #76) |
32 | | -- Fixed issue where script was failing trying to parse vSphere Tag data (Fix #77) |
33 | | -- Fixed issue with reporting on PCI-E device drivers by adding additional filter (Fix #75) |
| 54 | +- Fixed reporting of stateless boot devices ([Fix #76](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/76)) |
| 55 | +- Fixed issue where script was failing trying to parse vSphere Tag data ([Fix #77](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/77)) |
| 56 | +- Fixed issue with reporting on PCI-E device drivers by adding additional filter ([Fix #75](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/75)) |
34 | 57 |
|
35 | | -## [1.1.3] - 2020-02-04 |
| 58 | +## [[1.1.3](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.1.3)] - 2020-02-04 |
36 | 59 | ### Added |
37 | | -- Added vCenter Server certificate information (Fix #31) |
| 60 | +- Added vCenter Server certificate information ([Fix #31](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/31)) |
38 | 61 | - Added VM summary information |
39 | 62 | - Added VM disk and guest volume information |
40 | 63 | - Added Virtual Switch to VMkernel adapter information |
|
51 | 74 |
|
52 | 75 | ### Changed |
53 | 76 | - Improved report formatting |
54 | | -- Improved VMHost storage adapter reporting (Fix #32) |
| 77 | +- Improved VMHost storage adapter reporting ([Fix #32](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/32)) |
55 | 78 | - Improved VMHost network adapter CDP reporting |
56 | 79 | - Improved VM SCSI controller reporting |
57 | 80 | - Updated VMHost CPU & Memory totals/usage in Detailed level |
58 | 81 | - Updated report JSON structure & default settings. A new report JSON must be generated for this release, use `New-AsBuiltReportConfig -Report VMware.vSphere -Path <path> -Overwrite`. |
59 | 82 | - Updated README with minimum required privileges to generate a VMware vSphere As Built Report. Full administrator privileges should no longer be required. |
60 | 83 |
|
61 | 84 | ### Fixed |
62 | | -- Resolved issue with VMHost PCI device reporting (Fix #33) |
63 | | -- Resolved issue with reporting of ESXi boot device size (Fix #65) |
64 | | -- Resolved issue with vSphere licensing (Fix #68 & #69) |
65 | | -- Resolved vSwitch reporting issue with physical adpaters (Fix #27) |
| 85 | +- Resolved issue with VMHost PCI device reporting ([Fix #33](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/33)) |
| 86 | +- Resolved issue with reporting of ESXi boot device size ([Fix #65](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/65)) |
| 87 | +- Resolved issue with vSphere licensing ([Fix #68](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/68) & [Fix #69](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/69)) |
| 88 | +- Resolved vSwitch reporting issue with physical adpaters ([Fix #27](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/27)) |
66 | 89 | - Resolved issue with VMHost uptime health check reporting |
67 | 90 |
|
68 | 91 | ### Removed |
69 | | -- Removed support for ESX/ESXi hosts prior to vSphere 5.0 (Fix #67) |
| 92 | +- Removed support for ESX/ESXi hosts prior to vSphere 5.0 ([Fix #67](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/67)) |
70 | 93 | - Removed VMHost CPU & Memory usage from Informative level |
71 | 94 |
|
72 | | -## [1.0.7] - 2019-06-21 |
| 95 | +## [[1.0.7](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.0.7)] - 2019-06-21 |
73 | 96 | ### Changed |
74 | 97 | - Fixed font in default VMware style |
75 | 98 | - Updated module manifest for icon and release notes |
76 | 99 |
|
77 | 100 | ### Removed |
78 | 101 | - Removed Services health check |
79 | 102 |
|
80 | | -## [1.0.6] - 2019-05-16 |
| 103 | +## [[1.0.6](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.0.6)] - 2019-05-16 |
81 | 104 | ### Changed |
82 | 105 | - Fixed code errors which prevented a report from being generated |
83 | 106 | - Improved code and report readability |
|
88 | 111 | - Fixed VMHost reporting to exclude HCX Cloud Gateway host |
89 | 112 | - Updated VMware default style to more closely align with Clarity |
90 | 113 |
|
91 | | -## [1.0.0] - 2019-03-27 |
| 114 | +## [[1.0.0](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.0.0)] - 2019-03-27 |
92 | 115 | ### Added |
93 | 116 | - Added Update Manager Server name to vCenter Server detailed information |
94 | 117 |
|
95 | | -### Changed |
| 118 | +### Changed |
96 | 119 | - Fixed VMHost count for Distributed Virtual Switches |
97 | 120 | - Fixed vCenter Server licensing for vCenter Server 5.5/6.0 |
98 | 121 | - Fixed script termination where ESXi hosts do not have a datastore |
|
136 | 159 | - Fixed issues with current working directory paths |
137 | 160 | - Changed InfoLevel settings and definitions |
138 | 161 | - Script formatting improvements to some sections to align with PowerShell best practice guidelines |
139 | | -- vCenter Server SSL Certificate section removed temporarily |
| 162 | +- vCenter Server SSL Certificate section removed temporarily |
140 | 163 |
|
141 | 164 | ## [0.2.0] |
142 | 165 | ### Added |
|
0 commit comments