diff --git a/HISTORY.md b/HISTORY.md index e99f0ae1a..033276c3d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,34 @@ # History +## 0.5.8 + +This release is the last release in the `0.5.x` series, and as such is mainly a bugfix release. Users are highly encouraged to upgrade to this release *before* moving to the upcoming `0.6.x` release, as we will be removing deprecated features at that point. + +Thanks to all the contributors who helped with this release! + +### Bug Fixes + +- #2214: @michaelshobbs Remove git push from client +- #2220: @josegonzalez Remove DOKKU_PROCFILE before attempting to extract it +- #2227: @michaelshobbs Pass image tag from release_and_deploy down through extract_procfile +- #2228: @michaelshobbs Support WORKDIR location for DOKKU_SCALE +- #2229: @hansmi Fix removal of domains with schema +- #2234: @michaelshobbs Cleanup container state files when a process type is removed from app +- #2236: @michaelshobbs Hide unnecessary output from is_image_herokuish_based() +- #2233: @josegonzalez Lintian cleanup + +### New Features + +- #2205: @josegonzalez Fix lintian errors in built debian packages +- #2223: @josegonzalez De-duplicate nginx restarting +- #2237: @michaelshobbs Reject invalid domains in domains:add +- #2238: @michaelshobbs Mount storage mounts on build for buildpack deploys + +### Documentation + +- #2212: @jbothma Warn and instruct users about unsafe publicly-accessible web installer +- #2222: @michaelshobbs Move nginx upstream blocks to the bottom in docs examples + ## 0.5.7 0.5.7 includes quite a few documentation updates, and a few minor changes in how we handle certain edge-cases in day-to-day dokku tasks. diff --git a/README.md b/README.md index b6f89fcef..096dfdb42 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. 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.7/bootstrap.sh - sudo DOKKU_TAG=v0.5.7 bash bootstrap.sh + wget https://raw.githubusercontent.com/dokku/dokku/v0.5.8/bootstrap.sh + sudo DOKKU_TAG=v0.5.8 bash bootstrap.sh ### Upgrading diff --git a/contrib/dokku-installer.py b/contrib/dokku-installer.py index 0e51cab4f..b5b776cc6 100755 --- a/contrib/dokku-installer.py +++ b/contrib/dokku-installer.py @@ -9,7 +9,7 @@ import subprocess import sys import threading -VERSION = 'v0.5.7' +VERSION = 'v0.5.8' hostname = '' try: diff --git a/debian/control b/debian/control index 442e901a7..90cfb8569 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: dokku -Version: 0.5.7 +Version: 0.5.8 Section: web Priority: optional Architecture: amd64 diff --git a/docs/assets/favicons/browserconfig.xml b/docs/assets/favicons/browserconfig.xml index b86ccc6ad..7af837b20 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 00ffe4858..97487ae6e 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.7\/docs\/assets\/favicons\/android-chrome-36x36.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.8\/docs\/assets\/favicons\/android-chrome-36x36.png", "sizes": "36x36", "type": "image\/png", "density": "0.75" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.7\/docs\/assets\/favicons\/android-chrome-48x48.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.8\/docs\/assets\/favicons\/android-chrome-48x48.png", "sizes": "48x48", "type": "image\/png", "density": "1.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.7\/docs\/assets\/favicons\/android-chrome-72x72.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.8\/docs\/assets\/favicons\/android-chrome-72x72.png", "sizes": "72x72", "type": "image\/png", "density": "1.5" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.7\/docs\/assets\/favicons\/android-chrome-96x96.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.8\/docs\/assets\/favicons\/android-chrome-96x96.png", "sizes": "96x96", "type": "image\/png", "density": "2.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.7\/docs\/assets\/favicons\/android-chrome-144x144.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.8\/docs\/assets\/favicons\/android-chrome-144x144.png", "sizes": "144x144", "type": "image\/png", "density": "3.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.7\/docs\/assets\/favicons\/android-chrome-192x192.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.8\/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 4c3591787..e00075251 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.7/docs/assets/dokku.png); + background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.5.8/docs/assets/dokku.png); text-indent: 40px; } .blurb { color: #424242; background-color: #ededed; - background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.5.7/docs/assets/gplaypattern.png); + background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.5.8/docs/assets/gplaypattern.png); padding: 45px 0; text-align: center; } diff --git a/docs/assets/versions.json b/docs/assets/versions.json index 97f294a00..f35bbef6f 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.7" + "0.5.8" ] } diff --git a/docs/development/release-process.md b/docs/development/release-process.md index 14b50a451..3c6935bea 100644 --- a/docs/development/release-process.md +++ b/docs/development/release-process.md @@ -66,7 +66,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.7-2 (Mon Feb 22 23:20:37 CET 2016)" +# wait for "==> build-arch: ==> Finished making: dokku 0.5.8-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 d298bf44b..325fe3833 100644 --- a/docs/home.html +++ b/docs/home.html @@ -10,30 +10,30 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - + @@ -95,12 +95,12 @@

$ - wget https://raw.githubusercontent.com/dokku/dokku/v0.5.7/bootstrap.sh + wget https://raw.githubusercontent.com/dokku/dokku/v0.5.8/bootstrap.sh

$ - sudo DOKKU_TAG=v0.5.7 bash bootstrap.sh + sudo DOKKU_TAG=v0.5.8 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 9bb10f5a2..3591e3ac8 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -21,8 +21,8 @@ To install the latest stable version of dokku, you can run the following shell c ```shell # for debian systems, installs dokku via apt-get -wget https://raw.githubusercontent.com/dokku/dokku/v0.5.7/bootstrap.sh -sudo DOKKU_TAG=v0.5.7 bash bootstrap.sh +wget https://raw.githubusercontent.com/dokku/dokku/v0.5.8/bootstrap.sh +sudo DOKKU_TAG=v0.5.8 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 fbe257374..e1c2249a1 100644 --- a/docs/template.html +++ b/docs/template.html @@ -10,26 +10,26 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - +