Releases: verda-cloud/sdk-python
Releases · verda-cloud/sdk-python
v1.7.3
07 Mar 07:20
Compare
Sorry, something went wrong.
No results found
v1.7.3 (2025-03-07)
Fix type for contract and pricing parameters
v1.7.1
06 Mar 20:02
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix volume.increase_size()
Fix volumes.get()
v1.6.1
02 Oct 09:07
Compare
Sorry, something went wrong.
No results found
Added spot price to instance types
v1.6.0
15 Sep 06:10
Compare
Sorry, something went wrong.
No results found
Added locations endpoint and location code parameter to the availability endpoints
v1.5.0
28 Jun 06:59
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed a bug where token refresh failed
v1.4.0
14 Jun 14:08
Compare
Sorry, something went wrong.
No results found
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
v1.3.0
25 May 13:47
Compare
Sorry, something went wrong.
No results found
Added support for volume cloning
v1.2.0
24 Apr 15:01
Compare
Sorry, something went wrong.
No results found
Added support for deploying a new instance with existing volumes