Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
- Updated `VMware.PowerCLI` from v13.1.0 to v13.2.1.
- Updated `PowerValidatedSolutions` from v2.9.0 to v2.10.0.
- Updated installation steps to include the `-AllUsers` parameter.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed May 23, 2024
1 parent 143a460 commit 0dd6787
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Bugfix:
- Updated `Invoke-VcfUpgradePrecheck` cmdlet to handle `.` or `-` in the report path. [GH-217](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/217)
- Updated `Invoke-VcfOverviewReport` cmdlet to handle `.` or `-` in the report path. [GH-217](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/217)

Chore:

- Updated `VMware.PowerCLI` from v13.1.0 to v13.2.1 [GH-218](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/218)
- Updated `PowerValidatedSolutions` from v2.8.0 to v2.10.0. [GH-218](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/218)

## v2.6.1

> Release Date: 2024-02-06
Expand Down
4 changes: 2 additions & 2 deletions VMware.CloudFoundation.Reporting.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = '.\VMware.CloudFoundation.Reporting.psm1'

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

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -61,7 +61,7 @@
}
@{
ModuleName = 'PowerValidatedSolutions'
ModuleVersion = '2.8.0'
ModuleVersion = '2.10.0'
}
)

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,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.1.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][developer-module-powercli]
[VMware.PowerCLI][psgallery-module-powercli] | >= 13.2.1 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][developer-module-powercli]
[VMware.vSphere.SsoAdmin][psgallery-module-ssoadmin] | >= 1.3.9 | Broadcom | :fontawesome-brands-github: &nbsp; [GitHub][github-module-ssoadmin]
[PowerVCF][psgallery-module-powervcf] | >= 2.4.1 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-powervcf]
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.8.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.10.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]

### Browsers

Expand Down
10 changes: 5 additions & 5 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.1.0 -Repository PSGallery
Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9 -Repository PSGallery
Install-Module -Name PowerVCF -MinimumVersion 2.4.1 -Repository PSGallery
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.8.0 -Repository PSGallery
Install-Module -Name VMware.CloudFoundation.Reporting -Repository PSGallery
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -Repository PSGallery -AllUsers
Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9 -Repository PSGallery -AllUsers
Install-Module -Name PowerVCF -MinimumVersion 2.4.1 -Repository PSGallery -AllUsers
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.10.0 -Repository PSGallery -AllUsers
Install-Module -Name VMware.CloudFoundation.Reporting -Repository PSGallery -AllUsers

0 comments on commit 0dd6787

Please sign in to comment.