Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 17:16
d17d979

Release Date: 2024-10-02

Bugfix:

  • Added support to PowerManagement-ManagmentDomain.ps1 and PowerManagement-WorkloadDomain.ps1 for 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.ps1 and PowerManagement-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 with Test-EndpointConnection from the PowerShell module dependency PowerValidatedSolutions. 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