Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

0.5.0

Compare
Choose a tag to compare
@thieman thieman released this 25 Aug 13:45
· 305 commits to master since this release
  • Breaking
    • Dusty now uses NFS instead of rsync to get repository code from your host Mac to running containers.
    • The sync commands no longer exist, due to the move to NFS.
    • The restart command no longer takes a --no-sync flag, due to the move to NFS.
  • New
    • Dusty now attempts to fix a known problem with boot2docker networking, resulting in up to a 10x improvement in network performance. See this boot2docker issue for more information.
    • Bundles can now specify services, just as they specify apps.
  • Misc
    • test.once commands that fail now cause the entire test run to fail immediately.
    • When running all test suites, a tabular summary of test results is now printed at the end of the run
    • Repos specified with https: or file: now are successfully mounted to containers by Docker Compose
    • Fixed various issues with using fully specified ssh://user@host:port/path URLs for repos