Skip to content

v1.9.1

Compare
Choose a tag to compare
@fredericosilva fredericosilva released this 16 Jan 14:10
· 35 commits to master since this release

We are releasing a new version of the CLI. This is a patch release that introduce backwards compatible changes. The release introduce following changes:

  • Parameter --no-image was introduced for command vm create to allow the creation of a Virtual Machine without any Image. Previously, the Virtual Machine used at least use default Image.
  • Parameter --os-disk of command vm create simply accepts the disk ID too. Previously, such format of value for the parameter a request was rejected. Following format of value is accepted now: name, type, [size] | id.
  • If the network connection is interrupted during the request, operation is safely retried by CLI, thanks to idempotency. Previously, such an operation could have caused a error for manual verification & retry by user.