Skip to content

Releases: cloudwm/cloudcli-server

v1.2.0

04 Sep 13:20

Choose a tag to compare

  • fix for tags commands
  • misc. / minor fixes

v1.1.5

15 May 14:44

Choose a tag to compare

add support for suspend / resumt actions

v1.1.4

22 Sep 08:34

Choose a tag to compare

  • add server create long argument to schema with link to server config tool

v1.1.3

11 Sep 07:04

Choose a tag to compare

  • fix statistics response to ignore invalid interval statistic

v1.1.2

22 May 06:54

Choose a tag to compare

fix for network commands backwards compatibility

v1.1.1

22 May 06:10
a9ed8f8

Choose a tag to compare

  • upgrade php and laravel versions
  • add network commands
  • add schema supporta argument for backwards compatibility

v1.1.0

14 Feb 15:08

Choose a tag to compare

  • update compose dependencies
  • fix bug where server info command failed due to missing permissions to get pricing. In that case we now return empty pricing details.

v1.0.9

30 Jun 12:20

Choose a tag to compare

  • update monthly billing cycle package documentation
  • always set empty trafficPackage for hourly billing
  • server create: keep network name case sensitivity
  • add cliUsage and cliPreRunHooks to schema to show error message + help for better UX
  • add hdlib command to schema

v1.0.8

21 Oct 20:05
2d97cf8

Choose a tag to compare

  • fix bug preventing multiple operations in parallel from the same IP (can occur from external tools like Terraform)
  • fix bug in case of empty client response
  • fix missing id flag in various commands
  • allow to set traffic package for hourly billing instance

v1.0.7

03 May 15:05

Choose a tag to compare

  • set srcUI to false in server create requests (should fix bug for accounts with limited permissions)
  • add 3rd party integration tests using ansible, salt, libcloud
  • logging / debugging improvements