Skip to content

Commit

Permalink
chore: support only pwsh 7.2.0 and later (vmware#159)
Browse files Browse the repository at this point in the history
Removes support for Microsoft Windows PowerShell 5.1. Please use Microsoft PowerShell 7.2.0 or later.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
  • Loading branch information
tenthirtyam authored Feb 7, 2024
1 parent a09f368 commit 8eb4bc0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

## v1.7.2

> Release Date: Unreleased
Breaking Change:

- Removes support for Microsoft Windows PowerShell 5.1. Please use Microsoft PowerShell 7.2.0 or later. [GH-159](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/159)

## v1.7.1

> Release Date: 2024-01-30
Expand Down
6 changes: 3 additions & 3 deletions VMware.CloudFoundation.PasswordManagement.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

# Module manifest for module 'VMware.CloudFoundation.PasswordManagement
# Generated by: Broadcom
# Generated on: 2024-01-30
# Generated on: 2024-02-01

@{

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

# Version number of this module.
ModuleVersion = '1.7.1.1004'
ModuleVersion = '1.7.2.1000'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -32,7 +32,7 @@
Description = 'PowerShell Module for VMware Cloud Foundation Password Management'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '5.1'
PowerShellVersion = '7.2.0'

# Name of the PowerShell host required by this module
# PowerShellHostName = ''
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ The following table lists the supported editions and versions of PowerShell for

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

### Module Dependencies
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

0 comments on commit 8eb4bc0

Please sign in to comment.