Skip to content

Commit

Permalink
Release 0.5.0, using boot2docker-vagrant-box 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Apr 11, 2014
1 parent ebab4e6 commit c0b9674
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 6 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
## 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](https://github.com/boot2docker/boot2docker/releases/tag/v0.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)
* Up version tag in code for `dvm version`. ([@fnichol][])


## 0.4.0 / 2014-02-13
Expand Down Expand Up @@ -74,13 +93,22 @@ 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
[#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
[#29]: https://github.com/fnichol/dvm/issues/29
[#30]: https://github.com/fnichol/dvm/issues/30
[@agoddard]: https://github.com/agoddard
[@fnichol]: https://github.com/fnichol
[@gianpaj]: https://github.com/gianpaj
[@hiremaga]: https://github.com/hiremaga
[@hmarr]: https://github.com/hmarr
[@jfoy]: https://github.com/jfoy
[@mitchellh]: https://github.com/mitchellh
[@rubbish]: https://github.com/rubbish
[@tlockney]: https://github.com/tlockney
[@yacn]: https://github.com/yacn
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.4.1
VERSION=0.5.0
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.4.1.tar.gz https://github.com/fnichol/dvm/archive/v0.4.1.tar.gz
tar -xzvf dvm-0.4.1.tar.gz
cd dvm-0.4.1/
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/
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.4.2.dev"
DVM_VERSION="0.5.0"
set -e
[ -n "$DEBUG" ] && set -x

Expand Down

0 comments on commit c0b9674

Please sign in to comment.