grim/convey

closing closed branch again
multiple-images
2018-01-26, Gary Kramlich
8e45b1f8ccff
closing closed branch again
0.3.2:
* Fixed the remove task (fixed #69) (Eric Fritz)
0.3.1: 20170330
* Reset the HOME environment variable after we've ran git and hg.
0.3.0: 20170330
* Added a build for Rust on Linux (/images/rust-build-linux) (Erik Davidson)
* Added a build for template files (closed #58) (/images/template) (Erik Davidson)
* Added a clean task (closed #57, #63, #64) (Eric Fritz)
* Added support for exporting globs (closed #1) (Eric Fritz)
* Added support for file destinations in build tasks (closes #64) (Eric Fritz)
* Ignore vendor directories in the go-test build image (Erik Davidson)
* Fixed full environment for all tasks (fixed #60) (Eric Fritz)
* Fixed logic in the environment mapper (fixed #59) (Eric Fritz)
* Export now uses . as host path name if not supplied (fixed #61) (Eric Fritz)
0.2.0: 20170323
* Added script and shell attributes to the run command
* Added cli options --cpu-shares and --memory to limit cpu and memory usage
in run tasks.
* Added support for concurrent stages in the --graphviz output
* Added support for always stages in the --graphviz output
* Added support for environment expanding the workdir and workspace
attributes of the run task.
* Fixed a bug in the git and mercurial environment variables where output
from stderr would be in them if the git/mercurial repositories could not be
found.
* Fixed convey/go-build:alpine image on docker hub.
* Fixed sending multiple -e's for the same environment variable to docker
run.
* Fixed -e to convey which was broken.
* Cleaned up the error message when the config can't be read.
* Cleaned up some log messages.
0.1.1: 20170319
* Added a time out for all tasks (defaults to 15 minutes)
* Added support for ssh-agent. Pass --ssh-agent to convey to expose it to
your run tasks.
* Added support for environment variables in convey.yml including auto
assigned GIT_COMMIT, GIT_COMMIT_SHORT, GIT_BRANCH, HG_COMMIT,
HG_COMMIT_SHORT, and HG_BRANCH.
* Added an alpine binary
* Moved all binaries to dynamic instead of static.
* Fixed the bug where convey would exit if no convey.yml was found (Keith Petkus)
* Various typos found and fix (Keith Petkus)
0.1.0: 20170311
* Initial release