diff --git a/HISTORY.md b/HISTORY.md index 355953fd4..98598980e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,31 @@ # History +## 0.5.4 + +This release continues on our tradition of making bugfixes in patch releases. Also note that we now release dokku with `sshcommand` version `0.4.0`, which should increase usability of that package quite a bit. + +Thanks to all the contributors who helped with this release! + +### Bug Fixes + +- #2055: @tobru Move nginx include to server section +- #2060: @michaelshobbs Filter restart policies from exec-app-json containers +- #2061: @znz Fix ignored settings in the CHECKS file +- #2065: @michaelshobbs Fix pre/post deploy support for dockerfile apps + +### New Features + +- #2052: @josegonzalez Use upstream releases when creating deb packages. Closes #2048 +- #2068: @josegonzalez Use latest sshcommand when installing via debian +- #2070: @josegonzalez Upgrade sshcommand to 0.4.0 + +### Documentation + +- #2049: @mmlkrx Fix typo in deployment-tasks.md +- #2051: @plieningerweb Clarify installation instructions in docs +- #2058: @michaelshobbs Remove references to global TLS certs +- #2072: @michaelshobbs Note that we only support one EXPOSE port per line in dockerfiles + ## 0.5.3 This release sorts out a few minor bugs introduced in the 0.5.0 release. diff --git a/README.md b/README.md index f5825a49b..1d7956dfe 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.3/bootstrap.sh - sudo DOKKU_TAG=v0.5.3 bash bootstrap.sh + wget https://raw.githubusercontent.com/dokku/dokku/v0.5.4/bootstrap.sh + sudo DOKKU_TAG=v0.5.4 bash bootstrap.sh ### Upgrading diff --git a/contrib/dokku-installer.py b/contrib/dokku-installer.py index 78d69203f..4ed5c6b42 100755 --- a/contrib/dokku-installer.py +++ b/contrib/dokku-installer.py @@ -9,7 +9,7 @@ import subprocess import sys import threading -VERSION = 'v0.5.3' +VERSION = 'v0.5.4' hostname = '' try: diff --git a/debian/control b/debian/control index dc68f367c..744056e07 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: dokku -Version: 0.5.3 +Version: 0.5.4 Section: web Priority: optional Architecture: amd64 diff --git a/docs/assets/favicons/browserconfig.xml b/docs/assets/favicons/browserconfig.xml index 2e9afaec5..35fb2e152 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 ced0bd6b0..bf65735ce 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.3\/docs\/assets\/favicons\/android-chrome-36x36.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.4\/docs\/assets\/favicons\/android-chrome-36x36.png", "sizes": "36x36", "type": "image\/png", "density": "0.75" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.3\/docs\/assets\/favicons\/android-chrome-48x48.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.4\/docs\/assets\/favicons\/android-chrome-48x48.png", "sizes": "48x48", "type": "image\/png", "density": "1.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.3\/docs\/assets\/favicons\/android-chrome-72x72.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.4\/docs\/assets\/favicons\/android-chrome-72x72.png", "sizes": "72x72", "type": "image\/png", "density": "1.5" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.3\/docs\/assets\/favicons\/android-chrome-96x96.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.4\/docs\/assets\/favicons\/android-chrome-96x96.png", "sizes": "96x96", "type": "image\/png", "density": "2.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.3\/docs\/assets\/favicons\/android-chrome-144x144.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.4\/docs\/assets\/favicons\/android-chrome-144x144.png", "sizes": "144x144", "type": "image\/png", "density": "3.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.3\/docs\/assets\/favicons\/android-chrome-192x192.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.5.4\/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 297646c5d..151798a01 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.3/docs/assets/dokku.png); + background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.5.4/docs/assets/dokku.png); text-indent: 40px; } .blurb { color: #424242; background-color: #ededed; - background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.5.3/docs/assets/gplaypattern.png); + background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.5.4/docs/assets/gplaypattern.png); padding: 45px 0; text-align: center; } @@ -163,6 +163,9 @@ h1 { .featurette-heading .text-muted { font-weight: 300; } +.featurette img { + width: 400px; +} .slack-channel { background-color: #EEF1F7; font-size: 16px; @@ -485,8 +488,16 @@ ul.fas li .fa-large:before, ul.fas li .fa-large:before { font-size: 50px; } } -@media (min-width: 992px) { - .featurette-heading { - margin-top: 120px; +@media (max-width: 992px) { + .featurette img { + width: 200px; + } +} +@media (min-width: 992px) { + .featurette img { + width: 300px; + } + .featurette-heading { + margin-top: 30px; } } diff --git a/docs/assets/versions.json b/docs/assets/versions.json index 8482b0849..b5128f5f2 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.3" + "0.5.4" ] } diff --git a/docs/development/release-process.md b/docs/development/release-process.md index 320800730..c4ec6615b 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.3-2 (Mon Feb 22 23:20:37 CET 2016)" +# wait for "==> build-arch: ==> Finished making: dokku 0.5.4-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 f7c1cca36..ffd63d421 100644 --- a/docs/home.html +++ b/docs/home.html @@ -10,32 +10,70 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - + @@ -92,12 +130,12 @@

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

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

 # go to your server's IP and follow the web installer @@ -170,11 +208,21 @@

Hate curl | bash? See our official Azure, DigitalOcean, and Linode instructions.

Still no love? Contributions welcome! + +

+ Have a question? Join us in our public slack channel! + +
+ + Slack Logo + +
+
+ +
-
-

Own Your PaaS. Infrastructure at a fraction of the cost.

@@ -208,21 +256,62 @@ Extend Logo
- -
-