Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

v1.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Apr 17:27
1e0eda8

Release Date: 2025-04-21

Important

This module will only be sustained for supported versions of VMware Cloud Foundation 5.x to address critical issues. You can find details on supported versions in the Broadcom Product Lifecycle.

Please note that this module will not provide support or new enhancements for future major releases of VMware Cloud Foundation. If you're planning to upgrade to those newer releases, we encourage you to explore alternative in-product or custom automation solutions.

We truly appreciate your reliance on and support of this module. Thank you for your understanding as we transition to sustaining the module for these specific major versions.

Documentation:

Chore:

  • Updated VMware.PowerCLI module dependency from v13.2.1 to v13.3.0. #225
  • Updated PowerValidatedSolutions module dependency from v2.11.1 to v2.12.1. #225

Refactor:

  • Refactored to use an ISO 8601 style timestamp format for the file output. This format is sortable, unambiguous, and compatible with most filesystems. #238
  • Removed assigned but unused variables. #234
  • Corrected placement of $null to be on the left side of equality comparisons. #235
  • Corrected $version variable to be inside the string, not just assign it and then use its value in a string literal. #236