Releases: verda-cloud/sdk-python
Releases · verda-cloud/sdk-python
v1.8.2
25 Mar 06:16
Compare
Sorry, something went wrong.
No results found
bugfix: Added missing packages to setup requirements
v1.8.1
24 Mar 13:40
Compare
Sorry, something went wrong.
No results found
bugfix: remove container name from deployment creation
v1.8.0
24 Mar 08:37
Compare
Sorry, something went wrong.
No results found
Added support for containers
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