Release History¶
v1.5.0¶
Release Date: 2024-10-02
Bugfix:
- Added support to
PowerManagement-ManagmentDomain.ps1
andPowerManagement-WorkloadDomain.ps1
for vSAN File Services to be excluded from customer virtual machines. GH-95 - Added exit to Tanzu Code in
PowerManagement-WorkloadDomain.ps1
GH-97 - Added support to
PowerManagement-ManagmentDomain.ps1
andPowerManagement-WorkloadDomain.ps1
for 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-NetConnection
withTest-EndpointConnection
from the PowerShell module dependencyPowerValidatedSolutions
. GH-85 - Updated
PowerManagement-ManagmentDomain.ps1
to 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
PowerVCF
from v2.3.0 to v2.4.1. GH-108 - Added
PowerValidatedSolutions
v2.8.0 as a PowerShell module dependency. GH-38 - Updated
PowerValidatedSolutions
from v2.8.0 to 2.11.0. GH-108 - Updated
Write-PowerManagementLogMessage
to 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
.PARAMETER
details. 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.