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

Commit d7e58ae

Browse files
authored
chore(deps): update dependencies (#123)
Updated `PowerValidatedSolutions` from v2.9.0 to v2.11.0. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent aa29418 commit d7e58ae

7 files changed

Lines changed: 16 additions & 16 deletions

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
## v1.5.4
44

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

99
- Added Pester tests for certificate management. [GH-119](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-certificate-management/pull/119)
1010

11+
Chore:
12+
13+
- Updated `PowerValidatedSolutions` from v2.9.0 to v2.11.0. [GH-123](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-certificate-management/pull/123)
14+
1115
## v1.5.3
1216

1317
> Release Date: 2024-03-26

VMware.CloudFoundation.CertificateManagement.psd1

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@
33

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

88
@{
99

1010
# Script module or binary module file associated with this manifest.
1111
RootModule = '.\VMware.CloudFoundation.CertificateManagement.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '1.5.4.1001'
15-
16-
# Supported PSEditions
17-
# CompatiblePSEditions = @()
14+
ModuleVersion = '1.5.4.1002'
1815

1916
# ID used to uniquely identify this module
2017
GUID = 'ac903c83-c745-44f7-b6bd-1dff133fec92'
@@ -57,7 +54,7 @@
5754
}
5855
@{
5956
ModuleName = 'PowerValidatedSolutions';
60-
ModuleVersion = '2.9.0'
57+
ModuleVersion = '2.11.0'
6158
}
6259
)
6360

@@ -135,5 +132,4 @@
135132

136133
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
137134
# DefaultCommandPrefix = ''
138-
139135
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ PowerShell Module | Version | Publisher | R
6262
-----------------------------------------------------|-----------|-----------|---------------------------------------------------------------------------
6363
[VMware.PowerCLI][psgallery-module-powercli] | >= 13.2.1 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][developer-module-powercli]
6464
[PowerVCF][psgallery-module-powervcf] | >= 2.4.1 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-powervcf]
65-
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.9.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]
65+
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.11.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]
6666

6767
[docs-vmware-cloud-foundation]: https://docs.vmware.com/en/VMware-Cloud-Foundation/index.html
6868
[microsoft-powershell]: https://docs.microsoft.com/en-us/powershell
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copy-Item -Path F:\Module\* -Destination '\\<destination_host>\C$\Program Files\WindowsPowerShell\Modules\' -Recurse
1+
Copy-Item -Path F:\Modules\* -Destination '\\<destination_host>\C$\Program Files\WindowsPowerShell\Modules\' -Recurse

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.2.1 -Repository PSGallery
33
Install-Module -Name PowerVCF -MinimumVersion 2.4.1 -Repository PSGallery
4-
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.9.0 -Repository PSGallery
4+
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 @@
11
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -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.9.0 -Path /home/modules -Repository PSGallery
3+
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -Path F:\Module\ -Repository PSGallery
2-
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path F:\Module\ -Repository PSGallery
3-
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.9.0 -Path F:\Module\ -Repository PSGallery
4-
Save-Module -Name VMware.CloudFoundation.CertificateManagement -Path F:\Module\ -Repository PSGallery
1+
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -Path F:\Modules\ -Repository PSGallery
2+
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
4+
Save-Module -Name VMware.CloudFoundation.CertificateManagement -Path F:\Modules\ -Repository PSGallery

0 commit comments

Comments
 (0)