Update ChangeLog for proliantutils release 2.6.0

Removed 'cover' target from tox.ini as there exists a
separate coverage job in Zuul gates. Also added the new
authors. Changes in brief:

  - Add support to manage BIOS settings for Gen9 and Gen10
  - Redfish: Add 'delete\_raid\_configuration' API
  - Add support for retrieving system POST state
  - Add NMI (Non Maskable Interrupt) support for Gen9 and Gen10
  - Fixes `pysnmp_mibs` location issue from search path

Change-Id: I72eafd29e5bb5cda3f0ea2dc600e989724380327
This commit is contained in:
Debayan Ray 2018-07-19 09:39:21 +00:00
parent d0dd4add5d
commit 87a311cfa4
3 changed files with 11 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Anshul Jain <theanshuljain@gmail.com>
Anusha Ramineni <anusha.iiitm@gmail.com>
Aparna Vikraman <aparnavtce@gmail.com>
Debayan Ray <debayan.ray@gmail.com>
Ilya Etingof <etingof@gmail.com>
Jim Mankovich <jmank@hp.com>
Mallikarjuna Kolagatla <mallikarjuna.reddy@hpe.com>
melissaml <ma.lei@99cloud.net>
@ -13,4 +14,5 @@ Pratyusha <pratyusha957@gmail.com>
Ramakrishnan G <rameshg87@gmail.com>
Shivanand Tendulker <stendulker@gmail.com>
Vinay Muddu <vinay50muddu@yahoo.com>
wangqi <wang.qi@99cloud.net>
hpproliant <proliantutils@gmail.com>

View File

@ -1,6 +1,14 @@
CHANGES
=======
2.6.0
-----
* Add support to manage BIOS settings for Gen9 and Gen10 servers
* Redfish: Add 'delete\_raid\_configuration' API to clear raid
* Add support for retrieving system POST state
* Add NMI (Non Maskable Interrupt) support for Gen9 and Gen10 servers
* Fixes `pysnmp_mibs` location issue from search path
2.5.2
-----
* Fix #1764395: Fixes session issue for Gen10 servers. Using basic

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35,py34,py27,pep8,cover
envlist = py35,py34,py27,pep8
[testenv]
usedevelop = True