CHANGES
=======

0.7.0
-----

* Remove savanna aliases
* Add README file

0.6.0
-----

* Implement "sahara --version"
* Change internal variables and classes to 'sahara'
* Change packaging references to python-saharaclient
* Swap the saharaclient and savannaclient directories
* Change client doc references to sahara
* Change the enduser facing apects of the shell
* Update .gitreview to point on updated repo
* Make savanna able to be executed/used as sahara
* Add excutils and timeutils to openstack/common
* Update oslo-incubator cliutils module
* Update oslo-incubator apiclient.exceptions modules
* Add missed PrettyTable requirement
* Updated from global requirements

0.5.0
-----

* Args should be passed as a list on job creation
* Check for presence of 'credentials' before filtering
* Check for presence of 'extra' before filtering
* Updated from global requirements
* Improve help strings
* Api Exception improvement
* Update oslo-incubator cliutils module
* Update oslo-incubator apiclient.exceptions module
* update oslo-incubator strutils module
* Update oslo-incubator gettextutils module
* Update oslo-incubator importutils module
* Add importutils module
* Fix typo in doc string
* Move client docs to the client
* Add savannaclient/version.py to store version info
* Make the single entrypoint for client
* Remove dependent module py3kcompat
* Removed copy_if_defined function from ClusterManager
* print_list(): do not call decode() on a text string
* Some improvements in tox.ini
* Sync with global requirements
* Changed base Resource class to prevent changing of passed arguments
* Add --name option to image unregister & tag cmds
* Remove job_exec_data argument
* Add --name option to appropriate delete commands
* Add --name option to appropriate show commands
* Add space to name for consistency
* Map neutron_management_network to net_id in CLI
* Add job-create to CLI
* Add job-template-create to CLI
* Fixed issue when savanna url is not provided
* Update oslo-incubator cliutils module
* Update oslo-incubator strutils module
* Make --bypass-url default to env(BYPASS_URL)
* Refactor display of a job
* Updated from global requirements
* Refactor display of job template
* Add job-binary-create to CLI
* Refactor display of a job binary
* Send credentials only when they are provided
* Add data-source-create to CLI
* Refactor display of a single data-source
* Add job-binary-data-create to CLI
* Refactor display of job-binary-data elements
* Add job-delete to CLI
* Add job-show to CLI
* Add job-list to CLI
* Add job-template-delete to CLI
* Add job-template-show to CLI
* Add job-template-list to CLI
* Add job-binary-delete to CLI
* Add job-binary-show to CLI
* Add job-binary-list to CLI
* Add job-binary-data-delete to CLI
* Add job-binary-data-list to CLI
* Add data-source-delete to CLI
* Add data-source-show to CLI
* Add data-source-list to CLI
* Fix default service-type name in help
* Add cluster-create to CLI
* Add cluster-template-create to CLI
* Add node-group-template-create to CLI
* Add --json option to cluster-show
* Add --json option to cluster-template-show
* Add --json option to node-group-template-show
* Refactor display of cluster
* Refactor display of cluster template
* Refactor display of node group template
* Add cluster-template-show command to CLI
* Add node-group-template-show command to CLI
* Make plugin commands singular
* Force wrap line for cluster-show
* Remove version from setup.cfg

0.4.1
-----

* JobExecutionsManager.create(
* Clean up versions display in plugins-show
* Clean up printing of image details
* Allow passing extra args to JobExecutionsManager.create()
* Add pretty printing of node group fields
* Add some pretty printing for list fields
* Add initial cluster-template-* commands to CLI
* Add initial node-group-template-* commands to CLI
* Add initial cluster-* commands to CLI
* Add initial image-* commands to CLI
* Update oslo-incubator apiclient module
* Update oslo-incubator py3kcompat module
* Update oslo-incubator gettextutils module
* Add run_test.sh for running tests
* Python 3: use six.iteritems() instead of iteritems()
* Python3: use six.moves.urllib.parse instead of urlparse
* Add basic tests for savanna CLI
* Add initial Savanna CLI
* Adding the ability to modify node group templates
* Adding the ability to modify cluster templates
* Removal of AUTHORS file from repo
* Removing vim headers from savannaclient
* Fix call to catalog.get during endpoint discovery
* Client creation refactoring

0.4.0
-----

* Enforce keystone service endpoint URL for auth
* Run tests using testrepository
* Bump client version to 0.4.0
* Revert "Support building wheels (PEP-427)"
* Add unregister_image(id) call
* Bump version to 2014.1
* Support building wheels (PEP-427)
* Add HACKING.rst with link to the style guidelines
* Hacking contains all needed requirements
* Updated from global requirements
* Adding support for downloading a job binary
* py33 and pypy added to the envlist
* Unused pylint requirement removed
* Sync with global requirements

0.3
---

* Add lower bound for the six dep

0.3.rc4
-------

* Fixed UI bug with broken plugins page
* Added transient field for cluster

0.3.rc3
-------

* Set upper limit for requests library

0.3.rc2
-------

* Adding Jeremy Stanley to AUTHORS
* Remove timeout argument
* Update .gitreview file following repository move
* Sync with global requirements

0.3.rc1
-------

* Support for keystone v3
* Removed oslo.config and oslo-incubator

0.3a3
-----

* Fix config handling for Node Group Templates

0.3a2
-----

* Bump oslo.config to >=1.2.0
* Fix Node Groups handling on creation
* Fix job_binary_internals creation
* Fix job_binary_internals creation
* Get job configs call for sync dashboard

0.3a1
-----

* Sync with dashboard
* Remove version pbr pins from setup_requires
* Sync requiremnts with global requirements
* Adjusting json resource names
* Fix to requirements.txt
* Adjust client to account API changes for EDP
* Added converting project name to project id
* Added authentication by tenant name
* Create methods return object while object creation
* Added support for Job Binaries and Job Executions API
* Now create methods return a new object
* Added API for job, data_source and job_origin
* Update pbr and sync requirements
* Python Savanna Client initial implementation
* Added .gitreview
