Skip to content

Commit cbdb965

Browse files
author
Ryan Johnson
authored
chore: release preparation (#138)
- Update `CHANGELOG.md` - Update version to v1.6.0.1005. - Update `PowerValidatedSolutions` to v2.7.0. - Add support for VMware Cloud Foundation 5.1. Signed-off-by: Ryan Johnson <[email protected]>
1 parent d77620a commit cbdb965

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## v1.6.0
44

5+
> Release Date: 2023-11-07
6+
57
Bugfix:
68

79
- Updated `Request-WsaLocalUserPasswordComplexity`, and `Request-WsaLocalUserAccountLockout` to pass a version with the `-drift` option is used. [GH-135](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/135)

Diff for: VMware.CloudFoundation.PasswordManagement.psd1

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: VMware, Inc.
55
#
6-
# Generated on: 2023-10-26
6+
# Generated on: 2023-11-07
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = '.\VMware.CloudFoundation.PasswordManagement.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.6.0.1004'
15+
ModuleVersion = '1.6.0.1005'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -62,7 +62,7 @@
6262
}
6363
@{
6464
ModuleName = 'PowerValidatedSolutions';
65-
ModuleVersion = '2.6.0'
65+
ModuleVersion = '2.7.0'
6666
}
6767
)
6868

Diff for: docs/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The following table lists the supported platforms for this module.
5757

5858
Platform | Support | Reference
5959
-------------------------------------------------------------|-------------------------------------|--------------------------------------------------------------------------------------
60+
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 5.1 | :fontawesome-solid-check:{ .green } | :fontawesome-solid-book: &nbsp; [Documentation][docs-vmware-cloud-foundation-ppm-5-1]
6061
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 5.0 | :fontawesome-solid-check:{ .green } | :fontawesome-solid-book: &nbsp; [Documentation][docs-vmware-cloud-foundation-ppm-5-0]
6162
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 4.5 | :fontawesome-solid-check:{ .green } | :fontawesome-solid-book: &nbsp; [Documentation][docs-vmware-cloud-foundation-ppm-4-5]
6263
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 4.4 | :fontawesome-solid-check:{ .green } | Not Available
@@ -90,9 +91,10 @@ PowerShell Module | Version | Publisher
9091
[VMware.PowerCLI][psgallery-module-powercli] | >= 13.1.0 | VMware, Inc. | :fontawesome-solid-book: &nbsp; [Documentation][developer-module-powercli]
9192
[VMware.vSphere.SsoAdmin][psgallery-module-ssoadmin] | >= 1.3.9 | VMware, Inc. | :fontawesome-brands-github: &nbsp; [GitHub][github-module-ssoadmin]
9293
[PowerVCF][psgallery-module-powervcf] | >= 2.4.0 | VMware, Inc. | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-powervcf]
93-
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.6.0 | VMware, Inc. | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]
94+
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.7.0 | VMware, Inc. | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]
9495

9596
[docs-vmware-cloud-foundation]: https://docs.vmware.com/en/VMware-Cloud-Foundation/index.html
97+
[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
9698
[docs-vmware-cloud-foundation-ppm-5-0]: https://docs.vmware.com/en/VMware-Cloud-Foundation/5.0/vcf-operations/GUID-18A95158-30F5-460F-AF80-33F25B6533D0.html
9799
[docs-vmware-cloud-foundation-ppm-4-5]: https://docs.vmware.com/en/VMware-Cloud-Foundation/4.5/vcf-operations/GUID-18A95158-30F5-460F-AF80-33F25B6533D0.html
98100
[microsoft-powershell]: https://docs.microsoft.com/en-us/powershell

Diff for: docs/snippets/install-module.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
22
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.1.0
33
Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9
44
Install-Module -Name PowerVCF -MinimumVersion 2.4.0
5-
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.6.0
5+
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.7.0
66
Install-Module -Name VMware.CloudFoundation.PasswordManagement

0 commit comments

Comments
 (0)