Skip to content

Commit

Permalink
feat: add support for vcf-5.2
Browse files Browse the repository at this point in the history
- Adds support for VMware Cloud Foundation 5.2.
- Addressed bug fixes as needed.

Ref: #221 #214

Signed-off-by: bhumitra nagar <[email protected]>
  • Loading branch information
bhumitra authored and tenthirtyam committed Jul 5, 2024
1 parent 14bc6d9 commit ff76986
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 81 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release History

## v2.6.3

> Release Date: Unreleased
Enhancement:

- Adds support for VMware Cloud Foundation 5.2. [GH-217](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/217)

Bugfix:

- Updates `Request-DatastoreStorageCapacity` to handle datastores with a size of 0. [GH-217](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/217)

## v2.6.2

> Release Date: 2024-05-28
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,15 +3,15 @@

# Module manifest for module 'VMware.CloudFoundation.Reporting'
# Generated by: Broadcom
# Generated on: 2024-05-28
# Generated on: 2024-07-23

@{

# Script module or binary module file associated with this manifest.
RootModule = '.\VMware.CloudFoundation.Reporting.psm1'

# Version number of this module.
ModuleVersion = '2.6.2.1001'
ModuleVersion = '2.6.3.1000'

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

0 comments on commit ff76986

Please sign in to comment.