Skip to content

Releases: prepor/condo

0.11.rc1

19 Apr 19:54
Compare
Choose a tag to compare
changelog

0.11.dev

15 Apr 17:24
Compare
Choose a tag to compare
changelog

0.9.3

10 Aug 14:48
Compare
Choose a tag to compare

FEATURES:

  • condo/watcher-string tag in specs

0.9.2

10 Aug 11:46
Compare
Choose a tag to compare

FEATURES:

  • Reloadable (by HUP signal) docker auth config (thanks to @little-arhat)
  • TCP health checker

BUILD:

  • Updated dependencies

0.9.1

05 Apr 11:57
Compare
Choose a tag to compare

BUGFIXES

  • Monitoring now works with condo 0.9.0

0.9

03 Apr 12:19
Compare
Choose a tag to compare
0.9

FEATURES

  • Specs in edn instead of json
  • Watchers in specs
  • Multiple and prefix endpoints. condo instance now can deploy multiple specs
  • Now you can pass envs via cmdline on start. They will be merged to every spec on deploy

BUILD:

  • Got rid of oasis. Just plain ocamlbuild and makefile
  • Dependencies described via opam switch file

0.8

21 Dec 08:02
Compare
Choose a tag to compare
0.8

FEATURES:

  • UI rework (thanks to @superkonduktr)
  • Added possibility to disabling discoveries watching (thanks to @superkonduktr) #7
  • Added file as source for spec #9
  • Added possibility to mount devices as volume #6

IMPROVEMENTS:

0.7.2

21 Nov 12:30
Compare
Choose a tag to compare

FEATURES:

  • Added support for private repositories. You can pass --docker-auth argument with
    path to file in the same format as ~/.docker/config.json. Auth credentials
    from this file will be used in pull-image requests

BUG FIXES:

  • Fixed infinity waiting on 304 http responses (e.g. docker stop response)
  • Fixed incorrect handling of pulling errors
  • Fixed file descriptor leak in Consul.deregister_service

0.7.1

17 Nov 19:23
Compare
Choose a tag to compare

BUG FIXES:

  • Discover for only passing services
  • File descriptors leak in http requests fixed
  • Stop previous container only after timeout with stop-after strategy
  • Do not crash on unexpected events (they actually possible)
  • Key names of volume part of spec fixed
  • Show --consul option only once in command line help

IMPROVEMENTS:

  • Much more time for shutdown (it can be forcibly killed by supervisor)

First release of new Condo

03 Nov 18:46
Compare
Choose a tag to compare
0.7

build script fix