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

v0.15.0

Compare
Choose a tag to compare
@fearenales fearenales released this 15 Sep 23:29
· 629 commits to master since this release
  • Bug
    • [Manifest] Fixing wait not support false value;
    • [Suggestions] Fixing command of php_composer suggestion;
    • [Docker] Fixing support to comments and blank lines in .dockerignore file during Dockerfile build;
  • Enhancements
    • [Cli] Start github URLs directly on azk start #476;
    • [Package] git is an azk installation dependency #476;
    • [Suggestions] Upgrading elixir_phoenix suggestion to work with Phoenix v1.0.0;
    • [Docker] Checking Docker version (azk supports Docker v1.8+);
    • [Docker] Upgrading to Docker 1.8.1 and locking to use Docker Remote API 1.20;
    • [Docker] Refactoring Docker.run to use new Docker Remote API;
    • [kernel] Separating development environment to be enabled with a single env var
    • [VM] Changing the default VM memory amount to be 1/6 of the available in the host
    • [Manifest] Adding env as a manifest system template;
    • [Manifest] Improving how azk handles multiple http.domains set by env vars;
  • Deprecations