|
1 | 1 | # :arrows_counterclockwise: VMware vSphere As Built Report Changelog |
2 | 2 |
|
3 | | -## [1.3.0] - Unreleased |
| 3 | +## [[1.3.0](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.3.0)] - Unreleased |
4 | 4 | ### Fixed |
5 | | -- Fixed Datastore table sort by Datastore Name |
6 | | -- Fixed issues with vSAN advanced detailed reporting |
7 | | -- Fixed issues with VMkernel Adpater reporting |
8 | | -- Fixed issues with Distributed vSwitch advanced detailed reporting |
9 | | -- Fixed display issues with highlights in `README.md` |
| 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) |
10 | 11 |
|
11 | 12 | ### Added |
12 | | -- Added PowerShell 7 compatibility |
13 | | -- Added PSScriptAnalyzer & PublishPSModule GitHub Action workflows |
14 | | -- Added comprehensive reporting for VI roles |
15 | | -- Added advanced detailed reporting for vSAN disks |
16 | | -- Added support for VMware Cloud environments (VCF, VMC, AVS, GVE) (Fix #87) |
| 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) |
17 | 19 |
|
18 | 20 |
|
19 | | -## [1.2.1] - 2020-09-29 |
| 21 | +## [[1.2.1](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.2.1)] - 2020-09-29 |
20 | 22 | ### Fixed |
21 | 23 | - Fixed sort order of VMHost PCI Devices |
22 | 24 | - Fixed VMHost reporting for InfoLevels 1 & 2 |
|
26 | 28 | - Set fixed table column widths for improved formatting |
27 | 29 | - Corrected section header colours in VMware default style |
28 | 30 |
|
29 | | -## [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 |
30 | 32 | ### Added |
31 | 33 | - vCenter Server advanced system settings |
32 | 34 | - vCenter Server alarm health check |
|
44 | 46 | ### Fixed |
45 | 47 | - Section error with vSAN InfoLevel 4 or above |
46 | 48 | - Fixed text color for highlighted cells in default VMware style |
47 | | -- Fixed reporting of stateless boot devices (Fix #76) |
48 | | -- Fixed issue where script was failing trying to parse vSphere Tag data (Fix #77) |
49 | | -- 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)) |
50 | 52 |
|
51 | | -## [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 |
52 | 54 | ### Added |
53 | | -- Added vCenter Server certificate information (Fix #31) |
| 55 | +- Added vCenter Server certificate information ([Fix #31](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/31)) |
54 | 56 | - Added VM summary information |
55 | 57 | - Added VM disk and guest volume information |
56 | 58 | - Added Virtual Switch to VMkernel adapter information |
|
67 | 69 |
|
68 | 70 | ### Changed |
69 | 71 | - Improved report formatting |
70 | | -- Improved VMHost storage adapter reporting (Fix #32) |
| 72 | +- Improved VMHost storage adapter reporting ([Fix #32](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/32)) |
71 | 73 | - Improved VMHost network adapter CDP reporting |
72 | 74 | - Improved VM SCSI controller reporting |
73 | 75 | - Updated VMHost CPU & Memory totals/usage in Detailed level |
74 | 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`. |
75 | 77 | - Updated README with minimum required privileges to generate a VMware vSphere As Built Report. Full administrator privileges should no longer be required. |
76 | 78 |
|
77 | 79 | ### Fixed |
78 | | -- Resolved issue with VMHost PCI device reporting (Fix #33) |
79 | | -- Resolved issue with reporting of ESXi boot device size (Fix #65) |
80 | | -- Resolved issue with vSphere licensing (Fix #68 & #69) |
81 | | -- 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)) |
82 | 84 | - Resolved issue with VMHost uptime health check reporting |
83 | 85 |
|
84 | 86 | ### Removed |
85 | | -- 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)) |
86 | 88 | - Removed VMHost CPU & Memory usage from Informative level |
87 | 89 |
|
88 | | -## [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 |
89 | 91 | ### Changed |
90 | 92 | - Fixed font in default VMware style |
91 | 93 | - Updated module manifest for icon and release notes |
92 | 94 |
|
93 | 95 | ### Removed |
94 | 96 | - Removed Services health check |
95 | 97 |
|
96 | | -## [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 |
97 | 99 | ### Changed |
98 | 100 | - Fixed code errors which prevented a report from being generated |
99 | 101 | - Improved code and report readability |
|
104 | 106 | - Fixed VMHost reporting to exclude HCX Cloud Gateway host |
105 | 107 | - Updated VMware default style to more closely align with Clarity |
106 | 108 |
|
107 | | -## [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 |
108 | 110 | ### Added |
109 | 111 | - Added Update Manager Server name to vCenter Server detailed information |
110 | 112 |
|
|
0 commit comments