Releases: grammarly/rocker-compose
Releases · grammarly/rocker-compose
0.0.9
0.0.8...0.0.9
- fix default restart policy for state "ran" and "created"
- ansible mode
- rocker-compose clean
- rocker-compose recover
0.0.7
- show git sha and branch in version
0.0.6
net: "container:<id|name>"
- automatically expose published ports
- restart always by default
0.0.5
- Fix #1
- Show real version of executable
0.0.4
state: run-once
-> state: ran
0.0.3
- wait_for
- do not run containers prefixed with "_" - useful for extends
- pull: do not pull same image twice
- rocker-compose rm
- run --force
- default compose.yml file param for rm and pull
- state: run-once
- better diff dependency error
0.0.2
- update github.com/fsouza/go-dockerclient
- pull missing images even when --pull flag is not specified
- support relative paths for volumes
0.0.1
Merge branch 'master' of github.com:grammarly/rocker-compose