This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Releases: grammarly/rocker-compose
Releases · grammarly/rocker-compose
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
- correct namespace parsing from container name; fixes 'rocker-compose rm' when there is dot in namespaces
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
- 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
- move image validation to config, make it global; not it is not allowed to specify images without tags
0.0.14
- fail to pull if there are images without tags
0.0.13
- config: handle error when container spec is empty
- support aliases for compatibility with docker-compose and
docker run
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
- fix linked container always restarting
- provide bridgeIp helper for compose templates
- print image name of containers being started
0.0.10
- make links aliases by default