Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
Updated `PowerValidatedSolutions` from v2.10.0 to v2.11.0.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
  • Loading branch information
tenthirtyam committed Jul 16, 2024
1 parent 5968cac commit 862da5d
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 28 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ 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)

Chore:

- Updated `PowerValidatedSolutions` from v2.10.0 to v2.11.0. [GH-226](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/226)

## v2.6.2

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

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

# Supported PSEditions
# CompatiblePSEditions = @()
ModuleVersion = '2.6.3.1001'

# ID used to uniquely identify this module
GUID = '043bbd4d-206a-4520-87f5-070450379d72'
Expand Down Expand Up @@ -61,7 +58,7 @@
}
@{
ModuleName = 'PowerValidatedSolutions'
ModuleVersion = '2.10.0'
ModuleVersion = '2.11.0'
}
)

Expand Down Expand Up @@ -139,5 +136,4 @@

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}
27 changes: 13 additions & 14 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Platform | vSAN ReadyNodes
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 5.0 | :fontawesome-solid-check:{ .green } | :fontawesome-solid-check:{ .green }
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 4.5 | :fontawesome-solid-check:{ .green } | :fontawesome-solid-check:{ .green }
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 4.4 | :fontawesome-solid-check:{ .green } | :fontawesome-solid-check:{ .green }
:fontawesome-solid-cloud: &nbsp; VMware Cloud Foundation 4.3 | :fontawesome-solid-x:{ .red } | :fontawesome-solid-x:{ .red }

### Operating Systems

Expand All @@ -39,29 +38,29 @@ Operating System | Version

The following table lists the supported editions and versions of PowerShell for this module.

Edition | Version
----------------------------------------------------------------------------------|----------
:material-powershell: &nbsp; [PowerShell Core][microsoft-powershell] | >= 7.2.0
Edition | Version
---------------------------------------------------------------------|----------
:material-powershell: &nbsp; [PowerShell Core][microsoft-powershell] | >= 7.2.0

### Module Dependencies

The following table lists the required PowerShell module dependencies for this module.

PowerShell Module | Version | Publisher | Reference
-----------------------------------------------------|-----------|--------------|---------------------------------------------------------------------------
[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.10.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]
PowerShell Module | Version | Publisher | Reference
-----------------------------------------------------|-----------|-----------|---------------------------------------------------------------------------
[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.11.0 | Broadcom | :fontawesome-solid-book: &nbsp; [Documentation][docs-module-pvs]

### Browsers

For the best experience, use one of the following browsers to view the HTML reports generated by this module.

Browser | Download
----------------------------------------------------|--------------------------------------------------------------------------
:fontawesome-brands-edge: &nbsp; Microsoft Edge | :fontawesome-solid-cloud-arrow-down: &nbsp; [Download][download-browser-edge]
:fontawesome-brands-chrome: &nbsp; Google Chrome | :fontawesome-solid-cloud-arrow-down: &nbsp; [Download][download-browser-chrome]
Browser | Download
---------------------------------------------------|--------------------------------------------------------------------------------
:fontawesome-brands-edge: &nbsp; Microsoft Edge | :fontawesome-solid-cloud-arrow-down: &nbsp; [Download][download-browser-edge]
:fontawesome-brands-chrome: &nbsp; Google Chrome | :fontawesome-solid-cloud-arrow-down: &nbsp; [Download][download-browser-chrome]
:fontawesome-brands-firefox: &nbsp; Mozilla Firefox | :fontawesome-solid-cloud-arrow-down: &nbsp; [Download][download-browser-firefox]

[docs-vmware-cloud-foundation]: https://docs.vmware.com/en/VMware-Cloud-Foundation/index.html
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Verify that your system has a [supported edition and version](index.md#powershel
--8<-- "./docs/snippets/install-module.ps1"
```

If using PowerShell 7 (Core), import the modules before proceeding:
Import the modules before proceeding:

For example:

Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/copy-module-local-windows.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Copy-Item -Path F:\Module\* -Destination '\\<destination_host>\C$\Program Files\WindowsPowerShell\Modules\' -Recurse
Copy-Item -Path F:\Modules\* -Destination '\\<destination_host>\C$\Program Files\WindowsPowerShell\Modules\' -Recurse
2 changes: 1 addition & 1 deletion docs/snippets/install-module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -Repository PSGallery -Scope AllUsers
Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9 -Repository PSGallery -Scope AllUsers
Install-Module -Name PowerVCF -MinimumVersion 2.4.1 -Repository PSGallery -Scope AllUsers
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.10.0 -Repository PSGallery -Scope AllUsers
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Repository PSGallery -Scope AllUsers
Install-Module -Name VMware.CloudFoundation.Reporting -Repository PSGallery -Scope AllUsers
10 changes: 5 additions & 5 deletions docs/snippets/save-module-local-windows.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Save-Module -Name VMware.PowerCLI -Path F:\Module\ -Repository PSGallery
Save-Module -Name VMware.vSphere.SsoAdmin -Path F:\Module\ -Repository PSGallery
Save-Module -Name PowerVCF -Path F:\Module\ -Repository PSGallery
Save-Module -Name PowerValidatedSolutions -Path F:\Module\ -Repository PSGallery
Save-Module -Name VMware.CloudFoundation.Reporting -Path F:\Module\ -Repository PSGallery
Save-Module -Name VMware.PowerCLI -Path F:\Modules\ -Repository PSGallery
Save-Module -Name VMware.vSphere.SsoAdmin -Path F:\Modules\ -Repository PSGallery
Save-Module -Name PowerVCF -Path F:\Modules\ -Repository PSGallery
Save-Module -Name PowerValidatedSolutions -Path F:\Modules\ -Repository PSGallery
Save-Module -Name VMware.CloudFoundation.Reporting -Path F:\Modules\ -Repository PSGallery

0 comments on commit 862da5d

Please sign in to comment.