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

Releases: google-fabric/galley

v1.2.0 (2016-11-4)

04 Nov 16:39
Compare
Choose a tag to compare

v1.2.0 (2016-11-03):

Features

  • Files in .dockerignore will be ignored by the rsync container.
    This should improve performance in projects with many files that would be ignored (e.g. node_modules).

v1.1.2 (2016-09-23)

23 Sep 15:05
Compare
Choose a tag to compare

v1.1.2 (2016-09-23):

Bug fixes

  • Fix a bug that prevented some errors from getting logged.

v1.1.1 (2016-06-27)

27 Jun 20:32
Compare
Choose a tag to compare

Bug fixes

  • Fix a bug that prevented starting services that aliased links.

v1.1.0 (2016-06-24)

24 Jun 19:35
Compare
Choose a tag to compare

Bug fixes

  • Fix recreation logic for missing links on Docker >= 1.10 (#40)

v1.0.3 (2016-05-12)

13 May 14:43
Compare
Choose a tag to compare

Bug fixes

  • Updates dependencies for Node 6 compatibility
  • Fixes crash when pulling containers with Docker 1.11

v1.0.2 (2016-01-29)

29 Jan 18:12
Compare
Choose a tag to compare

Features

  • "/udp" can now be used when specifying port mappings

Bug fixes

  • Deleting the primary service container at the end of a run now removes its
    volumes as well

v1.0.1 (2016-01-14)

14 Jan 21:18
Compare
Choose a tag to compare

Features

  • Using a custom command reports the auto-generated container name
  • The --as-service flag on a custom command will maintain the service’s
    default container name and port bindings
  • stop-env can now take any number of environments

Bug fixes

  • Galleyfile port bindings now work regardless of what ports are EXPOSEd in
    the Dockerfile
  • DockerHub credentials are now used for pulls to the default Docker registry

v1.0.0 (2015-10-20)

21 Oct 00:57
Compare
Choose a tag to compare

Initial release!