Skip to content

Releases: cisco/elsy

v4.2.1

18 Jan 13:58
dd315f0
Compare
Choose a tag to compare

Build with Go 1.15, so it will work with latest macOS.

v4.2.0

09 Jul 14:56
Compare
Choose a tag to compare
  • Remove --parallel flag when pulling images, since this is the default as
    of Compose v1.21.0

v4.1.0

17 May 18:25
Compare
Choose a tag to compare

support for labeling docker image with the project git repo url

v4.0.0

08 Mar 23:37
Compare
Choose a tag to compare
  • BREAKING elsy no longer swallows exit codes. This is a breaking change if you relied on exit codes always being 1.

v3.1.1

01 Dec 20:23
Compare
Choose a tag to compare
  • Fix issue where a docker-compose
    containing only services using local images would break bootstrapping. #88

v3.1.0

16 Oct 14:48
Compare
Choose a tag to compare
  • Add support for a local_images config in lc.yml. Images listed in this
    sequence will not be pulled during lc bootstrap. #84

v3.0.0

06 Oct 15:11
Compare
Choose a tag to compare

Major version change because the exit code semantics around lc bootstrap have changed,
it now fails builds if images cannot be pulled.

  • Improve lc bootstrap image pull logic so that elsy will never attempt to pull
    the image being packaged by the repo (i.e., the docker-image-name config). 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 (requires compose 1.12.0 or higher).
    This can be disabled using the flag disable-parallel-pull. #80

v2.3.0

16 May 18:35
Compare
Choose a tag to compare
  • add resolve-docker-tag command

v2.2.0

14 Apr 12:27
Compare
Choose a tag to compare
  • lc teardown will now remove all networks created by the project ( #69 )

v2.1.0

12 Apr 01:58
Compare
Choose a tag to compare
  • Added lc system upgrade to fetch and install the latest verison of lc from Github.