From a00a9219dae3921c22538f89751b8ae50b45e930 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 26 Aug 2016 21:24:43 -0400 Subject: [PATCH] Release 0.7.1 --- HISTORY.md | 31 +++++++++++++++ README.md | 4 +- contrib/dokku-installer.py | 2 +- debian/control | 2 +- docs/advanced-usage/plugin-management.md | 48 ++++++++++++------------ docs/assets/favicons/browserconfig.xml | 8 ++-- docs/assets/favicons/manifest.json | 12 +++--- docs/assets/style.css | 4 +- docs/assets/versions.json | 2 +- docs/development/release-process.md | 2 +- docs/getting-started/installation.md | 4 +- docs/home.html | 42 ++++++++++----------- docs/template.html | 36 +++++++++--------- plugins/00_dokku-standard/plugin.toml | 2 +- plugins/20_events/plugin.toml | 2 +- plugins/apps/plugin.toml | 2 +- plugins/build-env/plugin.toml | 2 +- plugins/certs/plugin.toml | 2 +- plugins/checks/plugin.toml | 2 +- plugins/common/plugin.toml | 2 +- plugins/config/plugin.toml | 2 +- plugins/docker-options/plugin.toml | 2 +- plugins/domains/plugin.toml | 2 +- plugins/enter/plugin.toml | 2 +- plugins/git/plugin.toml | 2 +- plugins/logs/plugin.toml | 2 +- plugins/named-containers/plugin.toml | 2 +- plugins/nginx-vhosts/plugin.toml | 2 +- plugins/plugin/plugin.toml | 2 +- plugins/proxy/plugin.toml | 2 +- plugins/ps/plugin.toml | 2 +- plugins/repo/plugin.toml | 2 +- plugins/shell/plugin.toml | 2 +- plugins/ssh-keys/plugin.toml | 2 +- plugins/storage/plugin.toml | 2 +- plugins/tags/plugin.toml | 2 +- plugins/tar/plugin.toml | 2 +- 37 files changed, 138 insertions(+), 107 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 17fa553c3..a20ddb8e8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,36 @@ # History +## 0.7.1 + +### Bug Fixes + +- #2348: @josegonzalez Correct the version in use for ssh-keys +- #2369: @u2mejc Fix ssh-keys:add permission error +- #2377: @ebeigarts Do not use http_proxy env variables for CHECKS +- #2360: @xadh00m Allow hyphen in TLD +- #2387: @michaelshobbs Silence find warnings under Ubuntu 16.04 +- #2390: @josegonzalez Actually stop the dokku-installer service + +### New Features + +- #2358: @josegonzalez Guard against poodle vulnerability by default +- #2385: @michaelshobbs Actually merge dokku-app-user into core + +### Documentation + +- #2337: @josegonzalez Update deprecated plugins list +- #2352: @miguelcobain Fix typos in plugin-triggers docs +- #2353: @miguelcobain Add a note about making plugins executable +- #2345: @johnfraney Update list of officially supported distributions +- #2354: @josegonzalez Dockerfile deploys do not support mounted volumes +- #2371: @michaelshobbs Moved some plugin repos to michaelshobbs +- #2381: @michaelshobbs Fail rest of bats file on first test failure +- #2382: @alexgleason Fix typo "exampple" to "example" +- #2386: @josegonzalez Add a migration guide for 0.7.0 +- #2388: @josegonzalez Add documentation for proxy ports scheme handling +- #2389: @josegonzalez Add plugin management documentation + + ## 0.7.0 Another great minor release! There are no known backwards incompatibilities with this release, though the following may be of interest to our users: diff --git a/README.md b/README.md index 6047d25c3..b6b84f518 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,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.7.0/bootstrap.sh - sudo DOKKU_TAG=v0.7.0 bash bootstrap.sh + wget https://raw.githubusercontent.com/dokku/dokku/v0.7.1/bootstrap.sh + sudo DOKKU_TAG=v0.7.1 bash bootstrap.sh ### Upgrading diff --git a/contrib/dokku-installer.py b/contrib/dokku-installer.py index 302e39345..0d043f719 100755 --- a/contrib/dokku-installer.py +++ b/contrib/dokku-installer.py @@ -9,7 +9,7 @@ import subprocess import sys import threading -VERSION = 'v0.7.0' +VERSION = 'v0.7.1' hostname = '' try: diff --git a/debian/control b/debian/control index d68fd0836..e13ef7ae1 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: dokku -Version: 0.7.0 +Version: 0.7.1 Section: web Priority: optional Architecture: amd64 diff --git a/docs/advanced-usage/plugin-management.md b/docs/advanced-usage/plugin-management.md index 59fa19688..8bbfbea83 100644 --- a/docs/advanced-usage/plugin-management.md +++ b/docs/advanced-usage/plugin-management.md @@ -31,30 +31,30 @@ dokku plugin ``` plugn: dev - 00_dokku-standard 0.7.0 enabled dokku core standard plugin - 20_events 0.7.0 enabled dokku core events logging plugin - apps 0.7.0 enabled dokku core apps plugin - build-env 0.7.0 enabled dokku core build-env plugin - certs 0.7.0 enabled dokku core certificate management plugin - checks 0.7.0 enabled dokku core checks plugin - common 0.7.0 enabled dokku core common plugin - config 0.7.0 enabled dokku core config plugin - docker-options 0.7.0 enabled dokku core docker-options plugin - domains 0.7.0 enabled dokku core domains plugin - enter 0.7.0 enabled dokku core enter plugin - git 0.7.0 enabled dokku core git plugin - logs 0.7.0 enabled dokku core logs plugin - named-containers 0.7.0 enabled dokku core named containers plugin - nginx-vhosts 0.7.0 enabled dokku core nginx-vhosts plugin - plugin 0.7.0 enabled dokku core plugin plugin - proxy 0.7.0 enabled dokku core proxy plugin - ps 0.7.0 enabled dokku core ps plugin - repo 0.7.0 enabled dokku core repo plugin - shell 0.7.0 enabled dokku core shell plugin - ssh-keys 0.7.0 enabled dokku core ssh-keys plugin - storage 0.7.0 enabled dokku core storage plugin - tags 0.7.0 enabled dokku core tags plugin - tar 0.7.0 enabled dokku core tar plugin + 00_dokku-standard 0.7.1 enabled dokku core standard plugin + 20_events 0.7.1 enabled dokku core events logging plugin + apps 0.7.1 enabled dokku core apps plugin + build-env 0.7.1 enabled dokku core build-env plugin + certs 0.7.1 enabled dokku core certificate management plugin + checks 0.7.1 enabled dokku core checks plugin + common 0.7.1 enabled dokku core common plugin + config 0.7.1 enabled dokku core config plugin + docker-options 0.7.1 enabled dokku core docker-options plugin + domains 0.7.1 enabled dokku core domains plugin + enter 0.7.1 enabled dokku core enter plugin + git 0.7.1 enabled dokku core git plugin + logs 0.7.1 enabled dokku core logs plugin + named-containers 0.7.1 enabled dokku core named containers plugin + nginx-vhosts 0.7.1 enabled dokku core nginx-vhosts plugin + plugin 0.7.1 enabled dokku core plugin plugin + proxy 0.7.1 enabled dokku core proxy plugin + ps 0.7.1 enabled dokku core ps plugin + repo 0.7.1 enabled dokku core repo plugin + shell 0.7.1 enabled dokku core shell plugin + ssh-keys 0.7.1 enabled dokku core ssh-keys plugin + storage 0.7.1 enabled dokku core storage plugin + tags 0.7.1 enabled dokku core tags plugin + tar 0.7.1 enabled dokku core tar plugin ``` Installing a plugin is easy as well using the `plugin:install` command. This command will also trigger the `install` pluginhook on all existing plugins. diff --git a/docs/assets/favicons/browserconfig.xml b/docs/assets/favicons/browserconfig.xml index a6c8c94e3..786d26ff1 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 c2abb89ff..3dacd5c17 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.7.0\/docs\/assets\/favicons\/android-chrome-36x36.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.7.1\/docs\/assets\/favicons\/android-chrome-36x36.png", "sizes": "36x36", "type": "image\/png", "density": "0.75" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.7.0\/docs\/assets\/favicons\/android-chrome-48x48.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.7.1\/docs\/assets\/favicons\/android-chrome-48x48.png", "sizes": "48x48", "type": "image\/png", "density": "1.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.7.0\/docs\/assets\/favicons\/android-chrome-72x72.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.7.1\/docs\/assets\/favicons\/android-chrome-72x72.png", "sizes": "72x72", "type": "image\/png", "density": "1.5" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.7.0\/docs\/assets\/favicons\/android-chrome-96x96.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.7.1\/docs\/assets\/favicons\/android-chrome-96x96.png", "sizes": "96x96", "type": "image\/png", "density": "2.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.7.0\/docs\/assets\/favicons\/android-chrome-144x144.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.7.1\/docs\/assets\/favicons\/android-chrome-144x144.png", "sizes": "144x144", "type": "image\/png", "density": "3.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.7.0\/docs\/assets\/favicons\/android-chrome-192x192.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.7.1\/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 1b1a9c4a1..6b565803c 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.7.0/docs/assets/dokku.png); + background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.7.1/docs/assets/dokku.png); text-indent: 40px; } .blurb { color: #424242; background-color: #ededed; - background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.7.0/docs/assets/gplaypattern.png); + background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.7.1/docs/assets/gplaypattern.png); padding: 45px 0; text-align: center; } diff --git a/docs/assets/versions.json b/docs/assets/versions.json index f8736f9b1..2a117a155 100644 --- a/docs/assets/versions.json +++ b/docs/assets/versions.json @@ -1 +1 @@ -{ "max-versions": [ "0.3.26", "0.4.14", "0.5.8", "0.6.5", "0.7.0" ] } +{ "max-versions": [ "0.3.26", "0.4.14", "0.5.8", "0.6.5", "0.7.1" ] } diff --git a/docs/development/release-process.md b/docs/development/release-process.md index 65b18be1b..ebd96da61 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.7.0-2 (Mon Feb 22 23:20:37 CET 2016)" +# wait for "==> build-arch: ==> Finished making: dokku 0.7.1-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/getting-started/installation.md b/docs/getting-started/installation.md index aac8d1901..b5fcc88d9 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/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.7.0/bootstrap.sh -sudo DOKKU_TAG=v0.7.0 bash bootstrap.sh +wget https://raw.githubusercontent.com/dokku/dokku/v0.7.1/bootstrap.sh +sudo DOKKU_TAG=v0.7.1 bash bootstrap.sh ``` The installation process takes about 5-10 minutes, depending upon internet connection speed. diff --git a/docs/home.html b/docs/home.html index ffb6d082a..b3d51b51f 100644 --- a/docs/home.html +++ b/docs/home.html @@ -7,33 +7,33 @@ - + Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - + @@ -95,12 +95,12 @@

$ - wget https://raw.githubusercontent.com/dokku/dokku/v0.7.0/bootstrap.sh + wget https://raw.githubusercontent.com/dokku/dokku/v0.7.1/bootstrap.sh

$ - sudo DOKKU_TAG=v0.7.0 bash bootstrap.sh + sudo DOKKU_TAG=v0.7.1 bash bootstrap.sh

 # go to your server's IP and follow the web installer diff --git a/docs/template.html b/docs/template.html index 85025a679..f54e6e8e3 100644 --- a/docs/template.html +++ b/docs/template.html @@ -10,26 +10,26 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - +