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

Commit 0d673db

Browse files
committed
chore(deps): bump dependencies
Update module dependencies. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent 5d71d51 commit 0d673db

5 files changed

Lines changed: 11 additions & 10 deletions

VMware.CloudFoundation.CertificateManagement.psd1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright 2023-2024 Broadcom. All Rights Reserved.
1+
# © Broadcom. All Rights Reserved.
2+
# The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
23
# SPDX-License-Identifier: BSD-2
34

45
# Module manifest for module 'VMware.CloudFoundation.CertificateManagement'
@@ -11,7 +12,7 @@
1112
RootModule = '.\VMware.CloudFoundation.CertificateManagement.psm1'
1213

1314
# Version number of this module.
14-
ModuleVersion = '1.5.4.1003'
15+
ModuleVersion = '1.5.5.1000'
1516

1617
# ID used to uniquely identify this module
1718
GUID = 'ac903c83-c745-44f7-b6bd-1dff133fec92'
@@ -23,7 +24,7 @@
2324
CompanyName = 'Broadcom'
2425

2526
# Copyright statement for this module
26-
Copyright = 'Copyright 2023-2024 Broadcom. All Rights Reserved.'
27+
Copyright = 'Copyright 2023-2025 Broadcom. All Rights Reserved.'
2728

2829
# Description of the functionality provided by this module
2930
Description = 'PowerShell Module for VMware Cloud Foundation Certificate Management'
@@ -54,7 +55,7 @@
5455
}
5556
@{
5657
ModuleName = 'PowerValidatedSolutions';
57-
ModuleVersion = '2.11.0'
58+
ModuleVersion = '2.12.0'
5859
}
5960
)
6061

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
22
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.3.0 -Repository PSGallery
33
Install-Module -Name PowerVCF -MinimumVersion 2.4.1 -Repository PSGallery
4-
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Repository PSGallery
4+
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.12.0 -Repository PSGallery
55
Install-Module -Name VMware.CloudFoundation.CertificateManagement -Repository PSGallery
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.3.3 -Path /home/modules -Repository PSGallery
1+
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.3.0 -Path /home/modules -Repository PSGallery
22
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path /home/modules -Repository PSGallery
3-
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Path /home/modules -Repository PSGallery
3+
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.12.0 -Path /home/modules -Repository PSGallery
44
Save-Module -Name VMware.CloudFoundation.CertificateManagement -Path /home/modules -Repository PSGallery
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.3.3 -Path F:\Modules\ -Repository PSGallery
1+
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.3.0 -Path F:\Modules\ -Repository PSGallery
22
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path F:\Modules\ -Repository PSGallery
3-
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Path F:\Modules\ -Repository PSGallery
3+
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.12.0 -Path F:\Modules\ -Repository PSGallery
44
Save-Module -Name VMware.CloudFoundation.CertificateManagement -Path F:\Modules\ -Repository PSGallery
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
$keySize = "3072"
1+
$keySize = "4096"
22
$email = "admin@rainpole.io"

0 commit comments

Comments
 (0)