Releases: vmware/powershell-module-for-vmware-cloud-foundation-reporting
v2.7.0
Release Date: 2025-05-22
Important
This module will only be sustained for supported versions of VMware Cloud Foundation 5.x to address critical issues. You can find details on supported versions in the Broadcom Product Lifecycle.
Please note that this module will not provide support or new enhancements for future major releases of VMware Cloud Foundation. If you're planning to upgrade to those newer releases, we encourage you to explore alternative in-product or custom automation solutions.
We truly appreciate your reliance on and support of this module. Thank you for your understanding as we transition to sustaining the module for these specific major versions.
Documentation:
- Updated documentation to use example context. (#242, #243, #245, #246, #247, #248, #249, #250, #251, #252, #253, #254, #255, #256, #257, #258, #259, #260, #261, #262, #263)
Chore:
v2.6.3
v2.6.2
Release Date: 2024-05-28
Bugfix:
- Updated
Invoke-VcfHealthReportcmdlet to handle.or-in the report path. GH-217 - Updated
Invoke-VcfAlertReportcmdlet to handle.or-in the report path. GH-217 - Updated
Invoke-VcfConfigReportcmdlet to handle.or-in the report path. GH-217 - Updated
Invoke-VcfUpgradePrecheckcmdlet to handle.or-in the report path. GH-217 - Updated
Invoke-VcfOverviewReportcmdlet 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-VcfHealthReportfunction to verify that the tar utility is present on Windows if using Windows PowerShell 5.1 (Desktop) or PowerShell 7 (Core). Thetarutility 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-Pathfor 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
RequiredModuleskey to the module manifest to specify the minimum dependencies required to install and run the PowerShell module. GH-155 - Updated
Test-VcfReportingPrereqto verify that the minimum dependencies are met to run the PowerShell module based on the module's manifest. GH-155
🧹 Chore:
- Updated
PowerValidatedSolutionsfrom v2.4.0 to v2.5.0. GH-155