CHANGES
=======

1.2.0
-----

* Added ability to determine if an iDRAC is ready

1.1.1
-----

* Get/Set power state fails

1.1.0
-----

* Fix typo in BIOS code
* Add support for idrac\_card and lifecycle\_controller attributes
* WSMAN enumerate fails to return all entries
* Add constituent physical disks to RAID virtual disk object
* Removes unnecessary utf-8 coding
* Show team and repo badges on README
* Add missing RAID Status
* Remove references to 'wsmanclient' in docs

1.0.0
-----

* Make name and description nullable for virtual disks
* Raise a specific exception instead of generic AttributeError
* Raise a reasonable error on non-nullable flags with empty text
* Update setup.cfg
* Manually sync requirements (compatible with Newton and Ocata)
* JobManagement.get\_job() causes FutureWarning
* Use InstanceId as unique attribute identifier rather than name
* Fetch primary\_status from raid controller
* Raid controller and Physical Drive attributes need to be nullable
* Don't assume FQDD naming
* Add \_\_ne\_\_ built-in function

0.1.0
-----

* Use upper-constraints for all tox targets
* Split tests to based on modules
* Make object attribute names and values consistent
* Allow missing flags on inventory.CPU
* Add flag to indicate 64bit support in inventory.CPU
* Add NIC enumeration to InventoryManagement
* Use constraints for all the things
* Add py35 to tox environments
* Add interface to convert disks to RAID mode
* Add memory enumeration to InventoryManagement
* Improve docs
* Add documentation
* Add CPU enumeration and InventoryManagement class
* Change LOG.warn to LOG.warning
* Put py34 first in the env order of tox

0.0.5
-----

* Fix docstrings for params
* Add RAID management
* Add support for BIOS configuration
* Add boot management
* Add job management
* Add power management

0.0.4
-----

* Switch to PBR

0.0.3
-----

* Bump version to 0.0.3
* Add 'venv' environment to tox.ini

0.0.2
-----

* Bump version to 0.0.2

0.0.1
-----

* Add support for lists in wsman properties
* Add .gitreview
* Replacing pywsman with a simple wsman client
* Add tox.ini
* Initial commit
