Skip to content

Commit

Permalink
chore: release preparation (#138)
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
tenthirtyam authored Nov 7, 2023
1 parent d77620a commit cbdb965
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## v1.6.0

> Release Date: 2023-11-07
Bugfix:

- 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)
Expand Down
6 changes: 3 additions & 3 deletions VMware.CloudFoundation.PasswordManagement.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: VMware, Inc.
#
# Generated on: 2023-10-26
# Generated on: 2023-11-07
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = '.\VMware.CloudFoundation.PasswordManagement.psm1'

# Version number of this module.
ModuleVersion = '1.6.0.1004'
ModuleVersion = '1.6.0.1005'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -62,7 +62,7 @@
}
@{
ModuleName = 'PowerValidatedSolutions';
ModuleVersion = '2.6.0'
ModuleVersion = '2.7.0'
}
)

Expand Down
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The following table lists the supported platforms for this module.

Platform | Support | Reference
-------------------------------------------------------------|-------------------------------------|--------------------------------------------------------------------------------------
: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]
: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]
: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]
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 4.4 | :fontawesome-solid-check:{ .green } | Not Available
Expand Down Expand Up @@ -90,9 +91,10 @@ PowerShell Module | Version | Publisher
[VMware.PowerCLI][psgallery-module-powercli] | >= 13.1.0 | VMware, Inc. | :fontawesome-solid-book: &nbsp; [Documentation][developer-module-powercli]
[VMware.vSphere.SsoAdmin][psgallery-module-ssoadmin] | >= 1.3.9 | VMware, Inc. | :fontawesome-brands-github: &nbsp; [GitHub][github-module-ssoadmin]
[PowerVCF][psgallery-module-powervcf] | >= 2.4.0 | VMware, Inc. | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-powervcf]
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.6.0 | VMware, Inc. | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.7.0 | VMware, Inc. | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]

[docs-vmware-cloud-foundation]: https://docs.vmware.com/en/VMware-Cloud-Foundation/index.html
[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-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
[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
[microsoft-powershell]: https://docs.microsoft.com/en-us/powershell
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/install-module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.1.0
Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9
Install-Module -Name PowerVCF -MinimumVersion 2.4.0
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.6.0
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.7.0
Install-Module -Name VMware.CloudFoundation.PasswordManagement

0 comments on commit cbdb965

Please sign in to comment.