Skip to content

Commit

Permalink
chore: release preparation (#200)
Browse files Browse the repository at this point in the history
Release preparation for v2.5.0.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Dec 15, 2023
1 parent 2e04387 commit 20d9237
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions VMware.CloudFoundation.Reporting.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @()
Expand All @@ -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 = ''
Expand All @@ -57,11 +57,11 @@
}
@{
ModuleName = 'PowerVCF'
ModuleVersion = '2.3.0'
ModuleVersion = '2.4.0'
}
@{
ModuleName = 'PowerValidatedSolutions'
ModuleVersion = '2.6.0'
ModuleVersion = '2.7.0'
}
)

Expand Down
1 change: 0 additions & 1 deletion VMware.CloudFoundation.Reporting.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand Down
5 changes: 2 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ The following table lists the supported editions and versions of PowerShell for
Edition | Version
----------------------------------------------------------------------------------|----------
:material-powershell: &nbsp; [PowerShell Core][microsoft-powershell] | >= 7.2.0
:material-powershell: &nbsp; [Microsoft Windows PowerShell][microsoft-powershell] | 5.1

### Module Dependencies

Expand All @@ -51,8 +50,8 @@ PowerShell Module | Version | Publisher
-----------------------------------------------------|-----------|--------------|---------------------------------------------------------------------------
[VMware.PowerCLI][psgallery-module-powercli] | >= 13.1.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][developer-module-powercli]
[VMware.vSphere.SsoAdmin][psgallery-module-ssoadmin] | >= 1.3.9 | Broadcom | :fontawesome-brands-github: &nbsp; [GitHub][github-module-ssoadmin]
[PowerVCF][psgallery-module-powervcf] | >= 2.3.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-powervcf]
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.6.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]
[PowerVCF][psgallery-module-powervcf] | >= 2.4.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-powervcf]
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.7.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]

### Browsers

Expand Down

0 comments on commit 20d9237

Please sign in to comment.