Skip to content

Latest commit

 

History

History
180 lines (112 loc) · 5.78 KB

CHANGELOG.md

File metadata and controls

180 lines (112 loc) · 5.78 KB

0.9.0 / 2014-08-24

New features

0.8.0 / 2014-07-03

New features

0.7.0 / 2014-06-23

New features

0.6.0 / 2014-06-11

Bug fixes

  • Pull request #41: Fix DOCKER_ARGS and various other shell-quoting bugs. (@dlitz)

New features

Improvements

  • Disable local Docker forwarded port. (@fnichol)
  • Pull request #37: README updates. (@eik3)

0.5.1 / 2014-04-29

Bug fixes

  • Pull request #35, issue #8, issue #24, issue #28: Ensure udhcpc is not running for statically defined eth1 interface. (@fnichol, @adamleko)
  • Issue #33: Fix DOCKER_HOST variable support under boot2docker 0.8.0. (@fnichol)
  • Pull request #31: In README, fix link to Docker Remote API. (@dougireton)

Improvements

  • Issue #32: Fix VMware Fusion link in READER. (@fnichol)
  • Conditionally implement TinyCore Linux Vagrant plugin if required. (@fnichol)

0.5.0 / 2014-04-14

Bug fixes

  • Pull request #21: Fix inability to stop or delete containers if DOCKER_ARGS used. (@yacn)

New features

  • Pull request #29: Upgrade to boot2docker 0.8.0. (@jfoy)
  • Pull request #20: Allow number of CPUs to be customized via DOCKER_CPUS. (@rubbish)
  • Pull request #22: Allow docker0 CIDR to be specified. (@yacn)
  • Pull request #30: Use boot2docker's $EXTRA_ARGS config option. (@yacn)

Improvements

  • Issue #10: Add project rationale, explaining why it uses private IP address. (@fnichol)
  • Issue #19: Update dvm check to attempt to check VMware fusion on Mac. (@fnichol)

0.4.1 / 2014-02-13

Bug fixes

  • Up version tag in code for dvm version. (@fnichol)

0.4.0 / 2014-02-13

New features

Improvements

  • Pull request #17: Install Vagrant and VirtualBox with homebrew-cask. (@hiremaga)
  • Pull request #11: Spelling updates in README. (@agoddard)
  • Update inlined plugin code to not collide with Vagrant 1.5.0 support. (@fnichol)

0.3.0 / 2014-01-16

New features

Improvements

  • Ensure that there is a sane DNS resolver on boot for docker daemon. (@fnichol)
  • Use the host's resolver as a DNS proxy in NAT mode. (@fnichol)
  • Pull request #6: Add support for fish shell. (@tlockney)
  • Pull request #3: Update Mac/Docker documentation. (@gianpaj)

0.2.2 / 2014-01-06

Bug fixes

  • Pull request #2: Explicitly set the provider to virtualbox. (@hmarr)

Improvements

  • Pull request #3: Update README since docker is now available via homebrew. (@gianpaj)

0.2.1 / 2014-01-06

Improvements

  • Update to boot2docker-vagrant-box 0.3.0-1 which sets shell = "sh -l". (@fnichol)
  • Add dvm help subcommand, in addition to --help and -h flags. (@fnichol)

0.2.0 / 2014-01-05

Changes

  • Overwrite Vagrantfile on make install. (@fnichol)

New features

  • Use a Vagrant private network to communicate with Docker VM. (@fnichol)
  • Add dvm reload subcommand. (@fnichol)

0.1.0 / 2014-01-05

The initial release.