From b8a9e0e0a32f407e0eb0d2178cc3059a8343dcdd Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 26 Jan 2024 10:43:16 -0500 Subject: [PATCH] chore(deps): bump powervalidatedsolutions from 2.7.0 to 2.8.0 Bumps PowervVlidatedSolutions from 2.7.0 to 2.8.0. Signed-off-by: Ryan Johnson --- CHANGELOG.md | 6 +++++- VMware.CloudFoundation.PasswordManagement.psd1 | 2 +- docs/index.md | 2 +- docs/snippets/install-module.ps1 | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c575c63..05942549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,13 @@ Enhancements: -- Added support in `Request-NsxtEdgePasswordComplexity` to retrieve the password complexity policy from an unmanaged NSX Edge Node. [GH-148](/~https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/148) +- Added support in `Request-NsxtEdgePasswordComplexity` to retrieve the password complexity policy from an non-managed NSX Edge Node. [GH-148](/~https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/148) - Added support to check if the minimum length exceeds the maximum length used in a password rotation by SDDC Manager for NSX Local Managers, NSX Edges, vCenter Server, and ESXi. [GH-150](/~https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/150) +Chore: + +- Updated `PowerValidatedSolutions` from v2.7.0 to v2.8.0. [GH-153](/~https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/153) + ## v1.7.0 > Release Date: 2023-11-16 diff --git a/VMware.CloudFoundation.PasswordManagement.psd1 b/VMware.CloudFoundation.PasswordManagement.psd1 index 8b558766..59c99e64 100644 --- a/VMware.CloudFoundation.PasswordManagement.psd1 +++ b/VMware.CloudFoundation.PasswordManagement.psd1 @@ -61,7 +61,7 @@ } @{ ModuleName = 'PowerValidatedSolutions'; - ModuleVersion = '2.7.0' + ModuleVersion = '2.8.0' } ) diff --git a/docs/index.md b/docs/index.md index ccf91e9b..b4ed42c3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -91,7 +91,7 @@ PowerShell Module | Version | Publisher [VMware.PowerCLI][psgallery-module-powercli] | >= 13.1.0 | Broadcom | :fontawesome-solid-book:   [Documentation][developer-module-powercli] [VMware.vSphere.SsoAdmin][psgallery-module-ssoadmin] | >= 1.3.9 | Broadcom | :fontawesome-brands-github:   [GitHub][github-module-ssoadmin] [PowerVCF][psgallery-module-powervcf] | >= 2.4.0 | Broadcom | :fontawesome-solid-book:   [Documentation][docs-module-powervcf] -[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.7.0 | Broadcom | :fontawesome-solid-book:   [Documentation][docs-module-pvs] +[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.8.0 | Broadcom | :fontawesome-solid-book:   [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 diff --git a/docs/snippets/install-module.ps1 b/docs/snippets/install-module.ps1 index e77c7bf5..efe7472a 100644 --- a/docs/snippets/install-module.ps1 +++ b/docs/snippets/install-module.ps1 @@ -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.7.0 +Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.8.0 Install-Module -Name VMware.CloudFoundation.PasswordManagement