From 155f4e9ababbc4e0734a2c379cda1298e39d0039 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 8 Dec 2014 22:14:03 -0500 Subject: [PATCH] Release 0.3.8 --- HISTORY.md | 13 +++++++++++-- README.md | 2 +- contrib/dokku-installer.rb | 2 +- docs/installation.md | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 68a3aaa61..8b84d16f4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,9 +1,18 @@ # History +## 0.3.8 + +- #796: @josegonzalez Better vagrant documentation +- #801: @joelvh Point users to upgrade guides +- #805: @ademuk Fixed import-ssl server.crt/key check +- #806: @josegonzalez Dokku pushes now happen as the dokku user, not git. Refs #796 +- #807: @josegonzalez Write proper nginx conf upon installation. Closes #799 +- #808: @josegonzalez Ensure makefiles are properly formatted + ## 0.3.7 -- #788 @mmerickel fix apps plugin issues in 0.3.6 -- #789 @mmerickel do not output message when creating ENV file +- #788: @mmerickel fix apps plugin issues in 0.3.6 +- #789: @mmerickel do not output message when creating ENV file ## 0.3.6 diff --git a/README.md b/README.md index 7bea94e4f..71f46ea4f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. S To install the latest stable version of dokku, you can run the following bootstrapper command: - $ wget -qO- https://raw.github.com/progrium/dokku/v0.3.7/bootstrap.sh | sudo DOKKU_TAG=v0.3.7 bash + $ wget -qO- https://raw.github.com/progrium/dokku/v0.3.8/bootstrap.sh | sudo DOKKU_TAG=v0.3.8 bash ### Upgrading diff --git a/contrib/dokku-installer.rb b/contrib/dokku-installer.rb index bbb94efd8..e5b37bb24 100755 --- a/contrib/dokku-installer.rb +++ b/contrib/dokku-installer.rb @@ -21,7 +21,7 @@ if ARGV[0] == "onboot" exit end -version = "v0.3.7" +version = "v0.3.8" dokku_root = ENV["DOKKU_ROOT"] || "/home/dokku" admin_key = `cat /root/.ssh/authorized_keys`.split("\n").first hostname = `bash -c '[[ $(dig +short $HOSTNAME) ]] && echo $HOSTNAME || curl icanhazip.com'`.strip diff --git a/docs/installation.md b/docs/installation.md index 5c5a46bb9..40d58fe4d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -11,7 +11,7 @@ Ubuntu 14.04 x64 x64. Ideally have a domain ready to point to your host. It's de To install the latest stable version of dokku, you can run the following bootstrapper command: ```bash -wget -qO- https://raw.github.com/progrium/dokku/v0.3.7/bootstrap.sh | sudo DOKKU_TAG=v0.3.7 bash +wget -qO- https://raw.github.com/progrium/dokku/v0.3.8/bootstrap.sh | sudo DOKKU_TAG=v0.3.8 bash ``` ## Configuring