Skip to content

Releases: byrnedo/capitan

0.24

06 Jul 12:45
Compare
Choose a tag to compare
0.24 Pre-release
Pre-release

0.24

0.23

04 Jul 13:22
Compare
Choose a tag to compare
0.23 Pre-release
Pre-release

0.23

  • Go 1.6.2
  • Updated codegansta/cli interface

0.22

23 Apr 12:27
Compare
Choose a tag to compare
0.22 Pre-release
Pre-release

Commits on Apr 23, 2016
@byrnedo byrnedo Added 'enabled' option for each container definition. False value mea… … 8467e3c
@byrnedo byrnedo Updated release script to check for github token e648813
@byrnedo byrnedo Release version 0.22 d9c6cea

0.21

23 Mar 09:17
Compare
Choose a tag to compare
0.21 Pre-release
Pre-release
  • Added --filter|-f flag to filter out only specific contianer types 744cc4d,608296d

0.20

22 Mar 10:28
Compare
Choose a tag to compare
0.20 Pre-release
Pre-release
  • Fixed 'ip' command to work with new networking e97095a
  • Reworked formatting of logs 9d1c55d
  • Added global hooks bf74209
  • Release version 0.20 6b084f2

0.19

15 Mar 16:06
Compare
Choose a tag to compare
0.19 Pre-release
Pre-release
  • BlueGreen on/off switch per container 236bf7f
  • Fixed bug where dry-run mode in blue/green would delete running conta… …

0.17

15 Mar 14:03
Compare
Choose a tag to compare
0.17 Pre-release
Pre-release
  • Now doesn't pull or build in --dry mode 6385323
  • Now have some blue/green working. Doesn't play nice with registrator … … e30f43a
  • Now finds state at beginning 51043bd
  • Hashes args now to create unique label a280bf6
  • Now finds status again with color dc4b3ac
  • Red/Blue now working bd13953
  • Small changes and updated readme for blue/green. 87ccda5

0.16

22 Feb 15:47
Compare
Choose a tag to compare
0.16 Pre-release
Pre-release

Can now give rm arg to run command 18c0a87
Now always runs build command. Added 'build-args' flag for optional a… … c7360d0
Updated readme b003beb
Better handling of rm command f72570e
Removed hook kill logging. 002c297
Removed stopping of containers when in "up -a" as this needs more work 33b7037

0.14

25 Jan 08:11
Compare
Choose a tag to compare
0.14 Pre-release
Pre-release

Killing during non-interactive up now exits directly.

Can now have multiple scripts for same hook.

Now kills running hook when SIGKILL is sent.

No longer recreates if image has changed.

Reason being that when using a docker swarm, there's no way to know which node the container will run on.

0.13

19 Jan 15:01
Compare
Choose a tag to compare
0.13 Pre-release
Pre-release
  • Environment variable substitution in run, create commands as well as hooks. Allows for these to get instance specific info at runtime.