You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 1.3.5 - 2025-02-27
### Fixed
- Fix vSAN Capacity Overview reporting
- Fix issue with license reporting ([Fix#128](#128))
- Fix issue with vCenter user privileges not handling groups (@nathcoad) ([Fix#102](#102))
- Fix time & date outputs showing incorrect date format
- Fix VMware Update Manager reporting with PowerShell 7
### Added
- Add Free resource capacity reporting to VMhost hardware section
### Changed
- Update VMware PowerCLI requirements to version 13.3
- Improve error reporting for vSAN section
- Improve data size reporting. Data sizes are now displayed in more appropriately sized data units.
- Change list tables to 40/60 column widths
- Change datastore capacity reporting to include percentage used & free values
- Update GitHub release workflow to add post to Bluesky social platform
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 1.3.5 - 2025-02-27
9
+
### Fixed
10
+
- Fix vSAN Capacity Overview reporting
11
+
- Fix issue with license reporting ([Fix #128](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/128))
12
+
- Fix issue with vCenter user privileges not handling groups (@nathcoad) ([Fix #102](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/102))
13
+
- Fix time & date outputs showing incorrect date format
14
+
- Fix VMware Update Manager reporting with PowerShell 7
15
+
16
+
### Added
17
+
- Add Free resource capacity reporting to VMhost hardware section
18
+
19
+
### Changed
20
+
- Update VMware PowerCLI requirements to version 13.3
21
+
- Improve error reporting for vSAN section
22
+
- Improve data size reporting. Data sizes are now displayed in more appropriately sized data units.
23
+
- Change list tables to 40/60 column widths
24
+
- Change datastore capacity reporting to include percentage used & free values
25
+
- Update GitHub release workflow to add post to Bluesky social platform
Write-PScriboMessage-Plugin "Module"-IsWarning "$($RequiredModule.Name+""+$ModuleVersion) is currently installed."
28
29
if ($ModuleVersion-eq".") {
29
30
throw"VMware PowerCLI $Version or higher is required to run the VMware vSphere As Built Report. Run 'Install-Module -Name $Name -MinimumVersion $Version -Force' to install the required modules."
0 commit comments