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