Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
Version bump, changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Jun 3, 2016
1 parent 3723c0f commit d9d28ef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.6.0 (2016-06-03)

- Switched to blinkreaction/boot2docker base box [v1.11.2](https://atlas.hashicorp.com/blinkreaction/boxes/boot2docker/versions/1.11.2)
- boot2docker/docker 1.11.2, docker-compose 1.7.1
- Set `v.memory: 1024` by default
- System services
- New ssh-agent service
- Use the `stable` tag for vhost-proxy, dns, ssh-agent
- Bind all system services to `0.0.0.0`
- Run services with `--privileged --userns=host` (to give propper access to `docker.sock`)
- Remove `scripts/presetup-ubuntu.sh`
- Misc. imporvements in `presetup-mac.sh` and `presetup-win.sh`


## 1.5.1 (2016-04-18)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.6.0

0 comments on commit d9d28ef

Please sign in to comment.