From 35dc92fb3fa026867cb88f2f9f59533f89fbc065 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 23 Dec 2015 07:16:49 -0500 Subject: [PATCH] Release 0.4.7 --- HISTORY.md | 62 +++++++++++++++++++------- README.md | 4 +- contrib/dokku-installer.py | 2 +- debian/control | 2 +- docs/assets/favicons/browserconfig.xml | 8 ++-- docs/assets/favicons/manifest.json | 12 ++--- docs/assets/style.css | 4 +- docs/home.html | 38 ++++++++-------- docs/index.md | 4 +- docs/installation.md | 4 +- docs/template.html | 36 +++++++-------- 11 files changed, 103 insertions(+), 73 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 02f3ab3c6..799568470 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,35 @@ # History +## 0.4.7 + +### Bug Fixes + +- #1776: @t-8ch Fix docker version constraints on jessie systems +- #1777: @michaelshobbs Format test labels +- #1782: @michaelshobbs make docker cp work on circleci +- #1788: @michaelshobbs Updates for moving of dokku sshcommand and plugn repos +- #1791: @michaelshobbs Don't run app deploy tests and spread out unit tests to 4 containers +- #1793: @michaelshobbs Filter out Procfile comments + +### New Features + +- #1670: @zachfeldman Add apps:rename +- #1771: @jvanbaarsen Make plugin hooks send out more information +- #1778: @mmerickel Optimize git clone for large repositories +- #1781: @jvanbaarsen Add post config update hook +- #1789: @michaelshobbs Make it possible to skip a deploy +- #1790: @michaelshobbs Use pgup/pgdown for history shortcut in dev env +- #1794: @josegonzalez Replace dokku-installer.rb with dokku-installer.py +- #1797: @michaelshobbs Ensure we run plugin commands as root +- #1799: @josegonzalez Add support for tutum-agent as docker alternative +- #1800: @josegonzalez Respect DOKKU_ROOT in debian/postint + +### Documentation + +- #1779: @sseemayer Add link to new zero-downtime Let's Encrypt Plugin to docs +- #1780: @jvanbaarsen Add documentation for the new domain plugin hooks +- #1784: @duboff Tiny fix in SSL documentation + ## 0.4.6 This is mostly a documentation change. A few notable changes: @@ -12,32 +42,32 @@ Thanks to all the contributors who helped with this release! ### Bug Fixes -- #1775: @Flink Match complete container name in named-containers plugin -- #1767: @jvanbaarsen Remove shebang from config/functions -- #1745: @beverku Change herokuish to recommended package +- #1717: @josegonzalez Avoid using the PPA for ubuntu versions 15.10 and higher - #1727: @louisbl Enable dokku-redeploy systemd service. - #1732: @michaelshobbs do not chown file that doesn't exist -- #1717: @josegonzalez Avoid using the PPA for ubuntu versions 15.10 and higher +- #1745: @beverku Change herokuish to recommended package +- #1767: @jvanbaarsen Remove shebang from config/functions +- #1775: @Flink Match complete container name in named-containers plugin ### New Features -- #1735: @michaelshobbs use ps:restore on instance boot - #1718: @josegonzalez Add post-create hook +- #1735: @michaelshobbs use ps:restore on instance boot ### Documentation -- #1761: @josegonzalez Fix link to docker-options documentation -- #1757: @josegonzalez Add DigitalOcean as a sponsor -- #1754: @josegonzalez Update all links to dokku repo -- #1753: @hhff Add .ca-bundle information to SSL docs -- #1752: @byrnedo Moved dokku-nats into official plugins section -- #1748: @byrnedo Added unofficial Nats plugin to plugins.md -- #1751: @josegonzalez Use flat-square style on image badges -- #1750: @jlachowski New graphite & statsd plugin with grafana frontend added -- #1747: @josegonzalez Add Lets Encrypt plugin -- #1739: @michaelshobbs clarify location of nginx.conf.template in app repo -- #1723: @josegonzalez Add herokuish version to desired debugging info - #1720: @josegonzalez Add memory usage output as desired data for reporting issues +- #1723: @josegonzalez Add herokuish version to desired debugging info +- #1739: @michaelshobbs clarify location of nginx.conf.template in app repo +- #1747: @josegonzalez Add Lets Encrypt plugin +- #1748: @byrnedo Added unofficial Nats plugin to plugins.md +- #1750: @jlachowski New graphite & statsd plugin with grafana frontend added +- #1751: @josegonzalez Use flat-square style on image badges +- #1752: @byrnedo Moved dokku-nats into official plugins section +- #1753: @hhff Add .ca-bundle information to SSL docs +- #1754: @josegonzalez Update all links to dokku repo +- #1757: @josegonzalez Add DigitalOcean as a sponsor +- #1761: @josegonzalez Fix link to docker-options documentation ## 0.4.5 diff --git a/README.md b/README.md index 7f653f05f..02d556025 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.4.6/bootstrap.sh - sudo DOKKU_TAG=v0.4.6 bash bootstrap.sh + wget https://raw.githubusercontent.com/dokku/dokku/v0.4.7/bootstrap.sh + sudo DOKKU_TAG=v0.4.7 bash bootstrap.sh ### Upgrading diff --git a/contrib/dokku-installer.py b/contrib/dokku-installer.py index fe76cf63b..7f4d2c5dd 100755 --- a/contrib/dokku-installer.py +++ b/contrib/dokku-installer.py @@ -9,7 +9,7 @@ import subprocess import sys import threading -VERSION = 'v0.4.6' +VERSION = 'v0.4.7' hostname = '' try: diff --git a/debian/control b/debian/control index c0233a18b..c6d41708c 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: dokku -Version: 0.4.6 +Version: 0.4.7 Section: web Priority: optional Architecture: amd64 diff --git a/docs/assets/favicons/browserconfig.xml b/docs/assets/favicons/browserconfig.xml index d292c9926..90a2adaa1 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 178164854..e7f86c842 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.4.6\/docs\/assets\/favicons\/android-chrome-36x36.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.7\/docs\/assets\/favicons\/android-chrome-36x36.png", "sizes": "36x36", "type": "image\/png", "density": "0.75" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.6\/docs\/assets\/favicons\/android-chrome-48x48.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.7\/docs\/assets\/favicons\/android-chrome-48x48.png", "sizes": "48x48", "type": "image\/png", "density": "1.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.6\/docs\/assets\/favicons\/android-chrome-72x72.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.7\/docs\/assets\/favicons\/android-chrome-72x72.png", "sizes": "72x72", "type": "image\/png", "density": "1.5" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.6\/docs\/assets\/favicons\/android-chrome-96x96.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.7\/docs\/assets\/favicons\/android-chrome-96x96.png", "sizes": "96x96", "type": "image\/png", "density": "2.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.6\/docs\/assets\/favicons\/android-chrome-144x144.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.7\/docs\/assets\/favicons\/android-chrome-144x144.png", "sizes": "144x144", "type": "image\/png", "density": "3.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.6\/docs\/assets\/favicons\/android-chrome-192x192.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.4.7\/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 a75ef8c5f..1cbc3190c 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -25,7 +25,7 @@ h1 { padding: 0 0 0 1em; } .header a { - background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.4.6/docs/assets/dokku.png); + background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.4.7/docs/assets/dokku.png); color: #fff; text-indent: 40px; background-position: center left; @@ -40,7 +40,7 @@ h1 { .blurb { color: #424242; background-color: #ededed; - background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.4.6/docs/assets/gplaypattern.png); + background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.4.7/docs/assets/gplaypattern.png); padding: 45px 0; text-align: center; } diff --git a/docs/home.html b/docs/home.html index 1b463bdd9..07eea0af9 100644 --- a/docs/home.html +++ b/docs/home.html @@ -10,26 +10,26 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + @@ -87,12 +87,12 @@

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

~ $ - sudo DOKKU_TAG=v0.4.6 bash bootstrap.sh + sudo DOKKU_TAG=v0.4.7 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 937871c6f..1f512386a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,12 +15,12 @@

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

~ $ - sudo DOKKU_TAG=v0.4.6 bash bootstrap.sh + sudo DOKKU_TAG=v0.4.7 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 b436a5f39..1792022c5 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.4.6/bootstrap.sh -sudo DOKKU_TAG=v0.4.6 bash bootstrap.sh +wget https://raw.githubusercontent.com/dokku/dokku/v0.4.7/bootstrap.sh +sudo DOKKU_TAG=v0.4.7 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 9a54f9074..5e9ba943d 100644 --- a/docs/template.html +++ b/docs/template.html @@ -10,30 +10,30 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - +