Skip to content

Releases: cloudwm/cloudcli-server

v1.2.0

Choose a tag to compare

@OriHoch OriHoch released this 04 Sep 13:20
  • fix for tags commands
  • misc. / minor fixes

v1.1.5

Choose a tag to compare

@OriHoch OriHoch released this 15 May 14:44

add support for suspend / resumt actions

v1.1.4

Choose a tag to compare

@OriHoch OriHoch released this 22 Sep 08:34
  • add server create long argument to schema with link to server config tool

v1.1.3

Choose a tag to compare

@OriHoch OriHoch released this 11 Sep 07:04
  • fix statistics response to ignore invalid interval statistic

v1.1.2

Choose a tag to compare

@OriHoch OriHoch released this 22 May 06:54

fix for network commands backwards compatibility

v1.1.1

Choose a tag to compare

@OriHoch OriHoch released this 22 May 06:10
a9ed8f8
  • upgrade php and laravel versions
  • add network commands
  • add schema supporta argument for backwards compatibility

v1.1.0

Choose a tag to compare

@OriHoch OriHoch released this 14 Feb 15:08
  • 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

Choose a tag to compare

@OriHoch OriHoch released this 30 Jun 12:20
  • 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

Choose a tag to compare

@OriHoch OriHoch released this 21 Oct 20:05
2d97cf8
  • 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

Choose a tag to compare

@OriHoch OriHoch released this 03 May 15:05
  • 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