Skip to content

Commit dabab22

Browse files
committed
chore(deps): update-dependencies
- Updated `VMware.PowerCLI` module dependency from v13.1.0 to v13.2.1. - Updated `VMware.PowerValidatedSolutions` module dependency from v2.8.0 to v2.9.0. - Updated `CHANGELOG.md` Signed-off-by: Kevin Teng <[email protected]>
1 parent dc29486 commit dabab22

6 files changed

+16
-11
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Bugfix:
1818
- Fix for `VMware.PowerCLI` module name not being mentioned in the required modules list of the manifest file. [GH-170](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/170)
1919
- Fix for `Test-VcfPasswordManagementPrereq` not working while multiple module versions were present. [GH-174](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/174)
2020

21+
Chore:
22+
23+
- Updated VMware.PowerCLI module dependency from v13.1.0 to v13.2.1.
24+
- Updated `PowerValidatedSolutions` from v2.8.0 to v2.9.0.
25+
2126
## v1.7.1
2227

2328
> Release Date: 2024-01-30

VMware.CloudFoundation.PasswordManagement.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
}
6666
@{
6767
ModuleName = 'VMware.PowerCLI';
68-
ModuleVersion = '13.1.0'
68+
ModuleVersion = '13.2.1'
6969
}
7070
)
7171

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The following table lists the required PowerShell module dependencies for this m
8787

8888
PowerShell Module | Version | Publisher | Reference
8989
-----------------------------------------------------|-----------|--------------|---------------------------------------------------------------------------
90-
[VMware.PowerCLI][psgallery-module-powercli] | >= 13.1.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][developer-module-powercli]
90+
[VMware.PowerCLI][psgallery-module-powercli] | >= 13.2.1 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][developer-module-powercli]
9191
[VMware.vSphere.SsoAdmin][psgallery-module-ssoadmin] | >= 1.3.9 | Broadcom | :fontawesome-brands-github: &nbsp; [GitHub][github-module-ssoadmin]
9292
[PowerVCF][psgallery-module-powervcf] | >= 2.4.1 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-powervcf]
9393
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.9.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]

docs/snippets/install-module.ps1

+1-1
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.1.0
2+
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1
33
Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9
44
Install-Module -Name PowerVCF -MinimumVersion 2.4.1
55
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.9.0
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Save-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9 -Path /home/modules
2-
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.0.0 -Path /home/modules
3-
Save-Module -Name PowerVCF -MinimumVersion 2.4.0 -Path /home/modules
4-
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.6.0 -Path /home/modules
5-
Save-Module -Name VMware.CloudFoundation.PasswordManagement -Path /home/modules
2+
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -Path /home/modules
3+
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path /home/modules
4+
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.9.0 -Path /home/modules
5+
Save-Module -Name VMware.CloudFoundation.PasswordManagement -Path /home/modules
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Save-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9 -Path F:\Module\
2-
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.0.0 -Path F:\Module\
3-
Save-Module -Name PowerVCF -MinimumVersion 2.4.0 -Path F:\Module\
4-
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.6.0 -Path F:\Module\
5-
Save-Module -Name VMware.CloudFoundation.PasswordManagement -Path F:\Module\
2+
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -Path F:\Module\
3+
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path F:\Module\
4+
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.9.0 -Path F:\Module\
5+
Save-Module -Name VMware.CloudFoundation.PasswordManagement -Path F:\Module\

0 commit comments

Comments
 (0)