Skip to content

Releases: cloudwm/cloudcli-server

v1.0.6

23 Apr 17:31

Choose a tag to compare

  • add details in case of invalid response from server
  • add option to return status code in response json (for salt integration)

v1.0.5

26 Mar 17:03

Choose a tag to compare

  • add option to allow response without servers (for Ansible usage)

v1.0.4

18 Mar 14:32

Choose a tag to compare

Changes to support libcloud direct usage of the server. related libcloud branch

Changes are only relevant to direct cloudcli-server usage and are not exposed in the cli

  • Support for getting specific required server options to conform to libcloud requirements
  • Support for server generated password
  • Support for creating server with only ssh key
  • Added automated tests using libcloud

v1.0.3

03 Mar 12:03

Choose a tag to compare

fix regression due to recent changes

v1.0.2

03 Mar 11:35

Choose a tag to compare

  • create server: add support for ssh key, script, tags and user data

v1.0.1

13 Feb 07:30

Choose a tag to compare

v1.0.0

07 Jan 09:30

Choose a tag to compare

v0.2.1

31 Dec 12:58

Choose a tag to compare

  • ignore case of billingcycle flag for clone and configure commands

v0.2.0

16 Dec 20:28

Choose a tag to compare

fix a bug when creating monthly billing server cloudwm/cloudcli#32

v0.1.9

15 Dec 18:41

Choose a tag to compare

fix create/clone server API call to match latest endpoint server version