diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f538d4..ed31d688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # CHANGELOG +## [v1.1.0](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/releases/tag/v1.1.0) + +> Release Date: 2023-02-28 + +Bugfix: +- Updates `Request-VcenterBackupStatus` backup message to remove the SDDC Manager FQDN when backups are located on the SDDC Manager. Required for Heatlh Monitoring and Reporting solution alerts. [GH-95](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/95) +- Updates `Publish-vCenerHealth` to correctly link and display the vCenter Server Ring Topology Health from SoS. [GH-94](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/94) +- Resolves an issue with the display name of the vRealize Log Insight product name in the `Request-VrealizeOverview`due to an upstream error in the `.SYNOPSIS` of `Get-VCFvRLI` in `PowerVCF`. [GH-86](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/86) +- Updates `Test-VcfReportingPrereq` to return results when run on Photon OS. [GH-82](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/82) + +Enhancement: +- Updates `Publish-*` cmdlets to support JSON generation. Required for Heatlh Monitoring and Reporting solution. [GH-79](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/79) + - `Publish-BackupStatus` + - `Publish-NsxtTransportNodeStatus` + - `Publish-NsxtTier0BgpStatus` + - `Publish-SnapshotStatus` + - `Publish-LocalUserExpiry` + - `Publish-StorageCapacityHealth` +- Adds `Publish-NsxtHealthNonSOS` and `Publish-ComponentConnectivityHealthNonSOS` cmdlets. Required for Heatlh Monitoring and Reporting solution. [GH-79](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/79) +- Updates in `Publish-*` cmdlets that support JSON generation to specify encoding needed for Python to read it the content. Required for Heatlh Monitoring and Reporting solution alerts. [GH-93](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/93) +- Adds CPU Cores per Socket to the ESXi Host Overview on the overview report. [GH-85](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/85) +- Adds an option to `Request-ESXiOverview` to report on the VCF+ subscription cores and export the results to CSV. [GH-87](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/87) + +Documenation: +- Updates `README.md` to remove the **Known Issues** section and adds references to the GitHub issue tracker for support. [GH-88](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/88) +- Updates `README.md` documentation to include support for DellEMC VxRAIL. [GH-98](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/98) + +Chore: +- Updates `PowerValidatedSolutions` from v2.0.0 to v2.0.1. [GH-](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/) + ## [v1.0.6](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/releases/tag/v1.0.6) > Release Date: 2023-01-31 diff --git a/README.md b/README.md index 58225693..131c9648 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ - [`VMware.PowerCLI`][module-vmware-powercli] 12.7.0 or later - [`VMware.vSphere.SsoAdmin`][module-vmware-vsphere-ssoadmin] 1.3.8 or later - [`PowerVCF`][module-powervcf] 2.2.0 or later -- [`PowerValidatedSolutions`][module-powervalidatedsolutions] 2.0.0 or later +- [`PowerValidatedSolutions`][module-powervalidatedsolutions] 2.0.1 or later ### Browsers @@ -57,7 +57,7 @@ Set-PSRepository -Name PSGallery -InstallationPolicy Trusted Install-Module -Name VMware.PowerCLI -MinimumVersion 12.7.0 Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.8 Install-Module -Name PowerVCF -MinimumVersion 2.2.0 -Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.0.0 +Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.0.1 Install-Module -Name VMware.CloudFoundation.Reporting ``` diff --git a/VMware.CloudFoundation.Reporting.psd1 b/VMware.CloudFoundation.Reporting.psd1 index 633bb71d..81185520 100644 --- a/VMware.CloudFoundation.Reporting.psd1 +++ b/VMware.CloudFoundation.Reporting.psd1 @@ -3,7 +3,7 @@ # # Generated by: Gary Blake, Cloud Infrastructure Business Group (CIBG) # -# Generated on: 01/31/2023 +# Generated on: 02/28/2023 # @{ @@ -18,7 +18,7 @@ # CompatiblePSEditions = @() # ID used to uniquely identify this module - GUID = '9ea847b2-f8e8-49f1-8410-a3aa05b29cb5' + GUID = '076a93a7-31c4-4896-b712-4e620cf919b6' # Author of this module Author = 'Gary Blake, Ryan Johnson, Ivaylo Ivanov, Antony Stefanov - Cloud Infrastructure Business Group (CIBG)' diff --git a/VMware.CloudFoundation.Reporting.psm1 b/VMware.CloudFoundation.Reporting.psm1 index 66483a1f..8de05007 100644 --- a/VMware.CloudFoundation.Reporting.psm1 +++ b/VMware.CloudFoundation.Reporting.psm1 @@ -9004,7 +9004,7 @@ Function Test-VcfReportingPrereq { @{ Name=("VMware.PowerCLI"); Version=("12.7.0")} @{ Name=("VMware.vSphere.SsoAdmin"); Version=("1.3.8")} @{ Name=("PowerVCF"); Version=("2.2.0")} - @{ Name=("PowerValidatedSolutions"); Version=("2.0.0")} + @{ Name=("PowerValidatedSolutions"); Version=("2.0.1")} ) foreach ($module in $modules ) { if ((Get-InstalledModule -Name $module.Name).Version -lt $module.Version) {