Release History¶
v1.5.5¶
Release Date: 2025-05-06
Documentation:
- Updated documentation to use example context. #141
Chore:
- Updated
VMware.PowerCLImodule dependency to v13.3.0. #140 - Updated
PowerValidatedSolutionsmodule dependency to v2.12.0. #140
v1.5.4¶
Release Date: 2024-08-07
Enhancement:
- Added Pester tests for certificate management. GH-119
- Add support for non-disruptive ESX certificate replacement in VMware Cloud Foundation 5.2 to
Install-VcfCertificatefunction. GH-123 - Add support for uploading the private key for non-disruptive ESX certificate replacement in VMware Cloud Foundation 5.2 to
Install-VcfCertificatefunction. GH-123
Chore:
- Updated
PowerValidatedSolutionsfrom v2.9.0 to v2.11.0. GH-123
v1.5.3¶
Release Date: 2024-03-26
Bugfix:
- Fixed issue with
vsanDataMigrationModenot set as optional parameter. GH-112 - Fixed issue with for loop missing semicolons. GH-112
- Fixed typo issue with
Request-VCFCertificateCSRcmdlet name withinRequest-SddcCsrcmdlet. GH-112
Chore:
- Updated
VMware.PowerCLImodule dependency from v13.1.0 to v13.2.1. GH-113 - Updated
PowerValidatedSolutionsmodule dependency from v2.8.0 to v2.9.0. GH-113 - Validated for VMware Cloud Foundation 5.1.1. GH-112
v1.5.2¶
Release Date: 2024-02-29
Enhancement:
- Added a restart for specific vCenter services to
Set-EsxiCertificateModefunction. GH-110
v1.5.1¶
Release Date: 2024-01-30
Breaking Change:
- Removes support for Microsoft Windows PowerShell 5.1. Please use Microsoft PowerShell 7.2.0 or later. GH-105
Enhancement:
- Added
vsanDataMigrationModeoption toInstall-EsxiCertificatecmdlet. Options includeFullandEnsureAccessibility. GH-101 - Added
Get-EsxiHostVsanMaintenanceModePrecheckcmdlet. GH-101
Chore:
- Updated
PowerVCFfrom v2.4.0 to v2.4.1. GH-107 - Updated
PowerValidatedSolutionsfrom v2.6.0 to v2.8.0. GH-104
v1.5.0¶
Release Date: 2023-12-05
Bugfix:
- Fixes issue with the file path on Linux that is not present on Windows. GH-97
Enhancement:
- Added support for use of secure strings for sensitive parameters. GH-95
v1.4.1¶
Release Date: 2023-11-27
Bugfix:
- Updated
Test-EsxiCertMgmtChecksto pass theserverparameter value for the Certificate Authority and vSAN status checks. GH-90
v1.4.0¶
Release Date: 2023-10-05
Enhancement:
- Breaking Change: Renamed
Set-SddcCertificateAuthoritytoSet-VcfCertificateAuthority. GH-74 - Breaking Change: Renamed
Request-SddcCertificatetoRequest-VcfSignedCertificate. GH-74 - Breaking Change: Refactored
Set-SddcCertificateAuthorityto support OpenSSL Certificate Authority configuration. GH-68 - Breaking Change: Refactored
Get-EsxiCertificateThumbprintandGet-vCenterCertificateThumbprintto a single functionGet-VcfCertificateThumbprint. GH-68 - Added
Request-VcfCsras a wrapper forRequest-EsxiCsrandRequest-SddcCsr. GH-68 - Added
Install-VcfCertificateas a wrapper forInstall-EsxiCertificateandInstall-SddcCertificate. GH-68
Bugfix:
- Updated
Get-vSANHealthSummaryto report correct status GH-78
Documentation:
- Added reference guide for VMware Cloud Foundation Certificate Operations. GH-68
Chore:
- Updated
PowerVCFfrom v2.3.0 to v2.4.0. GH-81 - Updated cmdlet content for Aria Suite, formerly known as vRealize Suite, products to use the new Aria names where applicable. GH-66
- Updated cmdlet content in the
/docs/documentation. GH-68
v1.3.0¶
Release Date: 2023-08-29
Enhancement:
- Added the
Set-SddcCertificateAuthoritycmdlet to set the certificate authority in SDDC Manager to use a Microsoft Certificate Authority. GH-52 - Added the
Request-SddcCsrcmdlet to request SDDC Manager to generate and store certificate signing request files. GH-52 - Added the
Request-SddcCertificatecmdlet to request SDDC Manager to connect to certificate authority to sign the certificate signing request files and to store the signed certificates. GH-52 - Added the
Install-SddcCertificatescmdlet to install the signed certificates for all components associated with the given workload domain. GH-52
Chore:
- Updated
VMware.PowerCLIfrom v13.0.0 to v13.1.0 GH-58 - Updated
PowerValidatedSolutionsfrom v2.5.0 to v2.6.0. GH-58
v1.2.0¶
Release Date: 2023-07-25
Enhancement:
- Updated module to use
Test-VCFConnectioninstead ofTest-Connectionwhere applicable. GH-45 - Updated module to use
Test-EsxiConnectioninstead ofTest-NetConnectionwhere applicable. GH-45
Chore:
- Added the
RequiredModuleskey to the module manifest to specify the minimum dependencies required to install and run the PowerShell module. GH-48 - Updated
PowerValidatedSolutionsfrom v2.2.0 to v2.5.0. GH-49
v1.1.0¶
Release Date: 2023-06-27
Enhancement:
- Added support for an ESX certificate management pre-check with
Test-EsxiCertMgmtCheckscmdlet. GH-37 - Added support for PowerShell Core. GH-37
- Added support for VMware PhotonOS. GH-37
- Enhanced
Get-vSANHealthSummarycmdlet improving log messages and adding a check for vSAN services. GH-37
Bugfix:
- Added a disconnect from vCenter prior to an ESX host reboot. GH-36
v1.0.0¶
Release Date: 2023-05-30
Initial availability of the PowerShell module for VMware Cloud Foundation Certificate Management.