Skip to content

Releases: howtowhale/dvm

1.0.3

09 Mar 18:01
e59ba7b
Compare
Choose a tag to compare

1.0.2

02 Jan 18:47
d137c0c
Compare
Choose a tag to compare

Bug Fixes

  • Fixed #188 via #189. We now download into DVM_DIR/.tmp instead of TEMP/dvm_* to avoid cross-partition file move errors.

Install Instructions
Upgrade Instructions

1.0.1

21 Apr 15:28
b5c28c8
Compare
Choose a tag to compare
  • Fixed TLS for windows download #187

Install Instructions
Upgrade Instructions

1.0.0

23 Oct 16:00
Compare
Choose a tag to compare

Yay! v1.0 🎉

We are going with "the big bump" because in June Docker changed their entire way of releasing experimental/edge versions, checksumming releases, tagging releases, publishing release candidates and kind of completely broke dvm.

It took a while (sorry), and some breaking changes were required. The --nocheck flag has been removed, and we no longer check if the version is valid before attempting to download.

As always, just run dvm upgrade or brew upgrade dvm to try it out.

0.9.1

23 Oct 01:37
Compare
Choose a tag to compare
  • Fix support for ZSH #178.

0.9.0

16 Aug 18:48
Compare
Choose a tag to compare
  • Support new Docker binary release location #168.

Note: Lots of functionality was broken by the recent changes to how Docker releases new binaries. This is a stopgap release of dvm to enable installing new stable releases that are still supported by Docker. I'm still working on prereleases and edge releases.

0.8.3

01 Apr 01:18
Compare
Choose a tag to compare

Fixed installation script on Windows (#163)

0.8.2

13 Mar 00:19
Compare
Choose a tag to compare

#152 - Install latest docker client with new versioning scheme (second try!)

0.8.1

08 Mar 22:21
Compare
Choose a tag to compare
  • #140 - Support installing release candidates
  • #157 - Performance improvement: Remove redundant calls

See the upgrade instructions.

0.8.0

08 Mar 19:00
Compare
Choose a tag to compare

This is our first release after moving to our new home at https://howtowhale.github.io/dvm/! 🎉

The documentation and installation have changed a bit. If you are on an older dvm release, run dvm upgrade --version 0.8.0 to get to this intermediate release and from there all future upgrades will look for new releases in the new location. If you run into trouble, repeat the installation steps.

  • #152 - Support new Docker release versioning, e.g. 17.3.0-ce.
  • Add --pre flag to dvm list-remote to allow listing prerelease versions.
  • Update package name to github.com/howtowhale/dvm.