From 99e98fb68a1ee91d54dcee7a448e03cf0bd9eba3 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 20 Mar 2020 17:50:50 -0400 Subject: [PATCH] Release 0.20.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # History ## 0.20.0 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.20.0/bootstrap.sh sudo DOKKU_TAG=v0.20.0 bash bootstrap.sh ``` ### Bug Fixes - #3891: @josegonzalez Add missing cpio dependency - #3861: @josegonzalez Fix app clone and rename calls - #3682: @josegonzalez Force tty check to run with the default language - #3853: @josegonzalez Add missing hooks to events plugin ### New Features - #3899: @josegonzalez Drop unnecessary quotes on docker inspect calls - #3895: @josegonzalez Expose network listeners to nginx templates for all process types - #3893: @josegonzalez Rewrite apps plugin in golang - #3889: @josegonzalez Update herokuish - #3879: @josegonzalez Drop support for unsupported Debian and Ubuntu releases … - #3880: @josegonzalez Remove unnecessary source/import statements - #3871: @josegonzalez Rewrite proxy plugin in golang - #3869: @josegonzalez Standardize plugin trigger calls - #3870: @josegonzalez Use Println in favor of Fprintln for os.Stdout - #3868: @josegonzalez Remove ps command - #3866: @josegonzalez Unify nginx config commands - #3865: @josegonzalez Cleanup injected docker labels - #3860: @josegonzalez Remove deprecated egrep calls from codebase - #3854: @josegonzalez Remove deprecated code - #3852: @josegonzalez Standardize plugin code - #3850: @josegonzalez DRY up reports in golang - #3851: @josegonzalez Update herokuish to 0.5.6 - #3847: @josegonzalez Custom docker networking - #3848: @josegonzalez Minor logging changes - #3843: @josegonzalez Enable HSTS by default - #3844: @josegonzalez Add global fallback for DOKKU_PROXY_PORT and DOKKU_PROXY_SSL_PORT - #3609: @jayjun Start long running containers with --init with tests - #3842: @josegonzalez rework docker-args-process trigger arguments - #3841: @josegonzalez Implement docker-options:clear ### Documentation - #3901: @Cellane 📝 Update information about Dokku CLI installation - #3892: @josegonzalez Move code of conduct to .github org repository - #3888: @decentral1se Mark 9+ for Debian version - #3874: @josegonzalez Push users to upgrade to recent versions - #3864: @alex-galey Change docs copyright to 2020 - #3863: @josegonzalez Update issue template to remove ambiguity around reporting - #3849: @josegonzalez Reference correct property in network docs example - #3840: @ollej Add link to fonts plugin - #3838: @ltalirz Expand docs surrounding access control ### Other - #3897: @dependabot-preview[bot] chore(deps): bump github.com/golang/protobuf from 1.3.4 to 1.3.5 in /tests/apps/gogrpc - #3896: @dependabot-preview[bot] chore(deps): bump maven-dependency-plugin from 3.1.1 to 3.1.2 in /tests/apps/java - #3894: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.27.1 to 1.28.0 in /tests/apps/gogrpc - #3885: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 171 to 172 in /tests/apps/php - #3884: @dependabot-preview[bot] chore(deps): bump jetty-servlet from 9.4.26.v20200117 to 9.4.27.v20200227 in /tests/apps/java - #3877: @dependabot-preview[bot] chore(deps): bump github.com/golang/protobuf from 1.3.3 to 1.3.4 in /tests/apps/gogrpc - #3858: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 170 to 171 in /tests/apps/php - #3855: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 169 to 170 in /tests/apps/php - #3846: @dependabot-preview[bot] chore(deps): bump werkzeug from 0.16.1 to 1.0.0 in /tests/apps/python-flask - #3845: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.27.0 to 1.27.1 in /tests/apps/gogrpc - #3833: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.26.0 to 1.27.0 in /tests/apps/gogrpc - #3837: @dependabot-preview[bot] chore(deps): bump jinja2 from 2.10.3 to 2.11.1 in /tests/apps/python-flask - #3836: @dependabot-preview[bot] chore(deps): bump github.com/golang/protobuf from 1.3.2 to 1.3.3 in /tests/apps/gogrpc - #3829: @dependabot-preview[bot] chore(deps): bump werkzeug from 0.16.0 to 0.16.1 in /tests/apps/python-flask - #3830: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 166 to 169 in /tests/apps/php --- HISTORY.md | 73 ++++++++++++++++++++++ README.md | 4 +- contrib/dokku-installer.py | 2 +- debian/control | 2 +- docs/advanced-usage/plugin-management.md | 58 ++++++++--------- docs/assets/favicons/browserconfig.xml | 8 +-- docs/assets/favicons/manifest.json | 12 ++-- docs/assets/style.css | 4 +- docs/assets/versions.json | 3 +- docs/development/release-process.md | 2 +- docs/getting-started/install/docker.md | 4 +- 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/app-json/plugin.toml | 2 +- plugins/apps/plugin.toml | 2 +- plugins/builder-dockerfile/plugin.toml | 2 +- plugins/builder-herokuish/plugin.toml | 2 +- plugins/buildpacks/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/resource/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 +- plugins/trace/plugin.toml | 2 +- 44 files changed, 193 insertions(+), 119 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e6b535696..9c26d26a7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,78 @@ # History +## 0.20.0 + +Install/update via the bootstrap script: + +```shell +wget https://raw.githubusercontent.com/dokku/dokku/v0.20.0/bootstrap.sh +sudo DOKKU_TAG=v0.20.0 bash bootstrap.sh +``` + +### Bug Fixes + +- #3891: @josegonzalez Add missing cpio dependency +- #3861: @josegonzalez Fix app clone and rename calls +- #3682: @josegonzalez Force tty check to run with the default language +- #3853: @josegonzalez Add missing hooks to events plugin + +### New Features + +- #3899: @josegonzalez Drop unnecessary quotes on docker inspect calls +- #3895: @josegonzalez Expose network listeners to nginx templates for all process types +- #3893: @josegonzalez Rewrite apps plugin in golang +- #3889: @josegonzalez Update herokuish +- #3879: @josegonzalez Drop support for unsupported Debian and Ubuntu releases … +- #3880: @josegonzalez Remove unnecessary source/import statements +- #3871: @josegonzalez Rewrite proxy plugin in golang +- #3869: @josegonzalez Standardize plugin trigger calls +- #3870: @josegonzalez Use Println in favor of Fprintln for os.Stdout +- #3868: @josegonzalez Remove ps command +- #3866: @josegonzalez Unify nginx config commands +- #3865: @josegonzalez Cleanup injected docker labels +- #3860: @josegonzalez Remove deprecated egrep calls from codebase +- #3854: @josegonzalez Remove deprecated code +- #3852: @josegonzalez Standardize plugin code +- #3850: @josegonzalez DRY up reports in golang +- #3851: @josegonzalez Update herokuish to 0.5.6 +- #3847: @josegonzalez Custom docker networking +- #3848: @josegonzalez Minor logging changes +- #3843: @josegonzalez Enable HSTS by default +- #3844: @josegonzalez Add global fallback for DOKKU_PROXY_PORT and DOKKU_PROXY_SSL_PORT +- #3609: @jayjun Start long running containers with --init with tests +- #3842: @josegonzalez rework docker-args-process trigger arguments +- #3841: @josegonzalez Implement docker-options:clear + +### Documentation + +- #3901: @Cellane 📝 Update information about Dokku CLI installation +- #3892: @josegonzalez Move code of conduct to .github org repository +- #3888: @decentral1se Mark 9+ for Debian version +- #3874: @josegonzalez Push users to upgrade to recent versions +- #3864: @alex-galey Change docs copyright to 2020 +- #3863: @josegonzalez Update issue template to remove ambiguity around reporting +- #3849: @josegonzalez Reference correct property in network docs example +- #3840: @ollej Add link to fonts plugin +- #3838: @ltalirz Expand docs surrounding access control + +### Other + +- #3897: @dependabot-preview[bot] chore(deps): bump github.com/golang/protobuf from 1.3.4 to 1.3.5 in /tests/apps/gogrpc +- #3896: @dependabot-preview[bot] chore(deps): bump maven-dependency-plugin from 3.1.1 to 3.1.2 in /tests/apps/java +- #3894: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.27.1 to 1.28.0 in /tests/apps/gogrpc +- #3885: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 171 to 172 in /tests/apps/php +- #3884: @dependabot-preview[bot] chore(deps): bump jetty-servlet from 9.4.26.v20200117 to 9.4.27.v20200227 in /tests/apps/java +- #3877: @dependabot-preview[bot] chore(deps): bump github.com/golang/protobuf from 1.3.3 to 1.3.4 in /tests/apps/gogrpc +- #3858: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 170 to 171 in /tests/apps/php +- #3855: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 169 to 170 in /tests/apps/php +- #3846: @dependabot-preview[bot] chore(deps): bump werkzeug from 0.16.1 to 1.0.0 in /tests/apps/python-flask +- #3845: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.27.0 to 1.27.1 in /tests/apps/gogrpc +- #3833: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.26.0 to 1.27.0 in /tests/apps/gogrpc +- #3837: @dependabot-preview[bot] chore(deps): bump jinja2 from 2.10.3 to 2.11.1 in /tests/apps/python-flask +- #3836: @dependabot-preview[bot] chore(deps): bump github.com/golang/protobuf from 1.3.2 to 1.3.3 in /tests/apps/gogrpc +- #3829: @dependabot-preview[bot] chore(deps): bump werkzeug from 0.16.0 to 0.16.1 in /tests/apps/python-flask +- #3830: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 166 to 169 in /tests/apps/php + ## 0.19.13 Install/update via the bootstrap script: diff --git a/README.md b/README.md index fed1fbf2c..29f0afc80 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ Otherwise, you will need to import the keypair manually after installation using 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.19.13/bootstrap.sh -sudo DOKKU_TAG=v0.19.13 bash bootstrap.sh +wget https://raw.githubusercontent.com/dokku/dokku/v0.20.0/bootstrap.sh +sudo DOKKU_TAG=v0.20.0 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 aebaecd35..1574fb124 100755 --- a/contrib/dokku-installer.py +++ b/contrib/dokku-installer.py @@ -14,7 +14,7 @@ import subprocess import sys import threading -VERSION = 'v0.19.13' +VERSION = 'v0.20.0' def bytes_to_string(b): if type(b) == bytes: diff --git a/debian/control b/debian/control index df9849721..b9b1492df 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: dokku -Version: 0.19.13 +Version: 0.20.0 Section: web Priority: optional Architecture: amd64 diff --git a/docs/advanced-usage/plugin-management.md b/docs/advanced-usage/plugin-management.md index e8483b983..9bccdd0bb 100644 --- a/docs/advanced-usage/plugin-management.md +++ b/docs/advanced-usage/plugin-management.md @@ -32,35 +32,35 @@ dokku plugin:list ``` plugn: dev - 00_dokku-standard 0.19.13 enabled dokku core standard plugin - 20_events 0.19.13 enabled dokku core events logging plugin - app-json 0.19.13 enabled dokku core app-json plugin - apps 0.19.13 enabled dokku core apps plugin - build-env 0.19.13 enabled dokku core build-env plugin - buildpacks 0.19.13 enabled dokku core buildpacks plugin - certs 0.19.13 enabled dokku core certificate management plugin - checks 0.19.13 enabled dokku core checks plugin - common 0.19.13 enabled dokku core common plugin - config 0.19.13 enabled dokku core config plugin - docker-options 0.19.13 enabled dokku core docker-options plugin - domains 0.19.13 enabled dokku core domains plugin - enter 0.19.13 enabled dokku core enter plugin - git 0.19.13 enabled dokku core git plugin - logs 0.19.13 enabled dokku core logs plugin - network 0.19.13 enabled dokku core network plugin - nginx-vhosts 0.19.13 enabled dokku core nginx-vhosts plugin - plugin 0.19.13 enabled dokku core plugin plugin - proxy 0.19.13 enabled dokku core proxy plugin - ps 0.19.13 enabled dokku core ps plugin - repo 0.19.13 enabled dokku core repo plugin - resource 0.19.13 enabled dokku core resource plugin - scheduler-docker-local 0.19.13 enabled dokku core scheduler-docker-local plugin - shell 0.19.13 enabled dokku core shell plugin - ssh-keys 0.19.13 enabled dokku core ssh-keys plugin - storage 0.19.13 enabled dokku core storage plugin - tags 0.19.13 enabled dokku core tags plugin - tar 0.19.13 enabled dokku core tar plugin - trace 0.19.13 enabled dokku core trace plugin + 00_dokku-standard 0.20.0 enabled dokku core standard plugin + 20_events 0.20.0 enabled dokku core events logging plugin + app-json 0.20.0 enabled dokku core app-json plugin + apps 0.20.0 enabled dokku core apps plugin + build-env 0.20.0 enabled dokku core build-env plugin + buildpacks 0.20.0 enabled dokku core buildpacks plugin + certs 0.20.0 enabled dokku core certificate management plugin + checks 0.20.0 enabled dokku core checks plugin + common 0.20.0 enabled dokku core common plugin + config 0.20.0 enabled dokku core config plugin + docker-options 0.20.0 enabled dokku core docker-options plugin + domains 0.20.0 enabled dokku core domains plugin + enter 0.20.0 enabled dokku core enter plugin + git 0.20.0 enabled dokku core git plugin + logs 0.20.0 enabled dokku core logs plugin + network 0.20.0 enabled dokku core network plugin + nginx-vhosts 0.20.0 enabled dokku core nginx-vhosts plugin + plugin 0.20.0 enabled dokku core plugin plugin + proxy 0.20.0 enabled dokku core proxy plugin + ps 0.20.0 enabled dokku core ps plugin + repo 0.20.0 enabled dokku core repo plugin + resource 0.20.0 enabled dokku core resource plugin + scheduler-docker-local 0.20.0 enabled dokku core scheduler-docker-local plugin + shell 0.20.0 enabled dokku core shell plugin + ssh-keys 0.20.0 enabled dokku core ssh-keys plugin + storage 0.20.0 enabled dokku core storage plugin + tags 0.20.0 enabled dokku core tags plugin + tar 0.20.0 enabled dokku core tar plugin + trace 0.20.0 enabled dokku core trace 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 3e2538204..1abe76f82 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 126b347ec..3e1781500 100644 --- a/docs/assets/favicons/manifest.json +++ b/docs/assets/favicons/manifest.json @@ -2,37 +2,37 @@ "name": "Dokku", "icons": [ { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.13\/docs\/assets\/favicons\/android-chrome-36x36.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.20.0\/docs\/assets\/favicons\/android-chrome-36x36.png", "sizes": "36x36", "type": "image\/png", "density": "0.75" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.13\/docs\/assets\/favicons\/android-chrome-48x48.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.20.0\/docs\/assets\/favicons\/android-chrome-48x48.png", "sizes": "48x48", "type": "image\/png", "density": "1.0" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.13\/docs\/assets\/favicons\/android-chrome-72x72.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.20.0\/docs\/assets\/favicons\/android-chrome-72x72.png", "sizes": "72x72", "type": "image\/png", "density": "1.5" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.13\/docs\/assets\/favicons\/android-chrome-96x96.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.20.0\/docs\/assets\/favicons\/android-chrome-96x96.png", "sizes": "96x96", "type": "image\/png", "density": "2.0" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.13\/docs\/assets\/favicons\/android-chrome-144x144.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.20.0\/docs\/assets\/favicons\/android-chrome-144x144.png", "sizes": "144x144", "type": "image\/png", "density": "3.0" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.13\/docs\/assets\/favicons\/android-chrome-192x192.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.20.0\/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 01969dddf..2270e2934 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.jsdelivr.net/gh/dokku/dokku@v0.19.13/docs/assets/dokku.png); + background-image: url(https://cdn.jsdelivr.net/gh/dokku/dokku@v0.20.0/docs/assets/dokku.png); text-indent: 40px; } .blurb { color: #424242; background-color: #ededed; - background-image: url(https://cdn.jsdelivr.net/gh/dokku/dokku@v0.19.13/docs/assets/gplaypattern.png); + background-image: url(https://cdn.jsdelivr.net/gh/dokku/dokku@v0.20.0/docs/assets/gplaypattern.png); padding: 45px 0; text-align: center; } diff --git a/docs/assets/versions.json b/docs/assets/versions.json index bad3dae2e..54f384331 100644 --- a/docs/assets/versions.json +++ b/docs/assets/versions.json @@ -16,6 +16,7 @@ "0.16.4", "0.17.9", "0.18.5", - "0.19.13" + "0.19.13", + "0.20.0" ] } diff --git a/docs/development/release-process.md b/docs/development/release-process.md index 2be9ca954..458646245 100644 --- a/docs/development/release-process.md +++ b/docs/development/release-process.md @@ -29,7 +29,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.19.13-2 (Mon Feb 22 23:20:37 CET 2016)" +# wait for "==> build-arch: ==> Finished making: dokku 0.20.0-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/install/docker.md b/docs/getting-started/install/docker.md index 0c29eeb2f..13e1b8f65 100644 --- a/docs/getting-started/install/docker.md +++ b/docs/getting-started/install/docker.md @@ -3,7 +3,7 @@ Pull the dokku/dokku image: ```shell -docker pull dokku/dokku:0.19.13 +docker pull dokku/dokku:0.20.0 ``` Next, run the image. @@ -17,7 +17,7 @@ docker run \ --publish 8443:443 \ --volume /var/lib/dokku:/mnt/dokku \ --volume /var/run/docker.sock:/var/run/docker.sock \ - dokku/dokku:0.19.13 + dokku/dokku:0.20.0 ``` Dokku is run with the following options: diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 5c41d4fa8..774a1069c 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.19.13/bootstrap.sh; -sudo DOKKU_TAG=v0.19.13 bash bootstrap.sh +wget https://raw.githubusercontent.com/dokku/dokku/v0.20.0/bootstrap.sh; +sudo DOKKU_TAG=v0.20.0 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 3a90b1253..66ac2bbb3 100644 --- a/docs/home.html +++ b/docs/home.html @@ -10,30 +10,30 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - +