Skip to content

v0.5.3

Latest
Compare
Choose a tag to compare
@kofalt kofalt released this 16 May 16:46
· 2 commits to master since this release

A full set of changes can be found here.

Highlights:

  • Updated compatibility to docker 0.11.1.
  • Fixed a mounting error with relative folders.
  • Added more debugging information when the DEBUG=1 environment variable is set.

Upgrading:

  • Hroot is now designed to interoperate with docker 0.11.1, and unofficially 0.10.x.
  • This is likely a backwards-incompatible change, as docker's API has changed again.
  • If you're not ready to upgrade, stick with the previous release of Hroot, which uses docker 0.7.2.

Other comments:

The DEBUG=1 environment variable now prints a lot more information, with the intention of troubleshooting remote user's problems or issues with docker interactions. This can be rather verbose.

For now, the old debug behaviour (simply printing a stack trace on crash) has been changed to a DEBUG_STACK=1 environment variable. In the future, we'd like to improve this with proper log-levels.