Skip to content

Releases: howtowhale/dvm

0.7.0

17 Feb 16:06
Compare
Choose a tag to compare
  • dvm detect and go (#138)! This new command figures out the right version of Docker to use for the currently connected Docker host (by using the DOCKER_* environment variables, then loads it for you.

0.6.5

16 Feb 22:49
Compare
Choose a tag to compare
  • #142 - Build with go 1.7
  • #136 - Add nil check before dereferencing response object
  • #130 - escape invoked shell commands

0.6.4

11 Aug 14:06
Compare
Choose a tag to compare

No new features or bug fixes were included in this release

  • Publish 32-bit builds for Windows. See #129.

0.6.3

18 Jul 18:44
Compare
Choose a tag to compare

To upgrade to this release, run dvm upgrade.

  • Fix installation of experimental builds (e.g. 1.12-rc4). See #128.

0.6.2

10 Jun 20:04
Compare
Choose a tag to compare

To upgrade to this release, run dvm upgrade.

  • Supporting building dvm without the upgrade command, for distribution with package managers like homebrew/chocolatey. #120

0.6.1

10 Jun 18:18
Compare
Choose a tag to compare

To upgrade to this release, run dvm upgrade.

  • Verify during installation on Windows that PowerShell 4.0 or higher is present. #119
  • Support installing to a path with spaces on Windows. #118
  • Do not assume that the dvm installation dir and dvm home dir are the same. #117

0.6.0

08 Jun 17:52
Compare
Choose a tag to compare

To upgrade to this release, run dvm upgrade.

  • Added --nocheck flag to dvm install and dvm use which allows you to skip the version validation. #112

0.5.0

23 May 21:08
Compare
Choose a tag to compare

To upgrade to this release, run dvm upgrade.

  • Show all Docker client versions, not just the latest (#110)
  • Support specifying an alternate download location for the Docker binaries using dvm install --mirror-url https://mymirror/builds or by setting DVM_MIRROR_URL (#109)

0.4.2

12 May 15:45
Compare
Choose a tag to compare

To upgrade to this release, run dvm upgrade.

  • Fix deprecation warning (#103)

0.4.1

11 May 15:45
Compare
Choose a tag to compare

To upgrade to this release, run dvm upgrade.

  • Fix zsh support (#102)
  • Handle spaces in $DVM_DIR path (#100)