Skip to content

Commit

Permalink
chore(release): v1.5.4 (#124)
Browse files Browse the repository at this point in the history
Release v1.5.4.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
  • Loading branch information
tenthirtyam authored Jul 24, 2024
1 parent 8921339 commit 74d2b27
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## v1.5.4

> Release Date: Unreleased
> Release Date: 2024-07-24
Enhancement:

Expand Down
2 changes: 1 addition & 1 deletion VMware.CloudFoundation.CertificateManagement.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Module manifest for module 'VMware.CloudFoundation.CertificateManagement'
# Generated by: Broadcom
# Generated on: 2024-07-23
# Generated on: 2024-07-24

@{

Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/install-module.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -Repository PSGallery
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.3.3 -Repository PSGallery
Install-Module -Name PowerVCF -MinimumVersion 2.4.1 -Repository PSGallery
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Repository PSGallery
Install-Module -Name VMware.CloudFoundation.CertificateManagement -Repository PSGallery
2 changes: 1 addition & 1 deletion docs/snippets/save-module-local-linux.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -Path /home/modules -Repository PSGallery
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.3.3 -Path /home/modules -Repository PSGallery
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path /home/modules -Repository PSGallery
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Path /home/modules -Repository PSGallery
Save-Module -Name VMware.CloudFoundation.CertificateManagement -Path /home/modules -Repository PSGallery
2 changes: 1 addition & 1 deletion docs/snippets/save-module-local-windows.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -Path F:\Modules\ -Repository PSGallery
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.3.3 -Path F:\Modules\ -Repository PSGallery
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path F:\Modules\ -Repository PSGallery
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Path F:\Modules\ -Repository PSGallery
Save-Module -Name VMware.CloudFoundation.CertificateManagement -Path F:\Modules\ -Repository PSGallery

0 comments on commit 74d2b27

Please sign in to comment.