Skip to content

Releases: michaelsauter/crane

v1.0

27 Nov 08:55
v1.0.0
Compare
Choose a tag to compare
  • [Feature] Added logs subcommand mapping to docker logs (thanks @bjaglin)

Required Docker version: >= 1.3

v0.12.0

21 Oct 22:06
v0.12.0
Compare
Choose a tag to compare
  • [Feature] Support create/run parameters --add-host, --cap-add, --cap-drop, --device and --restart (thanks @bjaglin)
  • [Feature] Add create command, wrapping docker create (thanks @bjaglin)
  • Bugfixes

Recommended Docker version: >= 1.3

v0.11.1

18 Oct 00:00
v0.11.1
Compare
Choose a tag to compare

[Fix] Failing Docker version check on OS X

v0.11.0

18 Sep 23:14
v0.11.0
Compare
Choose a tag to compare
  • [Feature] Check minimal Docker version, and display recommended version if client is outdated (thanks @bjaglin)
  • [Feature] Support --restart (thanks @michaloo)
  • [Feature] Support --cpuset (thanks @bcicen)

Mostly compatible with Docker 1.0, recommended is 1.2.

v0.10.0

09 Sep 02:59
v0.10.0
Compare
Choose a tag to compare
  • [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

23 Aug 06:34
v0.9.0
Compare
Choose a tag to compare
  • [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 and unpause (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

01 Jul 20:56
Compare
Choose a tag to compare
  • [Fix] --config option

v0.8.0

12 Jun 23:51
Compare
Choose a tag to compare
  • [Task] Rename --group to --target
  • [Feature] Allow to specify default group
  • [Feature] Add push command
  • [Task] Remove --force flags and replace with --recreate for run and lift, and --kill for rm
  • [Bugfix] Expand environment variables in groups
  • [Task] Support Docker 1.0
  • [Feature] Add --no-cache flag for lift and provision
  • [Task] provision builds/pulls by default now even if image exists already

Compatible with Docker 1.0.

v0.7.3

17 May 22:47
Compare
Choose a tag to compare
  • [Feature] Add support for --net option
  • [Task] Expand environment variables in all container fields

Compatible with Docker 0.9 - 0.11.

v0.7.2

06 May 23:48
Compare
Choose a tag to compare

[Bugfix] Expand env var in image name (Thanks @bjaglin!)