Skip to content

Commit

Permalink
Release 0.5.1, more stable DOCKER_HOST IP address.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Apr 29, 2014
1 parent 0223bac commit c91de05
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 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
Expand Down Expand Up @@ -93,16 +107,25 @@ The initial release.
[#3]: https://github.com/fnichol/dvm/issues/3
[#5]: https://github.com/fnichol/dvm/issues/5
[#6]: https://github.com/fnichol/dvm/issues/6
[#8]: https://github.com/fnichol/dvm/issues/8
[#10]: https://github.com/fnichol/dvm/issues/10
[#11]: https://github.com/fnichol/dvm/issues/11
[#17]: https://github.com/fnichol/dvm/issues/17
[#19]: https://github.com/fnichol/dvm/issues/19
[#20]: https://github.com/fnichol/dvm/issues/20
[#21]: https://github.com/fnichol/dvm/issues/21
[#22]: https://github.com/fnichol/dvm/issues/22
[#24]: https://github.com/fnichol/dvm/issues/24
[#28]: https://github.com/fnichol/dvm/issues/28
[#29]: https://github.com/fnichol/dvm/issues/29
[#30]: https://github.com/fnichol/dvm/issues/30
[#31]: https://github.com/fnichol/dvm/issues/31
[#32]: https://github.com/fnichol/dvm/issues/32
[#33]: https://github.com/fnichol/dvm/issues/33
[#35]: https://github.com/fnichol/dvm/issues/35
[@adamleko]: https://github.com/adamleko
[@agoddard]: https://github.com/agoddard
[@dougireton]: https://github.com/dougireton
[@fnichol]: https://github.com/fnichol
[@gianpaj]: https://github.com/gianpaj
[@hiremaga]: https://github.com/hiremaga
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=dvm
VERSION=0.5.0
VERSION=0.5.1
AUTHOR=fnichol
URL=https://github.com/$(AUTHOR)/$(NAME)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ brew cask install virtualbox --appdir=/Applications
Installation is supported for any Unixlike platform that Vagrant and VirtualBox/VMware support.

```sh
wget -O dvm-0.5.0.tar.gz https://github.com/fnichol/dvm/archive/v0.5.0.tar.gz
tar -xzvf dvm-0.5.0.tar.gz
cd dvm-0.5.0/
wget -O dvm-0.5.1.tar.gz https://github.com/fnichol/dvm/archive/v0.5.1.tar.gz
tar -xzvf dvm-0.5.1.tar.gz
cd dvm-0.5.1/
sudo make install
```

Expand Down
2 changes: 1 addition & 1 deletion bin/dvm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!//usr/bin/env bash
DVM_VERSION="0.5.1.dev"
DVM_VERSION="0.5.1"
set -e
[ -n "$DEBUG" ] && set -x

Expand Down

0 comments on commit c91de05

Please sign in to comment.