v1.9.1
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 commandvm 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 commandvm 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.