Skip to content

Releases: verda-cloud/sdk-python

v1.8.2

25 Mar 06:16
db9f38e

Choose a tag to compare

  • bugfix: Added missing packages to setup requirements

v1.8.1

24 Mar 13:40

Choose a tag to compare

  • bugfix: remove container name from deployment creation

v1.8.0

24 Mar 08:37

Choose a tag to compare

  • Added support for containers

v1.7.3

07 Mar 07:20

Choose a tag to compare

v1.7.3 (2025-03-07)

  • Fix type for contract and pricing parameters

v1.7.1

06 Mar 20:02

Choose a tag to compare

v1.7.1 (2025-03-06)

  • Add contract and pricing parameters in datacrunch.instances.create(), for example:
instance = datacrunch.instances.create(
    instance_type='CPU.4V.16G',
    image='ubuntu-24.04',
    ssh_key_ids=ssh_keys_ids,
    hostname='instance-name',
    location='FIN-01',
    description='Test instance',
    is_spot=False,
    pricing='DYNAMIC_PRICE',
)

v1.7.0

21 Nov 16:08
ace9a27

Choose a tag to compare

  • Fix volume.increase_size()
  • Fix volumes.get()

v1.6.1

02 Oct 09:07

Choose a tag to compare

  • Added spot price to instance types

v1.6.0

15 Sep 06:10

Choose a tag to compare

  • Added locations endpoint and location code parameter to the availability endpoints

v1.5.0

28 Jun 06:59

Choose a tag to compare

  • Added location constants
  • Refactored the code to send location_code instead of location when creating an instance or a volume

v1.4.1

20 Jun 13:52
cc7e752

Choose a tag to compare

  • Fixed a bug where token refresh failed