Release 0.5.0

- Drop tutum-agent, lxc-docker, docker.io apt package support
- Release a new herokuish version
- Fix release docs
- Upgrade sigil
This commit is contained in:
Jose Diaz-Gonzalez
2016-03-26 17:03:14 -04:00
parent 4357e529ce
commit cae5030804
21 changed files with 148 additions and 169 deletions

View File

@@ -10,8 +10,8 @@ Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. S
To install the latest stable release, you can run the following commands as a user that has access to `sudo`:
wget https://raw.githubusercontent.com/dokku/dokku/v0.4.14/bootstrap.sh
sudo DOKKU_TAG=v0.4.14 bash bootstrap.sh
wget https://raw.githubusercontent.com/dokku/dokku/v0.5.0/bootstrap.sh
sudo DOKKU_TAG=v0.5.0 bash bootstrap.sh
### Upgrading