diff --git a/HISTORY.md b/HISTORY.md index f62e564aa..355953fd4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,26 @@ # History +## 0.5.3 + +This release sorts out a few minor bugs introduced in the 0.5.0 release. + +Thanks to all the contributors who helped with this release! + +### Bug Fixes + +- #2030: @josegonzalez Fix setting of APPS in checks command when $1 is left unspecified +- #2035: @stesie Fix ps_restart to not exit early +- #2042: @michaelshobbs Ensure CHECKS file has trailing newline +- #2046: @michaelshobbs Strip inline comments and trailing whitespace from CHECKS and Procfile +- #2047: @michaelshobbs Remove deprecated mktemp args and name vars more clearly + +### Documentation + +- #2032: @josegonzalez Fix upstream positioning in docs. Closes #2031 +- #2039: @christiangenco Clarify upgrading documentation +- #2043: @michaelshobbs Clarify dockerfile port exposure documentation +- #2045: @u2mejc Reword dockerfiles docs to clarify EXPOSE handling in 0.5.x + ## 0.5.2 This is a packaging fix release. diff --git a/README.md b/README.md index c399d16ae..f5825a49b 100644 --- a/README.md +++ b/README.md @@ -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.5.2/bootstrap.sh - sudo DOKKU_TAG=v0.5.2 bash bootstrap.sh + wget https://raw.githubusercontent.com/dokku/dokku/v0.5.3/bootstrap.sh + sudo DOKKU_TAG=v0.5.3 bash bootstrap.sh ### Upgrading diff --git a/contrib/dokku-installer.py b/contrib/dokku-installer.py index aa9541ac9..78d69203f 100755 --- a/contrib/dokku-installer.py +++ b/contrib/dokku-installer.py @@ -9,7 +9,7 @@ import subprocess import sys import threading -VERSION = 'v0.5.2' +VERSION = 'v0.5.3' hostname = '' try: diff --git a/debian/control b/debian/control index 1ed7536f1..dc68f367c 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: dokku -Version: 0.5.2 +Version: 0.5.3 Section: web Priority: optional Architecture: amd64 diff --git a/docs/assets/favicons/browserconfig.xml b/docs/assets/favicons/browserconfig.xml index 2ca622063..2e9afaec5 100644 --- a/docs/assets/favicons/browserconfig.xml +++ b/docs/assets/favicons/browserconfig.xml @@ -2,10 +2,10 @@ - - - - + + + + #da532c diff --git a/docs/assets/favicons/manifest.json b/docs/assets/favicons/manifest.json index ffa19d5fc..ced0bd6b0 100644 --- a/docs/assets/favicons/manifest.json +++ b/docs/assets/favicons/manifest.json @@ -2,37 +2,37 @@ "name": "Dokku", "icons": [ { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.2\/docs\/assets\/favicons\/android-chrome-36x36.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.3\/docs\/assets\/favicons\/android-chrome-36x36.png", "sizes": "36x36", "type": "image\/png", "density": "0.75" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.2\/docs\/assets\/favicons\/android-chrome-48x48.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.3\/docs\/assets\/favicons\/android-chrome-48x48.png", "sizes": "48x48", "type": "image\/png", "density": "1.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.2\/docs\/assets\/favicons\/android-chrome-72x72.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.3\/docs\/assets\/favicons\/android-chrome-72x72.png", "sizes": "72x72", "type": "image\/png", "density": "1.5" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.2\/docs\/assets\/favicons\/android-chrome-96x96.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.3\/docs\/assets\/favicons\/android-chrome-96x96.png", "sizes": "96x96", "type": "image\/png", "density": "2.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.2\/docs\/assets\/favicons\/android-chrome-144x144.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.3\/docs\/assets\/favicons\/android-chrome-144x144.png", "sizes": "144x144", "type": "image\/png", "density": "3.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.2\/docs\/assets\/favicons\/android-chrome-192x192.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.3\/docs\/assets\/favicons\/android-chrome-192x192.png", "sizes": "192x192", "type": "image\/png", "density": "4.0" diff --git a/docs/assets/style.css b/docs/assets/style.css index 80ef500c4..297646c5d 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -36,13 +36,13 @@ h1 { background-repeat: no-repeat; } .header .navbar-brand a { - background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.5.2/docs/assets/dokku.png); + background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.5.3/docs/assets/dokku.png); text-indent: 40px; } .blurb { color: #424242; background-color: #ededed; - background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.5.2/docs/assets/gplaypattern.png); + background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.5.3/docs/assets/gplaypattern.png); padding: 45px 0; text-align: center; } diff --git a/docs/assets/versions.json b/docs/assets/versions.json index d01e23ad5..8482b0849 100644 --- a/docs/assets/versions.json +++ b/docs/assets/versions.json @@ -2,6 +2,6 @@ "max-versions": [ "0.3.26", "0.4.14", - "0.5.2" + "0.5.3" ] } diff --git a/docs/development/release-process.md b/docs/development/release-process.md index 8d73278e6..320800730 100644 --- a/docs/development/release-process.md +++ b/docs/development/release-process.md @@ -67,7 +67,7 @@ The workflow looks like this: ```shell # having dokku-arch in ../dokku-arch vagrant up build-arch -# wait for "==> build-arch: ==> Finished making: dokku 0.5.2-2 (Mon Feb 22 23:20:37 CET 2016)" +# wait for "==> build-arch: ==> Finished making: dokku 0.5.3-2 (Mon Feb 22 23:20:37 CET 2016)" cd ../dokku-arch git add PKGBUILD .SRCINFO git commit -m 'Update to dokku 0.9.9' diff --git a/docs/home.html b/docs/home.html index 0f5f00f81..f7c1cca36 100644 --- a/docs/home.html +++ b/docs/home.html @@ -10,30 +10,30 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - + @@ -92,12 +92,12 @@

$ - wget https://raw.githubusercontent.com/dokku/dokku/v0.5.2/bootstrap.sh + wget https://raw.githubusercontent.com/dokku/dokku/v0.5.3/bootstrap.sh

$ - sudo DOKKU_TAG=v0.5.2 bash bootstrap.sh + sudo DOKKU_TAG=v0.5.3 bash bootstrap.sh

 # go to your server's IP and follow the web installer diff --git a/docs/index.md b/docs/index.md index ad8a7897b..21676e097 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,12 +15,12 @@

~ $ - wget https://raw.githubusercontent.com/dokku/dokku/v0.5.2/bootstrap.sh + wget https://raw.githubusercontent.com/dokku/dokku/v0.5.3/bootstrap.sh

~ $ - sudo DOKKU_TAG=v0.5.2 bash bootstrap.sh + sudo DOKKU_TAG=v0.5.3 bash bootstrap.sh

# => Go to your server's IP and follow the web installer diff --git a/docs/installation.md b/docs/installation.md index 06a19a66d..9a373f6d7 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -19,8 +19,8 @@ To install the latest stable version of dokku, you can run the following shell c ```shell # installs dokku via apt-get -wget https://raw.githubusercontent.com/dokku/dokku/v0.5.2/bootstrap.sh -sudo DOKKU_TAG=v0.5.2 bash bootstrap.sh +wget https://raw.githubusercontent.com/dokku/dokku/v0.5.3/bootstrap.sh +sudo DOKKU_TAG=v0.5.3 bash bootstrap.sh ``` The installation process takes about 5-10 minutes, depending upon internet connection speed. diff --git a/docs/template.html b/docs/template.html index 7403483b5..cf758b3f9 100644 --- a/docs/template.html +++ b/docs/template.html @@ -10,26 +10,26 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - +