v.2.1.0¶
Improvements:¶
Added ability to register new account in luna-admin.
Removed the field “status” from the account info.
Updated logging:
added log file for info level
added log rotation (MAX_LOG_FILE_SIZE parameter in config)
added process pid to logs
added print filename and line number where logger was called for stdout log and debug log file
added ability set suffix for log files (see help of run.py)
log message to a log file with level x if log level <= x.
Added “garbage collector” and “re-extract” tasks, see tasks.
Added monitoring feature (see monitoring)
Return opportunity to get service settings from luna-configurator (see configurator)
Added resource for view platform info. See resource “/luna_sys_info” or tab “help”.
Specification format changed from RAML to OpenAPI.
Bugs fixed:¶
Fix change admin password.
How to update from previous version:¶
To update from previous version simply replace folders luna_admin, tests, docs and update dependencies from requirements.txt. Then run the commands:
alembic upgrade head