Skip to content

v1.3.0

Choose a tag to compare

@fredericosilva fredericosilva released this 08 Nov 18:43
· 475 commits to master since this release

Version 1.3.0 is out

We are releasing a new version of the CLI, which introduces new type of action transfer on applicable resources, possibility of changing the type of vm and other minor improvements. At the same time we have fixed some bugs.

Resource transfer

New type of action across multiple resources is available. It allows you to transfer resources between projects that you own.

The short syntax of new commands is following:

  • ip transfer --ip IP --new-project NEW-PROJECT - for transfer IP address to other project
  • image transfer --image IMAGE --new-project NEW-PROJECT - for transfer image to other project
  • disk transfer --disk DISK --new-project NEW-PROJECT - for transfer disk to other project
  • firewall transfer --firewall FIREWALL --new-project NEW-PROJECT - for transfer firewall to other project
  • iso transfer --iso ISO --new-project NEW-PROJECT - for firewall ISO to other project

We believe that new opportunities will facilitate the separation of resources and the use of project isolation while changing the needs and structure of your projects.

Virtual machine

The expected functionality of type change of Virtual Machine has been made available. You can use it to adjust the power of virtual machine up and down to adapt to demands and make savings when requirements are lower or easily respond if they increase.

The short syntax of command is following: vm service change --vm VM --new-type NEW-TYPE

Service information

In addition, we added commands to read information about services that are related to the resource. This will allow you to obtain information eg. about billing rules of network traffic or assigned licenses.

For each resource, there are commands similar with following short syntax:

  • firewall service list --firewall FIREWALL - List service for resource eg. firewall
  • firewall service show --firewall FIREWALL --service SERVICE - Show information about specific service

Security

In order to increase the security of the platform, we decided to avoid sending your passwords on setup credentials of resource at all. It introduces changes for Vault and Virtual Machine that only hash of password are send to us.

This does not introduce the need to change the existing Vault or Virtual Machine credentials, because so far password was transmit encrypted and have carried out these operations on the platform side, but we prefer to reduce password transmit, even if connection is encrypted.

Bug Fixes

The following bugs have been fixed:

  • fix vault stop & vault start commands accepted parameters - now it accept all parameters required to perform action
  • fix project notifications credits delete round limit value - now it operates also for non-integer values
  • fix race on login - the command should be executed correctly each time, without the need to repeat it, even in rare conditions