From 5ab170a60adff283afdc84eb27bfdba141cdc94c Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 19 May 2018 15:13:50 -0400 Subject: [PATCH] Release 0.12.6 # History ## 0.12.6 ### Bug Fixes - #3193: @josegonzalez Install bash-completion files correctly - #3179: @josegonzalez Ignore issues with popd when OS versions with stricter security - #3177: @philm ensure dokku-redeploy runs when docker is stopped then started - #3176: @josegonzalez Detect mixed running status on service start ### New Features - #3195: @josegonzalez Allow lower versions of docker-engine - #3181: @malixsys Adding support for `http2_push_preload` to nginx 1.13.9+ configuration - #3183: @josegonzalez Unskip initial herokuish test - #3175: @josegonzalez Implement bash-completion for commands ### Documentation - #3197: @josegonzalez Add a tutorial for deploying applications via gitlab ci - #3194: @josegonzalez Clarify why dokku report information is useful - #3189: @josegonzalez Correct issue with adding a user remotely --- HISTORY.md | 22 ++++++++++ README.md | 4 +- contrib/dokku-installer.py | 2 +- debian/control | 2 +- docs/advanced-usage/plugin-management.md | 50 +++++++++++----------- 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 | 40 ++++++++--------- 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/network/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/scheduler-docker-local/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 +- 38 files changed, 130 insertions(+), 108 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 58d6ada6b..765ad05b5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,27 @@ # History +## 0.12.6 + +### Bug Fixes + +- #3193: @josegonzalez Install bash-completion files correctly +- #3179: @josegonzalez Ignore issues with popd when OS versions with stricter security +- #3177: @philm ensure dokku-redeploy runs when docker is stopped then started +- #3176: @josegonzalez Detect mixed running status on service start + +### New Features + +- #3195: @josegonzalez Allow lower versions of docker-engine +- #3181: @malixsys Adding support for `http2_push_preload` to nginx 1.13.9+ configuration +- #3183: @josegonzalez Unskip initial herokuish test +- #3175: @josegonzalez Implement bash-completion for commands + +### Documentation + +- #3197: @josegonzalez Add a tutorial for deploying applications via gitlab ci +- #3194: @josegonzalez Clarify why dokku report information is useful +- #3189: @josegonzalez Correct issue with adding a user remotely + ## 0.12.5 ### Bug Fixes diff --git a/README.md b/README.md index 23a58b77e..692913ea4 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ A fresh VM running any of the following operating systems: To install the latest stable release, run the following commands as a user who has access to `sudo`: ```shell -wget https://raw.githubusercontent.com/dokku/dokku/v0.12.5/bootstrap.sh -sudo DOKKU_TAG=v0.12.5 bash bootstrap.sh +wget https://raw.githubusercontent.com/dokku/dokku/v0.12.6/bootstrap.sh +sudo DOKKU_TAG=v0.12.6 bash bootstrap.sh ``` You can then proceed to the ip address or domain name associated with your server to complete the web-based installation. diff --git a/contrib/dokku-installer.py b/contrib/dokku-installer.py index 0cdf1352e..fc6b55a70 100755 --- a/contrib/dokku-installer.py +++ b/contrib/dokku-installer.py @@ -10,7 +10,7 @@ import subprocess import sys import threading -VERSION = 'v0.12.5' +VERSION = 'v0.12.6' hostname = '' try: diff --git a/debian/control b/debian/control index 1d42a78f0..8b30c5879 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: dokku -Version: 0.12.5 +Version: 0.12.6 Section: web Priority: optional Architecture: amd64 diff --git a/docs/advanced-usage/plugin-management.md b/docs/advanced-usage/plugin-management.md index 91a441b2b..c2d2d00eb 100644 --- a/docs/advanced-usage/plugin-management.md +++ b/docs/advanced-usage/plugin-management.md @@ -31,31 +31,31 @@ dokku plugin ``` plugn: dev - 00_dokku-standard 0.12.5 enabled dokku core standard plugin - 20_events 0.12.5 enabled dokku core events logging plugin - apps 0.12.5 enabled dokku core apps plugin - build-env 0.12.5 enabled dokku core build-env plugin - certs 0.12.5 enabled dokku core certificate management plugin - checks 0.12.5 enabled dokku core checks plugin - common 0.12.5 enabled dokku core common plugin - config 0.12.5 enabled dokku core config plugin - docker-options 0.12.5 enabled dokku core docker-options plugin - domains 0.12.5 enabled dokku core domains plugin - enter 0.12.5 enabled dokku core enter plugin - git 0.12.5 enabled dokku core git plugin - logs 0.12.5 enabled dokku core logs plugin - named-containers 0.12.5 enabled dokku core named containers plugin - network 0.12.5 enabled dokku core network plugin - nginx-vhosts 0.12.5 enabled dokku core nginx-vhosts plugin - plugin 0.12.5 enabled dokku core plugin plugin - proxy 0.12.5 enabled dokku core proxy plugin - ps 0.12.5 enabled dokku core ps plugin - repo 0.12.5 enabled dokku core repo plugin - shell 0.12.5 enabled dokku core shell plugin - ssh-keys 0.12.5 enabled dokku core ssh-keys plugin - storage 0.12.5 enabled dokku core storage plugin - tags 0.12.5 enabled dokku core tags plugin - tar 0.12.5 enabled dokku core tar plugin + 00_dokku-standard 0.12.6 enabled dokku core standard plugin + 20_events 0.12.6 enabled dokku core events logging plugin + apps 0.12.6 enabled dokku core apps plugin + build-env 0.12.6 enabled dokku core build-env plugin + certs 0.12.6 enabled dokku core certificate management plugin + checks 0.12.6 enabled dokku core checks plugin + common 0.12.6 enabled dokku core common plugin + config 0.12.6 enabled dokku core config plugin + docker-options 0.12.6 enabled dokku core docker-options plugin + domains 0.12.6 enabled dokku core domains plugin + enter 0.12.6 enabled dokku core enter plugin + git 0.12.6 enabled dokku core git plugin + logs 0.12.6 enabled dokku core logs plugin + named-containers 0.12.6 enabled dokku core named containers plugin + network 0.12.6 enabled dokku core network plugin + nginx-vhosts 0.12.6 enabled dokku core nginx-vhosts plugin + plugin 0.12.6 enabled dokku core plugin plugin + proxy 0.12.6 enabled dokku core proxy plugin + ps 0.12.6 enabled dokku core ps plugin + repo 0.12.6 enabled dokku core repo plugin + shell 0.12.6 enabled dokku core shell plugin + ssh-keys 0.12.6 enabled dokku core ssh-keys plugin + storage 0.12.6 enabled dokku core storage plugin + tags 0.12.6 enabled dokku core tags plugin + tar 0.12.6 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 121dbff38..3db0ffda0 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 b764abb91..c9d1120be 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.12.5\/docs\/assets\/favicons\/android-chrome-36x36.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.12.6\/docs\/assets\/favicons\/android-chrome-36x36.png", "sizes": "36x36", "type": "image\/png", "density": "0.75" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.12.5\/docs\/assets\/favicons\/android-chrome-48x48.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.12.6\/docs\/assets\/favicons\/android-chrome-48x48.png", "sizes": "48x48", "type": "image\/png", "density": "1.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.12.5\/docs\/assets\/favicons\/android-chrome-72x72.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.12.6\/docs\/assets\/favicons\/android-chrome-72x72.png", "sizes": "72x72", "type": "image\/png", "density": "1.5" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.12.5\/docs\/assets\/favicons\/android-chrome-96x96.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.12.6\/docs\/assets\/favicons\/android-chrome-96x96.png", "sizes": "96x96", "type": "image\/png", "density": "2.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.12.5\/docs\/assets\/favicons\/android-chrome-144x144.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.12.6\/docs\/assets\/favicons\/android-chrome-144x144.png", "sizes": "144x144", "type": "image\/png", "density": "3.0" }, { - "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.12.5\/docs\/assets\/favicons\/android-chrome-192x192.png", + "src": "https:\/\/cdn.rawgit.com\/progrium\/dokku\/v0.12.6\/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 fcae7389d..1b5428625 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -39,13 +39,13 @@ h1 { font-size: 1.6em; } .header .navbar-brand a { - background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.12.5/docs/assets/dokku.png); + background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.12.6/docs/assets/dokku.png); text-indent: 40px; } .blurb { color: #424242; background-color: #ededed; - background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.12.5/docs/assets/gplaypattern.png); + background-image: url(https://cdn.rawgit.com/dokku/dokku/v0.12.6/docs/assets/gplaypattern.png); padding: 45px 0; text-align: center; } diff --git a/docs/assets/versions.json b/docs/assets/versions.json index e5f6a7911..63c8563d6 100644 --- a/docs/assets/versions.json +++ b/docs/assets/versions.json @@ -9,6 +9,6 @@ "0.9.4", "0.10.5", "0.11.6", - "0.12.5" + "0.12.6" ] } diff --git a/docs/development/release-process.md b/docs/development/release-process.md index 45d23bd27..61f86744f 100644 --- a/docs/development/release-process.md +++ b/docs/development/release-process.md @@ -30,7 +30,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.12.5-2 (Mon Feb 22 23:20:37 CET 2016)" +# wait for "==> build-arch: ==> Finished making: dokku 0.12.6-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 965d5c4ed..bf04bb5b1 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.12.5/bootstrap.sh; -sudo DOKKU_TAG=v0.12.5 bash bootstrap.sh +wget https://raw.githubusercontent.com/dokku/dokku/v0.12.6/bootstrap.sh; +sudo DOKKU_TAG=v0.12.6 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 d5e5ae587..ee18636f0 100644 --- a/docs/home.html +++ b/docs/home.html @@ -10,30 +10,30 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - + @@ -98,12 +98,12 @@

$ - wget https://raw.githubusercontent.com/dokku/dokku/v0.12.5/bootstrap.sh + wget https://raw.githubusercontent.com/dokku/dokku/v0.12.6/bootstrap.sh

$ - sudo DOKKU_TAG=v0.12.5 bash bootstrap.sh + sudo DOKKU_TAG=v0.12.6 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 d58276b30..4f50d2da6 100644 --- a/docs/template.html +++ b/docs/template.html @@ -9,26 +9,26 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - +