Skip to content

Releases: howtowhale/dvm

0.7.0

Choose a tag to compare

@carolynvs carolynvs released this 17 Feb 16:06
  • 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

Choose a tag to compare

@carolynvs carolynvs released this 16 Feb 22:49
  • #142 - Build with go 1.7
  • #136 - Add nil check before dereferencing response object
  • #130 - escape invoked shell commands

0.6.4

Choose a tag to compare

@carolynvs carolynvs released this 11 Aug 14:06

No new features or bug fixes were included in this release

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

0.6.3

Choose a tag to compare

@carolynvs carolynvs released this 18 Jul 18:44

To upgrade to this release, run dvm upgrade.

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

0.6.2

Choose a tag to compare

@carolynvs carolynvs released this 10 Jun 20:04

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

Choose a tag to compare

@carolynvs carolynvs released this 10 Jun 18:18

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

Choose a tag to compare

@carolynvs carolynvs released this 08 Jun 17:52

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

Choose a tag to compare

@carolynvs carolynvs released this 23 May 21:08

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 http://mymirror/builds or by setting DVM_MIRROR_URL (#109)

0.4.2

Choose a tag to compare

@carolynvs carolynvs released this 12 May 15:45

To upgrade to this release, run dvm upgrade.

  • Fix deprecation warning (#103)

0.4.1

Choose a tag to compare

@rgbkrk rgbkrk released this 11 May 15:45

To upgrade to this release, run dvm upgrade.

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