From 20d9237022b08244763b1063319afc2035eaa0d9 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 15 Dec 2023 17:39:52 -0500 Subject: [PATCH] chore: release preparation (#200) Release preparation for v2.5.0. Signed-off-by: Ryan Johnson --- CHANGELOG.md | 11 ++++++++++- VMware.CloudFoundation.Reporting.psd1 | 8 ++++---- VMware.CloudFoundation.Reporting.psm1 | 1 - docs/index.md | 5 ++--- 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2131ffd..57502c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,22 @@ ## v2.5.0 -> Release Date: Unreleased +> Release Date: 2023-12-15 + +Breaking Change: + +- Removes support for Microsoft Windows PowerShell 5.1. Please use Microsoft PowerShell 7.2.0 or later. [GH-200](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/200) Enhancement: - Added a prerequisite check to `Invoke-VcfHealthReport` function to verify that the tar utility is present on Windows if using Windows PowerShell 5.1 (Desktop) or PowerShell 7 (Core). The `tar` utility is included with Windows Server 2019 and later and is noted as a system requirement in the documentation. [GH-191](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/191) - Added support for use of secure strings for sensitive parameters. [GH-199](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/199) +Chore: + +- Updated `PowerVCF` from v2.3.0 to v2.4.0. [GH-200](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/200) +- Updated `PowerValidatedSolutions` from v2.6.0 to v2.7.0. [GH-200](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/200) + ## v2.4.2 > Release Date: 2023-10-18 diff --git a/VMware.CloudFoundation.Reporting.psd1 b/VMware.CloudFoundation.Reporting.psd1 index d93f4ed9..c2256778 100644 --- a/VMware.CloudFoundation.Reporting.psd1 +++ b/VMware.CloudFoundation.Reporting.psd1 @@ -11,7 +11,7 @@ RootModule = '.\VMware.CloudFoundation.Reporting.psm1' # Version number of this module. - ModuleVersion = '2.5.0.1001' + ModuleVersion = '2.5.0.1002' # Supported PSEditions # CompatiblePSEditions = @() @@ -32,7 +32,7 @@ Description = 'PowerShell Module for VMware Cloud Foundation Reporting' # Minimum version of the PowerShell engine required by this module - PowerShellVersion = '5.1' + PowerShellVersion = '7.2.0' # Name of the PowerShell host required by this module # PowerShellHostName = '' @@ -57,11 +57,11 @@ } @{ ModuleName = 'PowerVCF' - ModuleVersion = '2.3.0' + ModuleVersion = '2.4.0' } @{ ModuleName = 'PowerValidatedSolutions' - ModuleVersion = '2.6.0' + ModuleVersion = '2.7.0' } ) diff --git a/VMware.CloudFoundation.Reporting.psm1 b/VMware.CloudFoundation.Reporting.psm1 index b29ebb9a..d015e2cb 100644 --- a/VMware.CloudFoundation.Reporting.psm1 +++ b/VMware.CloudFoundation.Reporting.psm1 @@ -267,7 +267,6 @@ Function Invoke-VcfHealthReport { $sddcManagerPass = Get-Password -user $sddcManagerUser -password $sddcManagerPass $sddcManagerLocalPass = Get-Password -user $sddcManagerLocalUser -password $sddcManagerLocalPass - Try { Clear-Host; Write-Host "" diff --git a/docs/index.md b/docs/index.md index 81c933b4..9ea529a2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -41,7 +41,6 @@ The following table lists the supported editions and versions of PowerShell for Edition | Version ----------------------------------------------------------------------------------|---------- :material-powershell:   [PowerShell Core][microsoft-powershell] | >= 7.2.0 -:material-powershell:   [Microsoft Windows PowerShell][microsoft-powershell] | 5.1 ### Module Dependencies @@ -51,8 +50,8 @@ 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.3.0 | Broadcom | :fontawesome-solid-book:   [Documentation][docs-module-powervcf] -[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.6.0 | Broadcom | :fontawesome-solid-book:   [Documentation][docs-module-pvs] +[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] ### Browsers