Releases: cisco/elsy
Releases · cisco/elsy
v4.2.1
v4.2.0
v4.1.0
support for labeling docker image with the project git repo url
v4.0.0
- BREAKING elsy no longer swallows exit codes. This is a breaking change if you relied on exit codes always being
1.
v3.1.1
v3.1.0
v3.0.0
Major version change because the exit code semantics around lc bootstrap have changed,
it now fails builds if images cannot be pulled.
- Improve
lc bootstrapimage pull logic so that elsy will never attempt to pull
the image being packaged by the repo (i.e., thedocker-image-nameconfig). This
means no more confusing error messages about "unable to pull image". #82 - Start failing builds if images could not be pulled, this is now possible because
we are no longer attempting to pull the repo's image (see above bullet). #82 - Begin pulling images in parallel during
lc bootstrap(requirescompose1.12.0 or higher).
This can be disabled using the flagdisable-parallel-pull. #80
v2.3.0
v2.2.0
v2.1.0
- Added
lc system upgradeto fetch and install the latest verison of lc from Github.