Skip to content

Releases: howtowhale/dvm

1.0.3

Choose a tag to compare

@carolynvs carolynvs released this 09 Mar 18:01
e59ba7b

1.0.2

Choose a tag to compare

@carolynvs carolynvs released this 02 Jan 18:47
d137c0c

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

Choose a tag to compare

@carolynvs carolynvs released this 21 Apr 15:28
b5c28c8
  • Fixed TLS for windows download #187

Install Instructions
Upgrade Instructions

1.0.0

Choose a tag to compare

@carolynvs carolynvs released this 23 Oct 16:00

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

Choose a tag to compare

@carolynvs carolynvs released this 23 Oct 01:37
  • Fix support for ZSH #178.

0.9.0

Choose a tag to compare

@carolynvs carolynvs released this 16 Aug 18:48
  • 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

Choose a tag to compare

@carolynvs carolynvs released this 01 Apr 01:18

Fixed installation script on Windows (#163)

0.8.2

Choose a tag to compare

@carolynvs carolynvs released this 13 Mar 00:19

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

0.8.1

Choose a tag to compare

@carolynvs carolynvs released this 08 Mar 22:21
  • #140 - Support installing release candidates
  • #157 - Performance improvement: Remove redundant calls

See the upgrade instructions.

0.8.0

Choose a tag to compare

@carolynvs carolynvs released this 08 Mar 19:00

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.