Releases: vmware/powershell-module-for-vmware-cloud-foundation-certificate-management
v1.5.5
Release Date: 2025-05-06
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. #141
Chore:
v1.5.4
Release Date: 2024-08-07
Enhancement:
- Added Pester tests for certificate management. GH-119
- Add support for non-disruptive ESXi certificate replacement in VMware Cloud Foundation 5.2 to
Install-VCFCertificatefunction. GH-123 - Add support for uploading the private key for non-disruptive ESXi 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
v1.5.2
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:
v1.5.0
v1.4.1
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:
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: