Releases: howtowhale/dvm
Releases · howtowhale/dvm
0.4.0
To upgrade to this release, run dvm upgrade
.
- #95 Support new release download strategy for Docker 1.11.0+
- #92 Improve sorting of versions displayed by
dvm ls
and dvm ls-remote
0.3.3
To upgrade to this release, run dvm upgrade
.
- #90 -
DVM_OUTPUT
was missing in dvm.sh
0.3.2
To upgrade to this release, run dvm upgrade
.
- #84 - Fix tab in dvm installation output
- #86 - Use more verbose powershell commands during installation for wider support across PowerShell versions
- #87 - Improve cleanup of temp output command file in bash
0.3.1
To upgrade to this release, run dvm upgrade
.
- Fixed bug (#81) introduced in 0.3.0 where system stopped displaying in
dvm ls
.
0.3.0
To upgrade to this release, run dvm upgrade
.
- Authenticate GitHub API calls to avoid rate limit. If the
GITHUB_TOKEN
environment variable is set, requests to the GitHub API will be authenticated and the rate limit will be much higher.
- Fixed #77 where
dvm use
did not properly validate that the requested version exists.
Docker Version Manager 0.2.1
Quick patch to fix the Docker download URL.
Use dvm upgrade
to upgrade from the 0.2.0
release.
0.2.0
To upgrade to this release, rerun the installation steps from the README.
- Fixed regression for zsh support #61
dvm upgrade
upgrades dvm to the latest release
- Bash completion, see README for how to configure
- Travis automatic builds, deploys a new release after pushing a tag
0.1.3
- Verify downloaded Docker client checksums
- Moved dvm-helper binary into separate folder in dvm directory
0.1.2
dvm install
now immediately uses the installed version.
- Moved download of dvm-helper binary to the install script.
- Use checksums to verify that dvm-helper binary was downloaded successfully.
- Improved outputted instructions for completing the installation.
dvm 0.1.1
- Fix for paths with spaces (#35)