From 2e220da491b2b5ba50171cbe80cac0ad7c8cdd51 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 11 Jan 2015 22:30:52 -0500 Subject: [PATCH] Release 0.3.13 --- HISTORY.md | 20 ++++++++++++++++++++ README.md | 2 +- contrib/dokku-installer.rb | 2 +- docs/installation.md | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 13be4860e..2549b2b8f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,25 @@ # History +## 0.3.13 + +- #815: @abossard Added wordpress installation helper to plugin index +- #858: @josegonzalez Disable server tokens in nginx. Closes #857 +- #859: @josegonzalez Pass command being executed when retrieving DOCKER_ARGS via pluginhook. +- #861: @josegonzalez Default DOKKU_ROOT to ~dokku if unspecified. Closes #587 +- #863: @josegonzalez Add missing properties to the php composer.json +- #864: @michaelhobbs bind docker container to internal port if using vhosts +- #867: @michaelhobbs silent grep stderr. closes #862 +- #868: @michaelhobbs use circleci for automated testing +- #872: @michaelhobbs fix/enable multi buildpack test +- #873: @michaelhobbs support pre deployment usage of domains plugin. fixes interface binding issue +- #874: @josegonzalez Add advanced installation docs that were removed in #706. Closes #869 +- #876: @vincentfretin give CACHE_PATH env variable for forward compatibility with herokuish +- #877: @michaelhobbs add MH to AUTHORS +- #880: @michaelhobbs disable VHOST deployment if global VHOST file is missing and an app domain has not been added +- #881: @jomo troubleshooting typo: 64 != 46 +- #884: @michaelhobbs IP and PORT are likely to get clobbered. rename them +- #885: @michaelhobbs test deploy node app without procfile + ## 0.3.12 - #846: @michaelhobbs add certificate CN to app VHOST if it's not already diff --git a/README.md b/README.md index 3a15e1af1..1fd30eb9d 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.12/bootstrap.sh | sudo DOKKU_TAG=v0.3.12 bash + $ wget -qO- https://raw.github.com/progrium/dokku/v0.3.13/bootstrap.sh | sudo DOKKU_TAG=v0.3.13 bash ### Upgrading diff --git a/contrib/dokku-installer.rb b/contrib/dokku-installer.rb index 57657d90b..ef09ab40d 100755 --- a/contrib/dokku-installer.rb +++ b/contrib/dokku-installer.rb @@ -21,7 +21,7 @@ if ARGV[0] == "onboot" exit end -version = "v0.3.12" +version = "v0.3.13" 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 0bf4fc7e8..26fbd4522 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: ```shell -wget -qO- https://raw.github.com/progrium/dokku/v0.3.12/bootstrap.sh | sudo DOKKU_TAG=v0.3.12 bash +wget -qO- https://raw.github.com/progrium/dokku/v0.3.13/bootstrap.sh | sudo DOKKU_TAG=v0.3.13 bash ``` ## Configuring