Skip to content

Commit 5e15c12

Browse files
authored
chore: release updates (#41)
1 parent 109b90d commit 5e15c12

File tree

4 files changed

+10
-27
lines changed

4 files changed

+10
-27
lines changed

CHANGELOG.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,31 @@
22

33
## v1.1.0
44

5-
> Release Date: Unreleased
5+
> Release Date: 2023-05-30
66
7-
Bugfixes:
7+
Bugfix:
88

99
- Fixed the placement for the use of `Disconnect-SSOserver`. [GH-26](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/26)
10-
1110
- Fixed drift option error for `Request-VcenterAccountLockout`. [GH-32](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/32)
12-
1311
- Exported `Get-PasswordPolicyConfig`. [GH-32](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/32)
14-
1512
- Fixed drift option error for `Publish-VcenterLocalAccountLockout`. [GH-34](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/34)
16-
1713
- Fixed drift option error for `Publish-VcenterLocalPasswordExpiration`. [GH-34](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/34)
18-
1914
- Fixed drift option error for `Publish-VcenterLocalPasswordComplexity`. [GH-34](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/34)
20-
2115
- Handled empty email string values and "0" value for WSADirectory feilds coming from JSON file `Test-PasswordPolicyConfig`. [GH-36](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/36)
22-
2316
- Corrected Description in `Start-PasswordPolicyConfig`. [GH-36](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/36)
2417

2518
Enhancements:
2619

2720
- Updated `Update-SDDCManagerPasswordComplexity` to handle all structural changes of the common-password file on SDDC Manager. [GH-28](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/28)
28-
2921
- Updated `Update-VcenterAccountLockout` to handle isolated VI Workload Domains. [GH-29](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/29)
30-
3122
- Updated `Request-VcenterPasswordComplexity` to handle isolated VI Workload Domains. [GH-29](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/29)
32-
3323
- Updated `Request-VcenterAccountLockout` to handle isolated VI Workload Domains. [GH-29](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/29)
34-
3524
- Updated `Update-VcenterPasswordComplexity` to handle isolated VI Workload Domains. [GH-29](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/29)
36-
3725
- Updated `Update-SsoPasswordComplexity` to handle isolated VI Workload Domains. [GH-30](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/30)
38-
3926
- Updated `Update-SsoAccountLockout` to handle isolated VI Workload Domains. [GH-30](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/30)
40-
4127
- Updated `Update-SsoPasswordExpiration` to handle isolated VI Workload Domains. [GH-30](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/30)
42-
4328
- Updated `Request-SsoAccountLockout` to handle isolated VI Workload Domains. [GH-30](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/30)
44-
4529
- Updated `Request-SsoPasswordComplexity` to handle isolated VI Workload Domains. [GH-30](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/30)
46-
4730
- Updated `Request-SsoPasswordExpiration` to handle isolated VI Workload Domains. [GH-30](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/30)
4831

4932
Chores:
@@ -56,6 +39,6 @@ Chores:
5639
5740
## [v1.0.0](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/releases/tag/v1.0.0)
5841

59-
> Release Date: 2023-04-25)
42+
> Release Date: 2023-04-25
6043
6144
- Initial Module Release

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The module provides coverage for the following components:
5454
- [`VMware.PowerCLI`][module-vmware-powercli] 13.0.0 or later
5555
- [`VMware.vSphere.SsoAdmin`][module-vmware-vsphere-ssoadmin] 1.3.9 or later
5656
- [`PowerVCF`][module-powervcf] 2.3.0 or later
57-
- [`PowerValidatedSolutions`][module-powervalidatedsolutions] 2.2.0 or later
57+
- [`PowerValidatedSolutions`][module-powervalidatedsolutions] 2.3.0 or later
5858

5959
## Installing the Module
6060

@@ -67,7 +67,7 @@ Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
6767
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.0.0
6868
Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9
6969
Install-Module -Name PowerVCF -MinimumVersion 2.3.0
70-
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.2.0
70+
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.3.0
7171
Install-Module -Name VMware.CloudFoundation.PasswordManagement
7272
```
7373

@@ -179,7 +179,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
179179
[module-vmware-powercli]: https://www.powershellgallery.com/packages/VMware.PowerCLI
180180
[module-vmware-vsphere-ssoadmin]: https://www.powershellgallery.com/packages/VMware.vSphere.SsoAdmin
181181
[module-passwordmanagement]: https://www.powershellgallery.com/packages/VMware.CloudFoundation.PasswordManagement
182-
[module-powervcf]: https://www.powershellgallery.com/packages/PowerVCF/2.2.0
182+
[module-powervcf]: https://www.powershellgallery.com/packages/PowerVCF
183183
[module-reporting]: https://www.powershellgallery.com/packages/VMware.CloudFoundation.PasswordManagement
184184
[module-powervalidatedsolutions]: https://www.powershellgallery.com/packages/PowerValidatedSolutions
185185
[vmware-photon]: https://vmware.github.io/photon/

VMware.CloudFoundation.PasswordManagement.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Gary Blake, Cloud Infrastructure Business Group (CIBG)
55
#
6-
# Generated on: 04/25/2023
6+
# Generated on: 05/30/2023
77
#
88

99
@{
@@ -12,13 +12,13 @@
1212
RootModule = '.\VMware.CloudFoundation.PasswordManagement.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.1.0.1007'
15+
ModuleVersion = '1.1.0.1008'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
1919

2020
# ID used to uniquely identify this module
21-
GUID = '34e5a0b7-6e6e-4f72-8b3c-1c28048f5dd8'
21+
GUID = '34e5a0c7-6e6e-4f72-8b3c-1c28248f8ac9'
2222

2323
# Author of this module
2424
Author = 'Gary Blake, Ryan Johnson - Cloud Infrastructure Business Group (CIBG)'

VMware.CloudFoundation.PasswordManagement.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8178,7 +8178,7 @@ Function Test-VcfPasswordManagementPrereq {
81788178
@{ Name=("VMware.PowerCLI"); MinimumVersion=("13.0.0")}
81798179
@{ Name=("VMware.vSphere.SsoAdmin"); MinimumVersion=("1.3.9")}
81808180
@{ Name=("PowerVCF"); MinimumVersion=("2.3.0")}
8181-
@{ Name=("PowerValidatedSolutions"); MinimumVersion=("2.2.0")}
8181+
@{ Name=("PowerValidatedSolutions"); MinimumVersion=("2.3.0")}
81828182
)
81838183

81848184
foreach ($module in $modules ) {

0 commit comments

Comments
 (0)