-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated module RequiredModules syntax. - Updated module ProjectUri and ReleaseNotes. - Bumps Posh-SSH to v3.0.8. - Bumps PowerVCF to v2.3.0. - Updates CHANGELOG.md - Bumps module version to v1.2.0.1000.
- Loading branch information
Showing
3 changed files
with
25 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,28 @@ | ||
# Release History | ||
|
||
## v1.1.1 (Unreleased) | ||
## v1.2.0 (Unreleased) | ||
|
||
> Release Date: Unreleased | ||
**Enhancements**: | ||
Enhancement: | ||
|
||
- Updated each cmdlet to include the `.PARAMETER` details. [GH-27](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-power-management/pull/27) | ||
- Added support for VMware Cloud Foundation 5.0. [GH-37](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-power-management/pull/37) | ||
|
||
Chore: | ||
|
||
- Updated PowerVCF from v2.2.0 to v2.3.0. [GH-38](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-power-management/pull/38) | ||
- Updated Posh-SSH from v3.0.4 to v3.0.8. [GH-38](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-power-management/pull/38) | ||
|
||
## [v1.1.0](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-power-management/releases/tag/v1.1.0) | ||
|
||
> Release Date: 2022-12-09 | ||
Initial availability of the PowerShell module for VMware Cloud Foundation power management, `VMware.CloudFoundation.PowerManagement`, replacing `VMware.PowerManagement`. | ||
The initial release of the PowerShell Module for VMware Cloud Foundation Power Management, `VMware.CloudFoundation.PowerManagement`, replacing `VMware.PowerManagement`. | ||
|
||
**Enhancements**: | ||
Enhancement: | ||
|
||
- Sample scripts use the vSAN shutdown wizard API (VMware Cloud Foundation version 4.5 and later.) | ||
|
||
- Added support for multiple clusters in a workload domain. | ||
|
||
- Added support for NSX Managers that are shared between workload domains. | ||
|
||
- Bugfixes and workflows improvements. | ||
- Bugfixes and workflow improvements. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted | ||
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.0.0 | ||
Install-Module -Name PowerVCF -MinimumVersion 2.3.0 | ||
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.4.0 | ||
Install-Module -Name Posh-SSH -MinimumVersion 3.0.4 | ||
Install-Module -Name Posh-SSH -MinimumVersion 3.0.8 | ||
Install-Module -Name VMware.CloudFoundation.PowerManagement |