Releases: howtowhale/dvm
Releases · howtowhale/dvm
0.7.0
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
- #142 - Build with go 1.7
- #136 - Add nil check before dereferencing response object
- #130 - escape invoked shell commands
0.6.4
No new features or bug fixes were included in this release
- Publish 32-bit builds for Windows. See #129.
0.6.3
To upgrade to this release, run dvm upgrade
.
- Fix installation of experimental builds (e.g. 1.12-rc4). See #128.
0.6.2
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
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
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
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
To upgrade to this release, run dvm upgrade
.
- Fix deprecation warning (#103)
0.4.1
To upgrade to this release, run dvm upgrade
.
- Fix
zsh
support (#102)
- Handle spaces in
$DVM_DIR
path (#100)