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.0.19

11 Aug 14:07
Compare
Choose a tag to compare

0.0.18...0.0.19

  • config: refactor compare and defaultNamespace
  • ignore errors from events when container is not from compose
  • config: refactor reflect and support extra props
  • support for getting manifest by a url

0.0.18

30 Jul 12:14
Compare
Choose a tag to compare

0.0.17...0.0.18

  • correct namespace parsing from container name; fixes 'rocker-compose rm' when there is dot in namespaces

0.0.17

28 Jul 18:12
Compare
Choose a tag to compare

0.0.16...0.0.17

  • config fix links aliases, allow dots and add tests
  • turn underscores to dashes for aliases so they can be used in hostnames

0.0.16

28 Jul 13:38
Compare
Choose a tag to compare

0.0.15...0.0.16

  • config: fix, process aliases before extends (it was driving to restarts, breaking idempotence)
  • config: template seq
  • attach: re-attach to containers when they restart

0.0.15

27 Jul 16:18
Compare
Choose a tag to compare

0.0.14...0.0.15

  • move image validation to config, make it global; not it is not allowed to specify images without tags

0.0.14

27 Jul 15:22
Compare
Choose a tag to compare

0.0.13...0.0.14

  • fail to pull if there are images without tags

0.0.13

23 Jul 15:58
Compare
Choose a tag to compare

0.0.12...0.0.13

  • config: handle error when container spec is empty
  • support aliases for compatibility with docker-compose and docker run

0.0.12

22 Jul 15:43
Compare
Choose a tag to compare

0.0.11...0.0.12

  • compare refactored to use YAML serialization and reflection, less error prone, more features can be added
  • wrote tests for yaml serialization
  • most of array properties in config can now be specified as strings if there is a single value, works for dns, add_host, entrypoint, cmd, expose, ports, volumes_from, volumes, links, wait_for
  • env and labels can now be written as env: HOST=localhost USE_DB=true
  • support uts option
  • wrote readme
  • vendor imagename package from rocker

0.0.11

16 Jul 11:06
Compare
Choose a tag to compare

0.0.10...0.0.11

  • fix linked container always restarting
  • provide bridgeIp helper for compose templates
  • print image name of containers being started

0.0.10

14 Jul 11:35
Compare
Choose a tag to compare

0.0.9...0.0.10

  • make links aliases by default