Skip to content

Commit

Permalink
chore(deps): update dependencies (#206)
Browse files Browse the repository at this point in the history
Update to the following dependencies:

- Module Dependencies:
  - `PowerVCF` v2.4.1
  - `PowerValidatedSolutions` v2.8.0

- MkDocs Dependencies:
  - mkdocs-git-revision-date-localized-plugin >= v1.2.2
  - mkdocs-minify-plugin >= v0.7.2
  - mkdocs-open-in-new-tab >= v1.0.3

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam authored Jan 10, 2024
1 parent e8423c7 commit 42022ac
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 19 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Enhancement:
- Updated `Publish-EsxiConnectionHealth` function to generate JSON output. [GH-204](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/204)
- Updated `Publish-SddcManagerFreePool` function to generate JSON output. [GH-204](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/204)

Chore:

- Updated `PowerVCF` from v2.4.0 to v2.1.0. [GH-206](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/206)
- Updated `PowerValidatedSolutions` from v2.7.0 to v2.8.0. [GH-206](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/206)

## v2.5.0

> Release Date: 2023-12-15
Expand Down
8 changes: 4 additions & 4 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: 2023-11-28
# Generated on: 2024-01-30

@{

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

# Version number of this module.
ModuleVersion = '2.6.0.1000'
ModuleVersion = '2.6.0.1001'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -57,11 +57,11 @@
}
@{
ModuleName = 'PowerVCF'
ModuleVersion = '2.4.0'
ModuleVersion = '2.4.1'
}
@{
ModuleName = 'PowerValidatedSolutions'
ModuleVersion = '2.7.0'
ModuleVersion = '2.8.0'
}
)

Expand Down
14 changes: 7 additions & 7 deletions docs/community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ This PowerShell module is the work of many contributors and the project team app
Thank you for your interest in the project. Whether it's a bug report, enhancement, correction, or
additional documentation, we greatly value feedback and contributions from our community.

Name | Title | Role | GitHub |
----------------|------------------------------------------|--------------|------------------------------------------------------------------|
Gary Blake | Senior Staff Solutions Architect, VMware | Maintainer | [:fontawesome-brands-github:](https://github.com/GaryJBlake) |
Ryan Johnson | Senior Staff Solutions Architect, VMware | Maintainer | [:fontawesome-brands-github:](https://github.com/tenthirtyam) |
Bhumitra Nagar | Senior Member of Technical Staff, VMware | Maintainer | [:fontawesome-brands-github:](https://github.com/bhumitra) |
Ivaylo Ivanov | Staff Solutions Architect, VMware | Collaborator | [:fontawesome-brands-github:](https://github.com/joisika) |
Antony Stefanov | Solution Adoption Manager, VMware | Collaborator | [:fontawesome-brands-github:](https://github.com/antonystefanov) |
Name | Role | GitHub |
----------------|--------------|------------------------------------------------------------------|
Gary Blake | Maintainer | [:fontawesome-brands-github:](https://github.com/GaryJBlake) |
Ryan Johnson | Maintainer | [:fontawesome-brands-github:](https://github.com/tenthirtyam) |
Bhumitra Nagar | Maintainer | [:fontawesome-brands-github:](https://github.com/bhumitra) |
Ivaylo Ivanov | Collaborator | [:fontawesome-brands-github:](https://github.com/joisika) |
Antony Stefanov | Collaborator | [:fontawesome-brands-github:](https://github.com/antonystefanov) |
7 changes: 3 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mkdocs-git-authors-plugin >= 0.7.0
mkdocs-git-revision-date-localized-plugin >= 1.2.0
mkdocs-git-revision-date-localized-plugin >= 1.2.2
mkdocs-markdownextradata-plugin >= 0.2.5
mkdocs-minify-plugin>=0.6.4
mkdocs-open-in-new-tab>=1.0.2
mkdocs-minify-plugin>=0.7.2
mkdocs-open-in-new-tab>=1.0.3
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.1.0 -Repository PSGallery
Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9 -Repository PSGallery
Install-Module -Name PowerVCF -MinimumVersion 2.4.0 -Repository PSGallery
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.7.0 -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
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edit_uri: blob/main/docs/

# Copyright
copyright: |
Copyright &copy; 2005-2023 Broadcom. All Rights Reserved.<br/>
Copyright &copy; 2005-2024 Broadcom. All Rights Reserved.<br/>
The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.<br/><br/>
# Configuration
Expand Down Expand Up @@ -70,7 +70,6 @@ plugins:
jinja_options:
variable_start_string: "${{"
variable_end_string: "}}"
- git-authors
- git-revision-date-localized:
enabled: !ENV [CI, false]
enable_creation_date: false
Expand Down

0 comments on commit 42022ac

Please sign in to comment.