Skip to content

Commit bb75741

Browse files
garlicNovatenthirtyam
authored andcommitted
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 bb75741

6 files changed

+30
-25
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,22 @@
66
77
Breaking Change:
88

9-
- Removes support for Microsoft Windows PowerShell 5.1. Please use Microsoft PowerShell 7.2.0 or later. [GH-159](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/159)
9+
- Removed support for Microsoft Windows PowerShell 5.1. Please use Microsoft PowerShell 7.2.0 or later. [GH-159](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/159)
1010

1111
Enhancement:
1212

1313
- Added 5.1.1.0 to `Get-PasswordPolicyDefault` and `Get-PasswordPolicyConfig` to support VMware Cloud Foundation 5.1.1. [GH-164](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/164)
1414

1515
Bugfix:
1616

17-
- Fix for missing account lockout policy data for SDDC Manager and vCenter Server. [GH-160](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/160)
18-
- 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)
19-
- 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)
17+
- Fixed missing account lockout policy data for SDDC Manager and vCenter Server. [GH-160](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/160)
18+
- Fixed `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)
19+
- Fixed `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)
20+
21+
Chore:
22+
23+
- Updated VMware.PowerCLI module dependency from v13.1.0 to v13.2.1. [GH-179](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/179)
24+
- Updated `PowerValidatedSolutions` from v2.8.0 to v2.9.0. [GH-179](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/179)
2025

2126
## v1.7.1
2227

VMware.CloudFoundation.PasswordManagement.psd1

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

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

88
@{
99

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

1313
# Version number of this module.
14-
ModuleVersion = '1.7.2.1004'
14+
ModuleVersion = '1.7.2.1005'
1515

1616
# Supported PSEditions
1717
# CompatiblePSEditions = @()
@@ -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

+9-9
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,20 @@ Operating System | Version
7777

7878
The following table lists the supported editions and versions of PowerShell for this module.
7979

80-
Edition | Version
81-
----------------------------------------------------------------------------------|----------
82-
:material-powershell: &nbsp; [PowerShell Core][microsoft-powershell] | >= 7.2.0
80+
Edition | Version
81+
---------------------------------------------------------------------|----------
82+
:material-powershell: &nbsp; [PowerShell Core][microsoft-powershell] | >= 7.2.0
8383

8484
### Module Dependencies
8585

8686
The following table lists the required PowerShell module dependencies for this module.
8787

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

9595
[docs-vmware-cloud-foundation]: https://docs.vmware.com/en/VMware-Cloud-Foundation/index.html
9696
[docs-vmware-cloud-foundation-ppm-5-1]: https://docs.vmware.com/en/VMware-Cloud-Foundation/5.1/vcf-operations/GUID-18A95158-30F5-460F-AF80-33F25B6533D0.html

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)