Release History¶
v1.6.0¶
Release Date: 2025-06-05
Documentation:
- Updated documentation to use example context. (#119, #120, #129, #130, #131, #132, #133)
Chore:
- Updated
VMware.PowerCLImodule dependency from v13.2.1 to v13.3.0. (#126) - Updated
PowerValidatedSolutionsmodule dependency from v2.11.0 to v2.12.1. (#126)
v1.5.0¶
Release Date: 2024-10-02
Bugfix:
- Added support to
PowerManagement-ManagmentDomain.ps1andPowerManagement-WorkloadDomain.ps1for vSAN File Services to be excluded from customer virtual machines. GH-95 - Added exit to Tanzu Code in
PowerManagement-WorkloadDomain.ps1GH-97 - Added support to
PowerManagement-ManagmentDomain.ps1andPowerManagement-WorkloadDomain.ps1for testing ESXi host connection before SSH connection. GH-98 - Fix for issue #101GH-106
- Fix for issue #104GH-106
Enhancement:
- Added check to verify if workload domain vCenter Server instances are still powered on before starting the shutdown of the management domain to
PowerManagement-ManagmentDomain.ps1. GH-90 - Various improvements in workflows, log messages, file syntax. GH-106 and GH-107
Refactor:
- Replaced the use of
Test-NetConnectionwithTest-EndpointConnectionfrom the PowerShell module dependencyPowerValidatedSolutions. GH-85 - Updated
PowerManagement-ManagmentDomain.ps1to allow for FQDN or IP address of SDDC Manager. GH-92 - Removed obsolete and not used code in the sample scripts.
- Apply common formatting for the files. GH-107
Chore:
- Updated
PowerVCFfrom v2.3.0 to v2.4.1. GH-108 - Added
PowerValidatedSolutionsv2.8.0 as a PowerShell module dependency. GH-38 - Updated
PowerValidatedSolutionsfrom v2.8.0 to 2.11.0. GH-108 - Updated
Write-PowerManagementLogMessageto set color for message types. This will allow for all references to use color based on function. GH-89
v1.4.0¶
Release Date: 2023-12-05
Enhancement:
- Added support for VMware Cloud Foundation 5.0 on Dell VxRail. GH-75
v1.3.0¶
Release Date: 2023-11-16
Enhancement:
- Added secure strings for sensitive parameters. GH-73
v1.2.0¶
Release Date: 2023-07-25
Enhancement:
- Updated each cmdlet to include the
.PARAMETERdetails. GH-27 - Added support for VMware Cloud Foundation 5.0. GH-37
Chore:
v1.1.0¶
Release Date: 2022-12-09
The initial release of the PowerShell Module for VMware Cloud Foundation Power Management, VMware.CloudFoundation.PowerManagement, replacing VMware.PowerManagement.
Enhancement:
- Sample scripts use the vSAN shutdown wizard API (VMware Cloud Foundation version 4.5 and later.)
- Added support for multiple clusters in a workload domain.
- Added support for NSX Managers that are shared between workload domains.
- Bugfixes and workflow improvements.