Skip to content

Commit fa7cd7d

Browse files
author
Ryan Johnson
committed
feat: add component size checks
- 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. Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
1 parent c609544 commit fa7cd7d

3 files changed

Lines changed: 206 additions & 47 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Enhancement:
88

99
- 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)
1010
- 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)
11+
- 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)
1112

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

VMware.CloudFoundation.Reporting.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '.\VMware.CloudFoundation.Reporting.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.1.0.1001'
15+
ModuleVersion = '2.1.0.1002'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)