From d139b1619a4a594ddb329cf56781f2154db24060 Mon Sep 17 00:00:00 2001 From: ankit Date: Mon, 14 Oct 2019 08:55:13 +0000 Subject: [PATCH] Updated ChangeLog for proliantutils 2.4.2 release Updated ChangeLog for proliantutils 2.4.2 release This release: * Adds Inband disk erase support for SSD disk drives * Fixes the issue of nic capacity calculation * Fixes Model number string for Gen9 and above * Adds support for firmware update using SUM * Fixes issue with ssacli output parsing * Fixes issue with secure_boot capability * Remove the disk erase timeout * Fixes issue with storage capabilities * Retry power on operation for Blade servers * Redfish: Adds HPEConnector to proliantutils Change-Id: I86064b12512c86d772bd16df733ad044c5c2d5f8 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9107501e..979fd1f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,20 @@ CHANGES ======= +2.4.2 +----- + +* Adds Inband disk erase support for SSD disk drives +* Fixes the issue of nic capacity calculation +* Redfish: [Fix] Model number string for Gen9 and above +* Adds support for firmware update using SUM +* Fixes the issue of ssacli output parsing +* Fixes issue with secure_boot capability +* Remove the disk erase timeout +* Fixes the issue of storage capabilities +* Retry power on operation for Blade servers +* Redfish: Adds HPEConnector to proliantutils + 2.4.0 -----