- bugfix: preset logging
- bugfix: aiohttp lib version
- feature: log info how long virtual machine fails healthcheck
- feature: new vm object state - unhealthy
- feature: new rpc methods - list_presets_with_tags, get_preset_tags
- bugfix: terminate via iaas on healthcheck
- bugfix: vm class - remove terminate method
- feature: the vms list is keeping in runtime driver (latest possible)
- ans is refreshed by the git worker on every cycle
- bugfix: remove next _initialize_master_working_set line
- bugfix: remove _initialize_master_working_set on each driver get
- feature: rpc - list_vms - created at field
- bugfix: fix problem with sys.path in drivers
- bugfix: reload entry_points
- bugfix: add asyncio.lock for git clone/pull commands
- bugfix: Add unique name for a tmp preset directory in a Git Driver
- bugfix: change the return type for get_vm_ip
- feature: custom exception class for errors
- feature: configure unmanaged state for presets
- feature: rpc api - get_vm_ip(preset_name, vm_id)
- bugfix: panel - fail to load due jinja error
- bugfix: update runtime data after manage even if unlocked
- bugfix: panel - deterministic preset order
- feature: api - added list_presets
- feature: adjustable timeout for http requests to iaas
- bugfix: API should use last cycle data
- bugfix: OpenStackDriver refresh token
- preserve preset state (dashboard shows data from last cycle)
- bump AsyncOpenStackClient (0.6.2)
- docs
- bump AsyncOpenStackClient (0.5.2)
- bump AsyncOpenStackClient (0.5.1)
- runtime driver abstract fix
- cleanup, verify
- bump AsyncOpenStackClient (+ compat)
- user-data base64
- multiple network interfaces
- AsyncOpenStackClient
- web panel
- rpc api
- initial