Skip to content

Commit

Permalink
chore(release): prepare release
Browse files Browse the repository at this point in the history
- Updated generated date in `VMware.CloudFoundation.Reporting.psd1`
- Updated GUID in `VMware.CloudFoundation.Reporting.psd1`
- Updated `README.md` to bump `PowerValidatedSolutions` from v2.0.0 to v2.0.1.
- Updated `Test-VcfReportingPrereq` to bump `PowerValidatedSolutions` from v2.0.0 to v2.0.1.
- Updated `CHANGELOG.md` with release details.

Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
  • Loading branch information
tenthirtyam committed Feb 28, 2023
1 parent 2102ac9 commit c9d5d5b
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 5 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions VMware.CloudFoundation.Reporting.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Gary Blake, Cloud Infrastructure Business Group (CIBG)
#
# Generated on: 01/31/2023
# Generated on: 02/28/2023
#

@{
Expand All @@ -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)'
Expand Down
2 changes: 1 addition & 1 deletion VMware.CloudFoundation.Reporting.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c9d5d5b

Please sign in to comment.