Skip to content

Commit

Permalink
feat: add component size checks
Browse files Browse the repository at this point in the history
- Added component size checks (e.g., tiny, x-small, small, etc...) for vCenter Server instances and NSX Local Manager clusters to the overview report.
- Updates CHANGELOG.md
- Updates module version from v2.1.0.1001 to v2.1.0.1002.
  • Loading branch information
GaryJBlake authored Apr 25, 2023
2 parents c609544 + fa7cd7d commit 6d9dbbc
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 47 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Enhancement:

- Added `Publish-HardwareCompatibilityHealth` to return the hardware compatibilty health from the SoS Health Summary JSON data. [GH-129](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/129)
- Updated `Invoke-VcfHealthReport` to include the hardware compatibility health using the `Publish-HardwareCompatibilityHealth` cmdlet. [GH-129](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/129)
- Added component size checks for vCenter Server instances and NSX Local Manager clusters to the overview report. [GH-130](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/130)

## [v2.0.0](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/releases/tag/v2.0.0)

Expand Down
2 changes: 1 addition & 1 deletion VMware.CloudFoundation.Reporting.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\VMware.CloudFoundation.Reporting.psm1'

# Version number of this module.
ModuleVersion = '2.1.0.1001'
ModuleVersion = '2.1.0.1002'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
Loading

0 comments on commit 6d9dbbc

Please sign in to comment.