Updated ChangeLog for proliantutils 2.4.0 release

Updated ChangeLog as part of proliantutils 2.4.0 release. Added
more vivid details for the prior releases 2.3.0 and 2.3.1.

This release provides the Redfish support for all existing
proliantutils APIs. This version can be viewed as the base
version for HPE ProLiant Gen10 server support.

Change-Id: Ica0b6a56279093bbceb87d0b396a5791448575cf
This commit is contained in:
Debayan Ray 2017-08-10 03:27:11 -04:00
parent ee6c9c573e
commit 4d58e21184
1 changed files with 57 additions and 1 deletions

View File

@ -1,10 +1,54 @@
CHANGES
=======
2.4.0
-----
* __Redfish support provided for all the existing APIs__
* Allow local\_gb to be of zero value. It will not throw exception as was done
prior to this release.
* Renaming clean step 'update\_firmware' to 'update\_firmware\_sum'
* Redfish: Adds the following attributes to server capabilities:
drive\_rotational\_<speed>\_rpm, logical\_raid\_level\_<raid\_level>,
has\_nvme\_ssd, has\_rotational, has\_ssd, hardware\_supports\_raid,
iscsi\_boot and more persistent memory related attributes like nvdimm_n,
logical_nvdimm_n
* Redfish: Add local\_gb attribute to get\_essential\_properties
* Redfish: Adds SimpleStorage URI for local\_gb discovery
* Redfish: Add the Storage and its related URIs for local\_gb discovery
* Redfish: Adds SmartStorage and its related URIs for local\_gb discovery
* Redfish: Adds get\_essential\_properties()
* Redfish: Adds macs discovery
* Redfish: Adds support for boot mode capabilities
* Redfish: Add cpu virtualisation capability
* Redfish: [Fix] Set pending boot mode json payload
* RIS: Add supported boot modes to server capabilities
* RIS: Adds support for has_ssd, has_rotational, drive_rotational_<speed>_rpm,
logical_raid_level_<raid_level>
2.3.1
-----
* Adding near exhaustive Redfish APIs in parity to RIS
* Redfish: Adds secure\_boot to server capabilities
* Redfish: Add trusted\_boot capability
* Redfish: Add the nic\_capacity attributes
* Redfish: Adds server capabilities
* Redfish: Add secure boot API support
* Redfish: Add 'sriov\_enabled' capability
* Redfish: Adds 'reset\_bios\_to\_default' API
* Redfish: Add the get\_server\_capabilities() and pci\_gpu\_device attribute
* Redfish: Adds 'reset\_ilo\_credential' for redfish systems
* Redfish: Adding the ability to set boot mode and devices
* Redfish: Adding the ability to get persistent boot device
* Redfish: Adds 'update\_firmware' API support through redfish
* Redfish: Add support for Virtual Media Operations
* Redfish: Adds 'activate\_license' for redfish systems
* Redfish: Adding the ability to get current boot mode
* Redfish: Adding the ability to get pending boot mode
* Redfish: Adds manager support for redfish API's
* RIS: Add 'sriov\_enabled' capability
* Replace assertTrue(isinstance()) with assertIsInstance()
* Using assertIsNone() instead of assertEqual(None)
2.3.0
-----
@ -14,6 +58,18 @@ CHANGES
* Add capability to check NVDIMM_N availability
* Add support for one-pass disk erase using SSA when sanitize
disk erase is not supported
* Redfish: Adding the ability to get one time boot
* Support to perform erase on all the disks(volumes and drives)
* Redfish: Add system push power button operations
* Add HPE extensions support to redfish connection lib
* Redfish: Add system power operations
* Aligning redfish calls to new framework
* Support to return logs for hpsum firmware update
* Set 'trusted\_boot' capability only when TPM chip is present
* Adding capability to check NVDIMM\_N availability
* Stop hosting coverage results in htmlcov dir
* Separate out rest infra from ris
* Refactor ris-rest infrastructure
2.2.1
-----