From aee2d9ca64f9f7a9ac94684635c67da63e94b6e7 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 14 Apr 2015 12:38:44 -0400 Subject: [PATCH] Release 0.3.17 --- HISTORY.md | 22 ++++++++++++++++++++++ README.md | 2 +- contrib/dokku-installer.rb | 2 +- docs/installation.md | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 6be8b8bbe..5b7c03ba3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,27 @@ # History +## 0.3.17 + +- #1056: @joshco New check retries feature +- #1060: @josegonzalez Add .template suffix to nginx configuration templates. Refs #1054 +- #1064: @michaelhobbs [docs] Document test suite +- #1065: @michaelhobbs Minor dev env cleanup +- #1067: @martinAntsy Fix nginx docs wording around config template eg +- #1068: @matiaskorhonen Fix escaping in the rc.local script in the Linode StackScript +- #1074: @Flink Better detection of dokku remote in dokku_client.sh +- #1075: @Flink Use TTY option for SSH +- #1077: @Flink [docs] Add dokku-psql-single-container to plugins +- #1079: @rorykoehler Corrected configuration link in bootstrap.sh +- #1080: @michaelhobbs Include official docker-options plugin. closes #1062 +- #1081: @michaelhobbs Force testing .env with no newline. Closes #1025, #1026, #1063 +- #1082: @michaelhobbs Test cleanup with slight performance boost +- #1084: @awendt Make port forwarding configurable +- #1087: @michaelhobbs Make docker-options adhere to DOKKU_NOT_IMPLEMENTED_EXIT pattern +- #1088: @michaelhobbs Support dockerfiles without expose command. closes #1083 +- #1097: @michaelhobbs Use config:set-norestart in domains plugin. config:get for dockerfile port. closes #1041 +- #1102: @kblcuk Source app-specific ENV during check-deploy +- #1107: @Benjamin-Dobell [docs] Added Dokku Graduate to the list of known plugins + ## 0.3.16 - #974: @michaelhobbs Don't use set to guard against pipefail diff --git a/README.md b/README.md index 419d8c46c..8b9bf32cf 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 release, you can run the following command as a user that has access to `sudo`: - wget -qO- https://raw.github.com/progrium/dokku/v0.3.16/bootstrap.sh | sudo DOKKU_TAG=v0.3.16 bash + wget -qO- https://raw.github.com/progrium/dokku/v0.3.17/bootstrap.sh | sudo DOKKU_TAG=v0.3.17 bash ### Upgrading diff --git a/contrib/dokku-installer.rb b/contrib/dokku-installer.rb index 2497ad95e..b5b319e0f 100755 --- a/contrib/dokku-installer.rb +++ b/contrib/dokku-installer.rb @@ -21,7 +21,7 @@ if ARGV[0] == "onboot" exit end -version = "v0.3.16" +version = "v0.3.17" 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 270fbe657..7c532fd6c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -12,7 +12,7 @@ To install the latest stable version of dokku, you can run the following bootstr ```shell # This may need to be run twice -wget -qO- https://raw.github.com/progrium/dokku/v0.3.16/bootstrap.sh | sudo DOKKU_TAG=v0.3.16 bash +wget -qO- https://raw.github.com/progrium/dokku/v0.3.17/bootstrap.sh | sudo DOKKU_TAG=v0.3.17 bash # Install the web installer. See `Configuring` under # `Advanced Install Customization` if you wish to perform the