Skip to content

Commit 9f0b28e

Browse files
author
Ryan Johnson
authored
chore: release preparation (#85)
- Updated `CHANGELOG.md`. - Updated `PowerValidatedSolutions` dependency in docs. - Removed banner and footer link.
1 parent e1da492 commit 9f0b28e

File tree

5 files changed

+9
-22
lines changed

5 files changed

+9
-22
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release History
22

3-
## v1.3.0 (Unreleased)
3+
## [v1.3.0](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/releases/tag/v1.3.0)
44

5-
> Release Date: Unreleased
5+
> Release Date: 2023-08-15
66
77
Enhancement:
88

Diff for: VMware.CloudFoundation.PasswordManagement.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: VMware, Inc.
55
#
6-
# Generated on: 2023-07-25
6+
# Generated on: 2023-08-15
77
#
88

99
@{

Diff for: docs/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ PowerShell Module | Version | Publisher
6565
-----------------------------------------------------|-----------|--------------|---------------------------------------------------------------------------
6666
[VMware.PowerCLI][psgallery-module-powercli] | >= 13.0.0 | VMware, Inc. | :fontawesome-solid-book:   [Documentation][developer-module-powercli]
6767
[VMware.vSphere.SsoAdmin][psgallery-module-ssoadmin] | >= 1.3.9 | VMware, Inc. | :fontawesome-brands-github:   [GitHub][github-module-ssoadmin]
68-
[PowerVCF][psgallery-module-powervcf] | >= 2.3.0 | VMware, Inc. | :fontawesome-brands-github:   [GitHub][github-module-powervcf]
69-
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.4.0 | VMware, Inc. | :fontawesome-brands-github:   [GitHub][github-module-pvs]
68+
[PowerVCF][psgallery-module-powervcf] | >= 2.3.0 | VMware, Inc. | :fontawesome-solid-book:   [Documentation][docs-module-powervcf]
69+
[PowerValidatedSolutions][psgallery-module-pvs] | >= 2.5.0 | VMware, Inc. | :fontawesome-solid-book:   [Documentation][docs-module-pvs]
7070

7171
[docs-vmware-cloud-foundation]: https://docs.vmware.com/en/VMware-Cloud-Foundation/index.html
7272
[docs-vmware-cloud-foundation-ppm-5-0]: https://docs.vmware.com/en/VMware-Cloud-Foundation/5.0/vcf-operations/GUID-18A95158-30F5-460F-AF80-33F25B6533D0.html
@@ -78,7 +78,7 @@ PowerShell Module | Version | Publisher
7878
[psgallery-module-pvs]: https://www.powershellgallery.com/packages/PowerValidatedSolutions
7979
[psgallery-module-ssoadmin]: https://www.powershellgallery.com/packages/VMware.vSphere.SsoAdmin
8080
[developer-module-powercli]: https://developer.vmware.com/tool/vmware-powercli
81-
[github-module-powervcf]: https://github.com/vmware/powershell-module-for-vmware-cloud-foundation
82-
[github-module-pvs]: https://github.com/vmware-samples/power-validated-solutions-for-cloud-foundation
81+
[docs-module-powervcf]: https://vmware.github.io/powershell-module-for-vmware-cloud-foundation
82+
[docs-module-pvs]: https://vmware.github.io/power-validated-solutions-for-cloud-foundation
8383
[github-module-ssoadmin]: https://github.com/vmware/PowerCLI-Example-Scripts/tree/master/Modules/VMware.vSphere.SsoAdmin
8484
[github-os-photon]: https://vmware.github.io/photon/

Diff for: docs/snippets/install-module.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
22
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.0.0
33
Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9
44
Install-Module -Name PowerVCF -MinimumVersion 2.3.0
5-
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.4.0
5+
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.5.0
66
Install-Module -Name VMware.CloudFoundation.PasswordManagement

Diff for: mkdocs.yml

+1-14
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ repo_url: https://github.com/vmware/powershell-module-for-vmware-cloud-foundatio
1212
edit_uri: blob/main/docs/
1313

1414
# Copyright
15-
copyright: >
16-
Copyright © 2023 - VMware, Inc. –
17-
<a href="#__consent">Manage Settings</a>
15+
copyright: Copyright &copy; 2023 - VMware, Inc.
1816

1917
# Configuration
2018
theme:
@@ -84,17 +82,6 @@ extra:
8482
config:
8583
repo_url: https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management
8684
repo_url_raw: https://raw.githubusercontent.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management
87-
consent:
88-
title: Cookie Consent
89-
description: >-
90-
We use cookies to recognize your repeated visits and preferences, as well
91-
as to measure the effectiveness of our documentation and whether users
92-
find what they're searching for. With your consent, you're helping us to
93-
make our documentation better.
94-
actions:
95-
- accept
96-
- manage
97-
- reject
9885
version:
9986
default: latest
10087
provider: mike

0 commit comments

Comments
 (0)