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

Releases: grammarly/rocker-compose

0.1.6

01 Sep 14:23
Compare
Choose a tag to compare

0.1.6 (2016-09-01)

Full Changelog

Breaking changes:

  • Option --vars is renamed to --var-file

Merged pull requests:

  • Added configurable timeouts for connection to docker socket #54 (rodio)
  • Updated dependencies to support docker 1.12 #53 (rodio)
  • Added tar command for making applicaiton bundles #43, #51 (ybogdanov)
  • Print logs of the container that failed even if there was no -attach option #50 (ybogdanov)

0.1.5

12 Feb 16:15
Compare
Choose a tag to compare

Docker v1.10 introduced a new image name validation, so our "s3:" image prefix for storing images directly on AWS S3 is not passing the validation anymore. This is a transitional release that supports both S3 image naming schemes. The next release will deprecate the old naming scheme.

Old s3 naming scheme:

image: s3:bucket-name/image-name:1.2.3

New naming scheme:

image: s3.amazonaws.com/bucket-name/image-name:1.2.3

Full Changelog

Implemented enhancements:

  • New S3 naming schema support #42

0.1.4

08 Feb 12:45
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Use Docker credentials state to access private repositories #20
  • Build was moved to GO15VENDOREXPERIMENT #41 (romank87)
  • Experimental integration with AWS ECR
  • Experimental support of S3 as a backend for storing images instead of Docker Registry

0.1.3

26 Nov 18:22
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • rocker-compose remove volumes if dependant container re-creates, Docker 1.9 #35

0.1.2

23 Nov 17:50
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • make better non-colored logger #34
  • Ping docker server before running #33
  • Dump stack when receive SIGUSR1 #32
  • Semver matching for image names #31
  • Use image helper to run with artifacts from rocker #23

Fixed bugs:

  • Invalid volume on Windows #25
  • Rocker-compose cannot pull image if name contains '/' character #16
  • External dependencies without namespace are not resolved #13
  • If wait_for points to state:running containers, rocker-compose hangs #9

Closed issues:

  • Provide ARM binary #27
  • question: containers dependencies for start order #18

Merged pull requests:

0.1.1

17 Sep 17:02
Compare
Choose a tag to compare

0.1.0...0.1.1

  • use rocker/dockerclient for docker connection initiation
  • use rocker/template; new helpers, such as dump, assert and replace
  • support log_driver and log_opt container properties; configure docker to do log rotation for the containers by default
  • add -print option to print the rendered config and stop running: useful for debugging template rendering

0.1.0

01 Sep 20:43
Compare
Choose a tag to compare

0.0.22...0.1.0

  • support docker-compose spec format
  • refactoring and code documentation
  • support extra_hosts alias
  • support env and labels to be passed as ["foo=bar"] array

0.0.22

18 Aug 14:06
Compare
Choose a tag to compare

0.0.21...0.0.22

  • compose run OK message
  • run: do not fetch images twice
  • flush container logs on error (when not attached)

0.0.21

18 Aug 13:24
Compare
Choose a tag to compare

0.0.20...0.0.21

  • wait_for: wait but not re-create if dep changed

0.0.20

11 Aug 16:41
Compare
Choose a tag to compare

0.0.19...0.0.20

  • set tag for dummy image for bridgeIp
  • remove support of getting manifests by url
  • support loading manifest from stdin