Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 8e8c01e

Browse files
committed
chore(release): v1.5.4 (#124)
Release v1.5.4. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent 8921339 commit 8e8c01e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v1.5.4
44

5-
> Release Date: Unreleased
5+
> Release Date: 2024-07-25
66
77
Enhancement:
88

VMware.CloudFoundation.CertificateManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Module manifest for module 'VMware.CloudFoundation.CertificateManagement'
55
# Generated by: Broadcom
6-
# Generated on: 2024-07-23
6+
# Generated on: 2024-07-25
77

88
@{
99

docs/snippets/install-module.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
2-
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -Repository PSGallery
2+
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.3.3 -Repository PSGallery
33
Install-Module -Name PowerVCF -MinimumVersion 2.4.1 -Repository PSGallery
44
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Repository PSGallery
55
Install-Module -Name VMware.CloudFoundation.CertificateManagement -Repository PSGallery
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -Path /home/modules -Repository PSGallery
1+
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.3.3 -Path /home/modules -Repository PSGallery
22
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path /home/modules -Repository PSGallery
33
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Path /home/modules -Repository PSGallery
44
Save-Module -Name VMware.CloudFoundation.CertificateManagement -Path /home/modules -Repository PSGallery
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -Path F:\Modules\ -Repository PSGallery
1+
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.3.3 -Path F:\Modules\ -Repository PSGallery
22
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path F:\Modules\ -Repository PSGallery
33
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Path F:\Modules\ -Repository PSGallery
44
Save-Module -Name VMware.CloudFoundation.CertificateManagement -Path F:\Modules\ -Repository PSGallery

0 commit comments

Comments
 (0)