Skip to content

Releases: cloud66-oss/habitus

Default invocation of Habitus, make is easier to get started and fixing minor issues.

01 Mar 12:32
Compare
Choose a tag to compare

Docker 1.13 support, Cap resources, Bug fixes and downloading artifacts directories

16 Feb 10:22
Compare
Choose a tag to compare

Updated the Docker Client Library to support latest API version.

Merged #49
Fixed #48
Fixed #46

Support for additional arguments to cap resources:

--docker-memory=123m which translates to docker build --memory=123m
--docker-cpuset-cpus=3,4,5 which translates to docker build --cpuset-cpus=3,4,5
--docker-cpu-shares=1024 which translates to docker build --cpu-shares=1024

Support for Docker 1.12.2 and some bug fixes

17 Oct 17:46
Compare
Choose a tag to compare

Updated the Docker Client to support the latest Docker engine.
Fixed bugs #34 #31 #26

Support for Docker 1.12

05 Aug 20:59
Compare
Choose a tag to compare
Merge pull request #22 from cloud66/dev

update dockerclient to work with docker 1.12

Support for non TLS connections

10 May 17:15
Compare
Choose a tag to compare

This version supports non-TLS Docker daemon connection that's used by the native Mac Docker client

Options for secrets service

17 Mar 11:37
Compare
Choose a tag to compare
v0.4.4

Merge branch 'dev' of github.com:cloud66/habitus

v0.4.2

17 Mar 09:33
Compare
Choose a tag to compare

Updated systematic (non-pretty) log output

v0.4.1

16 Mar 16:38
Compare
Choose a tag to compare

Added explicit support for pretty logs switch (true|false)

v0.4

15 Mar 10:31
Compare
Choose a tag to compare
  • Support for secrets during build
  • First release of the internal API
  • Support for Dockerfile Build Arguments

v0.3

03 Mar 11:59
Compare
Choose a tag to compare
Merge branch 'master' of github.com:cloud66/habitus into dev