Skip to content

Releases: vmware/powershell-module-for-vmware-cloud-foundation-reporting

v2.6.2

28 May 13:05
029484c
Compare
Choose a tag to compare

Release Date: 2024-05-28

Bugfix:

  • Updated Invoke-VcfHealthReport cmdlet to handle . or - in the report path. GH-217
  • Updated Invoke-VcfAlertReport cmdlet to handle . or - in the report path. GH-217
  • Updated Invoke-VcfConfigReport cmdlet to handle . or - in the report path. GH-217
  • Updated Invoke-VcfUpgradePrecheck cmdlet to handle . or - in the report path. GH-217
  • Updated Invoke-VcfOverviewReport cmdlet to handle . or - in the report path. GH-217

Chore:

  • Updated VMware.PowerCLI from v13.1.0 to v13.2.1 GH-218
  • Updated PowerValidatedSolutions from v2.8.0 to v2.10.0. GH-218

v2.6.1

06 Feb 18:23
6aedcc0
Compare
Choose a tag to compare

Release Date: 2024-02-06

Bugfix:

  • Updated Request-VcenterStorageHealth cmdlet to output an error message if authentication to vCenter Server fails. GH-209

v2.6.0

30 Jan 14:27
9c3f65f
Compare
Choose a tag to compare

Release Date: 2024-01-30

Enhancement:

  • Updated Publish-VmConnectedCdrom function to generate JSON output. GH-204
  • Updated Publish-EsxiConnectionHealth function to generate JSON output. GH-204
  • Updated Publish-SddcManagerFreePool function to generate JSON output. GH-204

Chore:

  • Updated PowerVCF from v2.4.0 to v2.1.0. GH-206
  • Updated PowerValidatedSolutions from v2.7.0 to v2.8.0. GH-206

v2.5.0

15 Dec 22:47
20d9237
Compare
Choose a tag to compare

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

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
  • Added support for use of secure strings for sensitive parameters. GH-199

Chore:

  • Updated PowerVCF from v2.3.0 to v2.4.0. GH-200
  • Updated PowerValidatedSolutions from v2.6.0 to v2.7.0. GH-200

v2.4.2

18 Oct 13:36
86d5288
Compare
Choose a tag to compare

Release Date: 2023-10-18

Bugfix:

  • Updated Start-Create* and Invoke-* functions to address file path generation issues in Linux. GH-182

v2.4.1

25 Sep 16:47
Compare
Choose a tag to compare

Release Date: 2023-09-25

🧹 Chore:

  • Updated code to use Join-Path for file paths to simplify the code and better support Windows and Linux.

v2.4.0

29 Aug 13:45
Compare
Choose a tag to compare

Release Date: 2023-08-29

🐛 Bugfix:

  • Updated Request-VcenterStorageHealth to exclude /dev/mapper/archive_vg-archive from the output per KB 76563. GH-167

🧹 Chore:

  • Updated VMware.PowerCLI from v13.0.0 to v13.1.0. GH-171
  • Updated PowerValidatedSolutions from v2.5.0 to v2.6.0. GH-171
  • Added PowerShell Gallery downloads badge to the docs/index.md GH-171

v2.3.0

25 Jul 08:50
e6f074f
Compare
Choose a tag to compare

Release Date: 2023-07-25

💥 Enhancement:

  • Added the RequiredModules key to the module manifest to specify the minimum dependencies required to install and run the PowerShell module. GH-155
  • Updated Test-VcfReportingPrereq to verify that the minimum dependencies are met to run the PowerShell module based on the module's manifest. GH-155

🧹 Chore:

  • Updated PowerValidatedSolutions from v2.4.0 to v2.5.0. GH-155

v2.2.0

27 Jun 12:51
cd93256
Compare
Choose a tag to compare

Release Date: 2023-06-27

🐛 Bugfix:

  • Updates Publish-StorageCapacityHealth to correct GH-147. GH-148

v2.1.0

30 May 12:57
111c0c8
Compare
Choose a tag to compare

Release Date: 2023-05-30

🐛 Bugfix:

  • Updates Publish-NsxtTier0BgpStatus to correctly format the HTML output if the NSX Tier-0 is not configured for BGP. GH-134

💥 Enhancement:

  • Added Publish-HardwareCompatibilityHealth to return the hardware compatibilty health from the SoS Health Summary JSON data. GH-129
  • Updated Invoke-VcfHealthReport to include the hardware compatibility health using the Publish-HardwareCompatibilityHealth cmdlet. GH-129
  • Added component size checks for vCenter Server instances and NSX Local Manager clusters to the overview report. GH-130
  • Added Publish-PingConnectivityHealth to return the ping connectivity health from the SoS Health Summary JSON data. GH-132
  • Updated Publish-ComponentConnectivityHealth to include the ping connectivity health using the Publish-PingConnectivityHealth cmdlet. GH-132

🔧 Refactor:

  • Updated Request-VcenterAuthentication to support isolated workload domains. GH-131
  • Updated Request-DatastoreStorageCapacity to support isolated workload domains. GH-131

🧹 Chore:

  • Updated the NSX product name and terms. GH-135
  • Added .PARAMETER entries for user-facing functions. GH-141