Skip to content

Commit

Permalink
chore: release preparation (#171)
Browse files Browse the repository at this point in the history
- Updated `PowerValidatedSolutions` from v13.0.0 to v13.1.0
- Updated `VMware.PowerCLI` from v2.5.0 to v2.6.0. 
- Updated module versions in `docs/snippets/install-module.ps1` 
- Added PowerShell Gallery downloads badge to the `docs/index.md` 

Signed-off-by: bhumitra nagar <[email protected]>
Signed-off-by: bhumitra nagar <[email protected]>
Co-authored-by: Ryan Johnson <[email protected]>
  • Loading branch information
bhumitra and tenthirtyam committed Aug 29, 2023
1 parent 4d1ac94 commit 5c53965
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Release History

> Release Date: Unreleased
> Release Date: 2023-08-29
## [v2.4.0](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/releases/tag/v2.4.0)

Bugfix:

- Updated `Request-VcenterStorageHealth` to exclude `/dev/mapper/archive_vg-archive` from the output per [KB 76563](https://kb.vmware.com/s/article/76563).
- Updated `Request-VcenterStorageHealth` to exclude `/dev/mapper/archive_vg-archive` from the output per [KB 76563](https://kb.vmware.com/s/article/76563). [GH-167](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/167)

Chore:

- Updated `VMware.PowerCLI` from v13.0.0 to v13.1.0. [GH-171](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/171)
- Updated `PowerValidatedSolutions` from v2.5.0 to v2.6.0. [GH-171](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/171)
- Added PowerShell Gallery downloads badge to the `docs/index.md` [GH-171](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/171)


## [v2.3.0](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/releases/tag/v2.3.0)
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0.1000'
ModuleVersion = '2.4.0.1001'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -62,7 +62,7 @@
}
@{
ModuleName = 'PowerValidatedSolutions'
ModuleVersion = '2.5.0'
ModuleVersion = '2.6.0'
}
)

Expand Down
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

# PowerShell Module for VMware Cloud Foundation Reporting

<img src="https://img.shields.io/powershellgallery/dt/VMware.CloudFoundation.Reporting?style=for-the-badge&logo=powershell&logoColor=white" alt="PowerShell Gallery Downloads">

`VMware.CloudFoundation.Reporting` is an open source PowerShell module that supports the ability to gain insights into the operational state of [VMware Cloud Foundation][docs-vmware-cloud-foundation] through the use of PowerShell cmdlets. These cmdlets provide quick access to information from the PowerShell console as well as the ability to publish pre-defined HTML reports.

[:material-powershell: &nbsp; PowerShell Gallery][psgallery-module-reporting]{ .md-button .md-button--primary }
Expand Down Expand Up @@ -46,10 +48,10 @@ The following table lists the required PowerShell module dependencies for this m

PowerShell Module | Version | Publisher | Reference
-----------------------------------------------------|-----------|--------------|---------------------------------------------------------------------------
[VMware.PowerCLI][psgallery-module-powercli] | >= 13.0.0 | VMware, Inc. | :fontawesome-solid-book: &nbsp; [Documentation][developer-module-powercli]
[VMware.PowerCLI][psgallery-module-powercli] | >= 13.1.0 | VMware, Inc. | :fontawesome-solid-book: &nbsp; [Documentation][developer-module-powercli]
[VMware.vSphere.SsoAdmin][psgallery-module-ssoadmin] | >= 1.3.9 | VMware, Inc. | :fontawesome-brands-github: &nbsp; [GitHub][github-module-ssoadmin]
[PowerVCF][psgallery-module-powervcf] | >= 2.3.0 | VMware, Inc. | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-powervcf]
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.5.0 | VMware, Inc. | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.6.0 | VMware, Inc. | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]

### Browsers

Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/install-module.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.0.0
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.1.0
Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9
Install-Module -Name PowerVCF -MinimumVersion 2.3.0
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.5.0
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.6.0
Install-Module -Name VMware.CloudFoundation.Reporting

0 comments on commit 5c53965

Please sign in to comment.