* Added support for permanent deletion of volumes * Added a Volume class method that inits a new Volume instance from a dict * Added a few integration tests for permanent deletion of volumes
1.3.0
-------------------
* Added support for volume cloning
1.2.0
-------------------
* Added support for deploying a new instance with existing volumes
1.1.2
-------------------
* Fixed bug where the wrong property name was used
1.1.1
-------------------
* Fixed a bug where the authentication refresh token flow did not update the token values
1.1.0
-------------------
* Added support for checking availability for a spot instance * Updated two github actions to run on fixed version of ubuntu because the latest one is missing python 3.6 * Added more version of python to be used on two github actions