Releases: vmware/powershell-module-for-vmware-cloud-foundation-reporting
Releases · vmware/powershell-module-for-vmware-cloud-foundation-reporting
v2.6.3
v2.6.2
Release Date: 2024-05-28
Bugfix:
- Updated
Invoke-VcfHealthReport
cmdlet to handle.
or-
in the report path. GH-217 - Updated
Invoke-VcfAlertReport
cmdlet to handle.
or-
in the report path. GH-217 - Updated
Invoke-VcfConfigReport
cmdlet to handle.
or-
in the report path. GH-217 - Updated
Invoke-VcfUpgradePrecheck
cmdlet to handle.
or-
in the report path. GH-217 - Updated
Invoke-VcfOverviewReport
cmdlet to handle.
or-
in the report path. GH-217
Chore:
v2.6.1
v2.6.0
v2.5.0
Release Date: 2023-12-15
Breaking Change:
- Removes support for Microsoft Windows PowerShell 5.1. Please use Microsoft PowerShell 7.2.0 or later. GH-200
Enhancement:
- Added a prerequisite check to
Invoke-VcfHealthReport
function to verify that the tar utility is present on Windows if using Windows PowerShell 5.1 (Desktop) or PowerShell 7 (Core). Thetar
utility is included with Windows Server 2019 and later and is noted as a system requirement in the documentation. GH-191 - Added support for use of secure strings for sensitive parameters. GH-199
Chore:
v2.4.2
v2.4.1
Release Date: 2023-09-25
🧹 Chore:
- Updated code to use
Join-Path
for file paths to simplify the code and better support Windows and Linux.
v2.4.0
v2.3.0
Release Date: 2023-07-25
💥 Enhancement:
- Added the
RequiredModules
key to the module manifest to specify the minimum dependencies required to install and run the PowerShell module. GH-155 - Updated
Test-VcfReportingPrereq
to verify that the minimum dependencies are met to run the PowerShell module based on the module's manifest. GH-155
🧹 Chore:
- Updated
PowerValidatedSolutions
from v2.4.0 to v2.5.0. GH-155