Skip to content

Latest commit

 

History

History
167 lines (106 loc) · 3.67 KB

File metadata and controls

167 lines (106 loc) · 3.67 KB

Changelog

  • Added environment variables to container deployment example
  • Updated examples image from 'fastai' to 'ubuntu-24.04-cuda-12.8-open-docker'
  • Consistent naming and load of credentials from env variables in examples
  • Added size_in_mb parameter to VolumeMount class
  • Added memory volume mount type

v1.8.4 (2025-03-25)

  • Added readthedocs configuration file

v1.8.3 (2025-03-25)

  • Updated documentation

v1.8.2 (2025-03-25)

  • Added missing packages to setup requirements

v1.8.1 (2025-03-24) [YANKED]

  • Remove container name from deployment creation

v1.8.0 (2025-03-24) [YANKED]

  • Added support for containers

v1.7.3 (2025-03-07)

  • Fix type for contract and pricing parameters

v1.7.1 (2025-03-06)

  • Add contract and pricing parameters in datacrunch.instances.create()

v1.7.0 (2024-11-21)

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

v1.6.1 (2023-10-02)

  • Added spot price to instance types

v1.6.0 (2023-09-15)

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

v1.5.0 (2023-06-28)

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

v1.4.1 (2023-06-20)

  • Fixed a bug where token refresh failed

v1.4.0 (2023-06-14)

  • 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 (2023-05-25)

  • Added support for volume cloning

v1.2.0 (2023-04-24)

  • Added support for deploying a new instance with existing volumes

v1.1.2 (2023-03-02)

  • Fixed bug where the wrong property name was used

v1.1.1 (2023-02-23)

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

v1.1.0 (2023-01-20)

  • 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 (2022-10-18)

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

v1.0.9 (2022-09-16)

  • 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

v1.0.8 (2021-12-20)

  • Added ssh_key_ids property for Volume entity
  • Added test coverage for ssh_key_ids

v1.0.7 (2021-10-13)

  • Fixed the previous bug in a different method

v1.0.6 (2021-10-12)

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

v1.0.5 (2021-09-27)

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

v1.0.4 (2021-07-01)

  • Added constants documentation

v1.0.3 (2021-07-01)

  • Added missing volumes documentation

v1.0.2 (2021-06-16)

  • Added examples to documentation

v1.0.1 (2021-06-16)

  • Update version

v1.0.0 (2021-06-16)

  • Added support for storage volumes
  • Breaking change: moved all constants under DataCrunchClient to DataCrunchClient.constants

v0.1.0 (2021-01-05)

  • First release, still in beta.