Habitus v1.0.0 Release Notes

Release Date: 2017-06-19 // almost 7 years ago
    • containers are coping artifacts with the required stat inside a container. if you want to disable this, use the --use-stat=false command parameter.
    • ๐Ÿ— when enabling the secret provider env with the command parameter --secrets=true -=sec-providers="env" all the env you want to inject need HABITUS_ prefix. For example if you expose the secret named HOME in the build.yml if should be called HABITUS_HOME in the host environment.
    • โž• adding an installs script

    ๐ŸŽ Install Habitus for macOS or Linux for the commandline:
    curl -sSL https://raw.githubusercontent.com/cloud66/habitus/master/habitus_install.sh | bash