Releases: michaelsauter/crane
Releases · michaelsauter/crane
v1.0
v0.12.0
v0.11.1
[Fix] Failing Docker version check on OS X
v0.11.0
v0.10.0
- [Task] Targets are now specified directly as arguments, not as options. Careful, this is backwards incompatible! (thanks @bjaglin)
- [Feature]
graph
command to generate DOT representation of dependencies (thanks @bjaglin) - [Feature]
--env-file
can be repeated now (thanks @michaloo) - [Fix] Support commands strings with multiple parts (thanks @bjaglin)
v0.9.0
- [Feature] Automatically resolve dependencies. This removes the need to order containers manually. Note that this also introduces a new format for the configuration, so you will need to rewrite existing config files. See the README for examples.
- [Feature] Support
pause
andunpause
(thanks @bjaglin) - [Feature] Expose
rm --volumes
(thanks @bjaglin) - [Feature] Cascade commands to related containers (thanks @bjaglin)
- [Task] Performance improvements (thanks @bjaglin)
- [Task] Tests
... and lots of other small fixes and improvements!
Compatible with Docker 1.0.
v0.8.1
- [Fix]
--config
option
v0.8.0
- [Task] Rename
--group
to--target
- [Feature] Allow to specify default group
- [Feature] Add
push
command - [Task] Remove
--force
flags and replace with--recreate
forrun
andlift
, and--kill
forrm
- [Bugfix] Expand environment variables in groups
- [Task] Support Docker 1.0
- [Feature] Add
--no-cache
flag forlift
andprovision
- [Task]
provision
builds/pulls by default now even if image exists already
Compatible with Docker 1.0.
v0.7.3
- [Feature] Add support for
--net
option - [Task] Expand environment variables in all container fields
Compatible with Docker 0.9 - 0.11.