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

Releases: gamechanger/dusty

0.7.1-RC9

21 Mar 13:30
Compare
Choose a tag to compare
0.7.1-RC9 Pre-release
Pre-release
Merge pull request #665 from gamechanger/tnt-demote-on-up

Demote before executing child in PTY fork

0.7.1-RC8

17 Mar 17:40
Compare
Choose a tag to compare
0.7.1-RC8 Pre-release
Pre-release
Merge pull request #664 from gamechanger/tnt-encode-error

Remove extraneous utf-8 decode in CLI socket recv

0.7.1-RC7

16 Mar 14:52
Compare
Choose a tag to compare
0.7.1-RC7 Pre-release
Pre-release
Merge pull request #663 from gamechanger/tnt-http-host

Use $http_host instead of $host in nginx config

0.7.1-RC6

14 Mar 17:02
Compare
Choose a tag to compare
0.7.1-RC6 Pre-release
Pre-release
Merge pull request #660 from gamechanger/tnt-file-handles

Increase daemon's file handles to 8192

0.7.1-RC5

04 Mar 15:21
Compare
Choose a tag to compare
0.7.1-RC5 Pre-release
Pre-release
Merge pull request #658 from gamechanger/tnt-file-handles

Close file descriptors on all subprocess calls

0.7.1-RC4

03 Mar 16:11
Compare
Choose a tag to compare
0.7.1-RC4 Pre-release
Pre-release
Okay lets try this with stdlib

0.7.1-RC3

02 Mar 17:53
Compare
Choose a tag to compare
0.7.1-RC3 Pre-release
Pre-release
Changelog note on host-only fix

0.7.1-RC2

29 Feb 15:37
Compare
Choose a tag to compare
0.7.1-RC2 Pre-release
Pre-release
Merge pull request #655 from gamechanger/tnt-dusty-502

Add awesome custom 502 page

0.7.1-RC1

23 Feb 16:24
Compare
Choose a tag to compare
0.7.1-RC1 Pre-release
Pre-release
Merge pull request #654 from gamechanger/tnt-doctor

Add dusty doctor command

0.7.0

18 Feb 18:54
Compare
Choose a tag to compare
  • Breaking
    • Dusty app and lib spec filenames must now abide by Docker image naming conventions: [a-z0-9]+(?:[._-][a-z0-9]+)*. Your file name must start with a number or lowercase letter, cannot have uppercase letters, and can only have ., _, and - as special characters.
    • Dusty requires Docker Machine 0.5.0+
  • New
    • Added dusty shutdown command to shut down Dusty's virtual machine
    • Added --only flag to bundles activate which makes it easier to turn on a selection of bundles and deactivate all others
    • Added support for SCP style GitHub urls. Example: [email protected]:gamechanger/dusty.git
    • Added image_requires_login key to specs which can specify Docker images to pull. If set, Dusty will make sure the user is logged in to this image's repository before trying to pull the image
    • Optimized the up and test flows for some significant performance gains
    • Dusty now shows the progress of image pulls on dusty up
  • Misc
    • Added support for Docker Compose 1.6
    • dusty disk restore now appends the dusty-backup suffix to the restore path if not provided, which should make the restore command a bit more intuitive to use
    • Host forwarding now supports multiple forwarding rules per app to the same container port for HTTP forwarding
    • Fixed a bug where intermediate containers were not removed when creating testing images
    • Revived a previous networking fix that was removed after Dusty moved to Docker Machine. This fix improves external networking performance by up to 50% for large file transfers.
    • Fixed a case sensitive bug between HFS and NFS.