Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

v0.16.0

Compare
Choose a tag to compare
@fearenales fearenales released this 28 Oct 18:27
· 505 commits to master since this release
  • Bug
    • [Suggestions] Fixed high CPU usage by sync for the Laravel suggestion.
  • Enhancements
    • [VM] Adding configuration key AZK_DOCKER_MONITOR to enable or disable docker monitor. By default is true for Linux and false if is not Linux;
    • [Cli] Send env TERM if is interactive terminal;
    • [Cli] Added the command azk open [system] which opens a system URL in browser #528;
    • [Cli] Adding deploy command to cli;
    • [Kernel] Changing system to get command from image, but respect this priority for azk shell: shell option (--shell) > Azkfile.js > docker image #534;
    • [Docker] Improving Docker version verify, making it more resistant;