Skip to content

Releases: gmmephisto/pyscaleio

0.1.5

20 Jun 13:08
Compare
Choose a tag to compare

ChangeLog:

  • Update changelog and bump version
  • Added pypi target to Makefile
  • Added unit tests for resource getters
  • Added SDC connection state field
  • Replace basetring with six.string_types

0.1.4

31 Mar 14:43
Compare
Choose a tag to compare

ChangeLog:

  • Added del_client method to pyscaleio module
  • Update requirements.txt
  • Update README
  • Update tox.ini for quotes
  • Move fixtures to conftest module
  • Use upstream 'httmock' for unittests
  • Rewrite negative doctests to pytest
  • Added logging to functional tests

0.1.3

28 Apr 22:12
Compare
Choose a tag to compare

ChangeLog:

  • Added request/response debug logging to ScaleIO session
  • Fix typo in drop_none decorator
  • Added functional tests for Volume throttle method
  • Added throttle method to Volume model
  • Added config module for tuning various client options
  • Enable python3.5 support and tests
  • Added ExportsInfo wrapper that encapsulates Volume exports

0.1.2

23 Apr 18:53
Compare
Choose a tag to compare

ChangeLog:

  • Bump release and update RPM spec
  • Fix broken method in Sdc model
  • Fix urllib3 disable warnings
  • Update setup.cfg fields

0.1.1

20 Apr 10:54
Compare
Choose a tag to compare

ChangeLog:

  • Bump release and update RPM spec
  • Update changelog
  • Rename 'perform_actions_on' client method
  • Inject ScaleIO client into model methods
  • Added basic Volume snapshotting operations
  • Fixed README and added installation methods
  • Rename 'SDC' resource class to 'Sdc'
  • Added functional tests for StoragePools
  • Added create/find operations on StoragePools

0.1.0

20 Apr 10:54
Compare
Choose a tag to compare

Initial release