Skip to content

Commit

Permalink
- [#647] Fixed ConvertTo-OVPowerShellScript mishandling BIOS consiste…
Browse files Browse the repository at this point in the history
…ncy policy when parsing a server profile template.

- [#642] Fixed incorrect use of internal variable within Update-OVServerFirmware.
- [#654] Fixed ConvertTo-OVPowerShellScript mishandling Tunnel uplink set resources.
- [#656] Fixed parameter evaluation bug with Update-OVServerProfile and the -Stage parameter.
- Added Update-OVRemoteSupportEntitlement Cmdlet to refresh remote support entitlement data with the backend.
- Added MegaRAID support to New-OVServerProfileLogicalDiskController.
- Added Get-OVServerHardwareAvailableController to return discovered disk drive controllers for volume servers (DL, ML, Apollo) and drives.  New classes added HPEOneView.Servers.StorageController and HPEOneView.Servers.PhysicalDrive.
- Added the ability to specify controller returned from Get-OVServerHardwareAvailableController.
- Added the ability to specify specific drives in New-OVServerProfileLogicalDisk after invoking Get-OVServerHardwareAvailableController to get list of controllers and available drives that are part of the HPEOneView.Servers.StorageController.Drives property.
- Updated core library to handle web proxy in a more efficient method.
- Updated core library to use TLS1.2 only.

Signed-off-by: Chris Lynch <chris.lynch@hpe.com>
  • Loading branch information
ChrisLynchHPE committed Oct 11, 2023
1 parent c76ce91 commit 7b57e79
Show file tree
Hide file tree
Showing 8 changed files with 1,585 additions and 194 deletions.
12 changes: 7 additions & 5 deletions HPEOneView.830.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'HPEOneView.830.psm1'

# Version number of this module.
ModuleVersion = '8.30.3534.1611'
ModuleVersion = '8.30.3660.2366'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -156,11 +156,13 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Release 8.30.3534.1611
ReleaseNotes = 'Release 8.30.
- Support for PowerShell 5 and 6 is now deprecated and is no longer supported.
- Added workaround to supporting Gen10 Plus V2 platforms and supporting firmware management.
- Added Update-OVRemoteSupportEntitlement Cmdlet to refresh remote support entitlement data with the backend.'
- [#647] Fixed ConvertTo-OVPowerShellScript mishandling BIOS consistency policy when parsing a server profile template.
- [#642] Fixed incorrect use of internal variable within Update-OVServerFirmware.
- Added Update-OVRemoteSupportEntitlement Cmdlet to refresh remote support entitlement data with the backend.
- Updated core library to handle web proxy in a more efficient method.
- Updated core library to use TLS1.2 only.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
Loading

0 comments on commit 7b57e79

Please sign in to comment.