From 42022acf045ccdff11cf7f7fd29e867eac166ebe Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Wed, 10 Jan 2024 14:35:46 -0500 Subject: [PATCH] chore(deps): update dependencies (#206) 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 --- CHANGELOG.md | 5 +++++ VMware.CloudFoundation.Reporting.psd1 | 8 ++++---- docs/community/index.md | 14 +++++++------- docs/requirements.txt | 7 +++---- docs/snippets/install-module.ps1 | 4 ++-- mkdocs.yml | 3 +-- 6 files changed, 22 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 985c9cd8..487269b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VMware.CloudFoundation.Reporting.psd1 b/VMware.CloudFoundation.Reporting.psd1 index b0ce7ef6..5c40432d 100644 --- a/VMware.CloudFoundation.Reporting.psd1 +++ b/VMware.CloudFoundation.Reporting.psd1 @@ -3,7 +3,7 @@ # Module manifest for module 'VMware.CloudFoundation.Reporting' # Generated by: Broadcom -# Generated on: 2023-11-28 +# Generated on: 2024-01-30 @{ @@ -11,7 +11,7 @@ RootModule = '.\VMware.CloudFoundation.Reporting.psm1' # Version number of this module. - ModuleVersion = '2.6.0.1000' + ModuleVersion = '2.6.0.1001' # Supported PSEditions # CompatiblePSEditions = @() @@ -57,11 +57,11 @@ } @{ ModuleName = 'PowerVCF' - ModuleVersion = '2.4.0' + ModuleVersion = '2.4.1' } @{ ModuleName = 'PowerValidatedSolutions' - ModuleVersion = '2.7.0' + ModuleVersion = '2.8.0' } ) diff --git a/docs/community/index.md b/docs/community/index.md index 88c9ef31..2b40da86 100644 --- a/docs/community/index.md +++ b/docs/community/index.md @@ -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) | diff --git a/docs/requirements.txt b/docs/requirements.txt index 2f102d01..78236d14 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 diff --git a/docs/snippets/install-module.ps1 b/docs/snippets/install-module.ps1 index 77c79937..8a472b0e 100644 --- a/docs/snippets/install-module.ps1 +++ b/docs/snippets/install-module.ps1 @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 7fbd0ae2..f8ceae5d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,7 +13,7 @@ edit_uri: blob/main/docs/ # Copyright copyright: | - Copyright © 2005-2023 Broadcom. All Rights Reserved.
+ Copyright © 2005-2024 Broadcom. All Rights Reserved.
The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.

# Configuration @@ -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