Skip to content

Releases: verda-cloud/sdk-python

v1.1.2

02 Mar 15:43

Choose a tag to compare

  • Fixed bug where the wrong property name was used

v1.1.1

23 Feb 08:04

Choose a tag to compare

  • Fixed a bug where the authentication refresh token flow did not update the token values

v1.1.0

20 Jan 13:06

Choose a tag to compare

  • 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

v1.0.10

18 Oct 12:32

Choose a tag to compare

  • Added support for adding a coupon code when deploying a new instance

v1.0.9

16 Sep 11:26

Choose a tag to compare

  • Added is_spot property to the Instance class, now possible to deploy a spot instance
  • Implemented str method for Instance, Volume and Image Classes, now possible to print instances of these classes

v1.0.8

20 Dec 14:16

Choose a tag to compare

Added support for ssh keys in the volume object (used by OS volumes)

v1.0.7

13 Oct 07:09
b9c3bd1

Choose a tag to compare

Fixed the previous bug in a different method

v1.0.6

12 Oct 10:01

Choose a tag to compare

Fixed a bug where initializing an instance without ssh keys raises an exception

v1.0.5

27 Sep 10:53

Choose a tag to compare

Added an option to set OS volume size and name on instance creation

v1.0.4

01 Jul 14:46

Choose a tag to compare

Added constants documentation