Skip to content

Releases: howtowhale/dvm

0.4.0

15 Apr 14:13
Compare
Choose a tag to compare

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

09 Mar 16:57
Compare
Choose a tag to compare

To upgrade to this release, run dvm upgrade.

  • #90 - DVM_OUTPUT was missing in dvm.sh

0.3.2

08 Mar 14:25
Compare
Choose a tag to compare

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

29 Jan 15:01
Compare
Choose a tag to compare

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

20 Jan 14:27
Compare
Choose a tag to compare

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

11 Nov 18:36
Compare
Choose a tag to compare

Quick patch to fix the Docker download URL.

Use dvm upgrade to upgrade from the 0.2.0 release.

0.2.0

11 Nov 16:15
Compare
Choose a tag to compare

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

02 Nov 17:20
Compare
Choose a tag to compare
  • Verify downloaded Docker client checksums
  • Moved dvm-helper binary into separate folder in dvm directory

0.1.2

29 Oct 22:45
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
  • 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

28 Oct 23:33
Compare
Choose a tag to compare
dvm 0.1.1 Pre-release
Pre-release
  • Fix for paths with spaces (#35)