diff --git a/HISTORY.md b/HISTORY.md index 62a0e240c..5667c6d26 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,42 @@ # History +## 0.19.3 + +Install/update via the bootstrap script: + +```shell +wget https://raw.githubusercontent.com/dokku/dokku/v0.19.3/bootstrap.sh +sudo DOKKU_TAG=v0.19.3 bash bootstrap.sh +``` + +### Bug Fixes + +- #3753: @josegonzalez Always use python3 for the installer + +### Other + +- #3743: @dependabot-preview[bot] chore(deps): [security] bump express from 3.1.2 to 4.17.1 in /tests/apps/.websocket.disabled +- #3744: @dependabot-preview[bot] chore(deps): [security] bump handlebars from 1.0.12 to 4.4.5 in /tests/apps/.websocket.disabled +- #3750: @dependabot-preview[bot] chore(deps): [security] bump express from 2.5.11 to 4.17.1 in /tests/apps/dockerfile-procfile-bad +- #3745: @dependabot-preview[bot] chore(deps): [security] bump express from 3.3.8 to 4.17.1 in /tests/apps/gitsubmodules +- #3742: @dependabot-preview[bot] chore(deps): [security] bump express from 2.5.11 to 4.17.1 in /tests/apps/nodejs-express-noprocfile +- #3729: @dependabot-preview[bot] chore(deps): bump monolog/monolog from 1.12.0 to 1.25.1 in /tests/apps/php +- #3732: @dependabot-preview[bot] chore(deps): bump silex/silex from 1.2.3 to 2.2.4 in /tests/apps/php +- #3728: @dependabot-preview[bot] chore(deps): bump jetty-servlet from 7.6.0.v20120127 to 9.4.21.v20190926 in /tests/apps/java +- #3730: @dependabot-preview[bot] chore(deps): bump werkzeug from 0.15.6 to 0.16.0 in /tests/apps/python-flask +- #3737: @dependabot-preview[bot] chore(deps): bump express3-handlebars from 0.2.3 to 0.5.2 in /tests/apps/.websocket.disabled +- #3734: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 59 to 163 in /tests/apps/php +- #3735: @dependabot-preview[bot] chore(deps): [security] bump symfony/http-kernel from 2.6.4 to 2.8.51 in /tests/apps/php +- #3723: @dependabot-preview[bot] chore(deps): bump sass-globbing from 1.1.1 to 1.1.5 in /tests/apps/multi +- #3731: @dependabot-preview[bot] chore(deps): bump jinja2 from 2.10.1 to 2.10.3 in /tests/apps/python-flask +- #3736: @dependabot-preview[bot] chore(deps): bump socket.io from 0.9.19 to 2.3.0 in /tests/apps/.websocket.disabled +- #3726: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.23.0 to 1.24.0 in /tests/apps/gogrpc +- #3727: @dependabot-preview[bot] chore(deps): bump maven-dependency-plugin from 2.4 to 3.1.1 in /tests/apps/java +- #3733: @dependabot-preview[bot] chore(deps): [security] bump symfony/http-foundation from 2.6.4 to 2.8.50 in /tests/apps/php +- #3720: @dependabot-preview[bot] chore(deps): bump compass from 1.0.1 to 1.0.3 in /tests/apps/multi +- #3721: @dependabot-preview[bot] chore(deps): bump sinatra from 1.4.4 to 1.4.8 in /tests/apps/ruby +- #3719: @dependabot-preview[bot] chore(deps): bump thin from 1.6.1 to 1.7.2 in /tests/apps/ruby + ## 0.19.2 Install/update via the bootstrap script: diff --git a/README.md b/README.md index e48e0ca7e..f3a245c63 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,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.19.2/bootstrap.sh -sudo DOKKU_TAG=v0.19.2 bash bootstrap.sh +wget https://raw.githubusercontent.com/dokku/dokku/v0.19.3/bootstrap.sh +sudo DOKKU_TAG=v0.19.3 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 b99fa2777..c749d9d14 100755 --- a/contrib/dokku-installer.py +++ b/contrib/dokku-installer.py @@ -14,7 +14,7 @@ import subprocess import sys import threading -VERSION = 'v0.19.2' +VERSION = 'v0.19.3' def bytes_to_string(b): if type(b) == bytes: diff --git a/debian/control b/debian/control index ff9e0bc0c..9649fe5f9 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: dokku -Version: 0.19.2 +Version: 0.19.3 Section: web Priority: optional Architecture: amd64 diff --git a/docs/advanced-usage/plugin-management.md b/docs/advanced-usage/plugin-management.md index adc76956b..e26ca40c9 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.2 enabled dokku core standard plugin - 20_events 0.19.2 enabled dokku core events logging plugin - app-json 0.19.2 enabled dokku core app-json plugin - apps 0.19.2 enabled dokku core apps plugin - build-env 0.19.2 enabled dokku core build-env plugin - buildpacks 0.19.2 enabled dokku core buildpacks plugin - certs 0.19.2 enabled dokku core certificate management plugin - checks 0.19.2 enabled dokku core checks plugin - common 0.19.2 enabled dokku core common plugin - config 0.19.2 enabled dokku core config plugin - docker-options 0.19.2 enabled dokku core docker-options plugin - domains 0.19.2 enabled dokku core domains plugin - enter 0.19.2 enabled dokku core enter plugin - git 0.19.2 enabled dokku core git plugin - logs 0.19.2 enabled dokku core logs plugin - network 0.19.2 enabled dokku core network plugin - nginx-vhosts 0.19.2 enabled dokku core nginx-vhosts plugin - plugin 0.19.2 enabled dokku core plugin plugin - proxy 0.19.2 enabled dokku core proxy plugin - ps 0.19.2 enabled dokku core ps plugin - repo 0.19.2 enabled dokku core repo plugin - resource 0.19.2 enabled dokku core resource plugin - scheduler-docker-local 0.19.2 enabled dokku core scheduler-docker-local plugin - shell 0.19.2 enabled dokku core shell plugin - ssh-keys 0.19.2 enabled dokku core ssh-keys plugin - storage 0.19.2 enabled dokku core storage plugin - tags 0.19.2 enabled dokku core tags plugin - tar 0.19.2 enabled dokku core tar plugin - trace 0.19.2 enabled dokku core trace plugin + 00_dokku-standard 0.19.3 enabled dokku core standard plugin + 20_events 0.19.3 enabled dokku core events logging plugin + app-json 0.19.3 enabled dokku core app-json plugin + apps 0.19.3 enabled dokku core apps plugin + build-env 0.19.3 enabled dokku core build-env plugin + buildpacks 0.19.3 enabled dokku core buildpacks plugin + certs 0.19.3 enabled dokku core certificate management plugin + checks 0.19.3 enabled dokku core checks plugin + common 0.19.3 enabled dokku core common plugin + config 0.19.3 enabled dokku core config plugin + docker-options 0.19.3 enabled dokku core docker-options plugin + domains 0.19.3 enabled dokku core domains plugin + enter 0.19.3 enabled dokku core enter plugin + git 0.19.3 enabled dokku core git plugin + logs 0.19.3 enabled dokku core logs plugin + network 0.19.3 enabled dokku core network plugin + nginx-vhosts 0.19.3 enabled dokku core nginx-vhosts plugin + plugin 0.19.3 enabled dokku core plugin plugin + proxy 0.19.3 enabled dokku core proxy plugin + ps 0.19.3 enabled dokku core ps plugin + repo 0.19.3 enabled dokku core repo plugin + resource 0.19.3 enabled dokku core resource plugin + scheduler-docker-local 0.19.3 enabled dokku core scheduler-docker-local plugin + shell 0.19.3 enabled dokku core shell plugin + ssh-keys 0.19.3 enabled dokku core ssh-keys plugin + storage 0.19.3 enabled dokku core storage plugin + tags 0.19.3 enabled dokku core tags plugin + tar 0.19.3 enabled dokku core tar plugin + trace 0.19.3 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 7857aac97..2eafe8822 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 ee1fdd725..0a4c1db87 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.2\/docs\/assets\/favicons\/android-chrome-36x36.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.3\/docs\/assets\/favicons\/android-chrome-36x36.png", "sizes": "36x36", "type": "image\/png", "density": "0.75" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.2\/docs\/assets\/favicons\/android-chrome-48x48.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.3\/docs\/assets\/favicons\/android-chrome-48x48.png", "sizes": "48x48", "type": "image\/png", "density": "1.0" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.2\/docs\/assets\/favicons\/android-chrome-72x72.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.3\/docs\/assets\/favicons\/android-chrome-72x72.png", "sizes": "72x72", "type": "image\/png", "density": "1.5" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.2\/docs\/assets\/favicons\/android-chrome-96x96.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.3\/docs\/assets\/favicons\/android-chrome-96x96.png", "sizes": "96x96", "type": "image\/png", "density": "2.0" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.2\/docs\/assets\/favicons\/android-chrome-144x144.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.3\/docs\/assets\/favicons\/android-chrome-144x144.png", "sizes": "144x144", "type": "image\/png", "density": "3.0" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.2\/docs\/assets\/favicons\/android-chrome-192x192.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.19.3\/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 719edec91..d0c8d5e15 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.2/docs/assets/dokku.png); + background-image: url(https://cdn.jsdelivr.net/gh/dokku/dokku@v0.19.3/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.2/docs/assets/gplaypattern.png); + background-image: url(https://cdn.jsdelivr.net/gh/dokku/dokku@v0.19.3/docs/assets/gplaypattern.png); padding: 45px 0; text-align: center; } diff --git a/docs/assets/versions.json b/docs/assets/versions.json index 750f9a96c..75bd9958f 100644 --- a/docs/assets/versions.json +++ b/docs/assets/versions.json @@ -16,6 +16,6 @@ "0.16.4", "0.17.9", "0.18.5", - "0.19.2" + "0.19.3" ] } diff --git a/docs/development/release-process.md b/docs/development/release-process.md index 819bd1f97..5a505116a 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.2-2 (Mon Feb 22 23:20:37 CET 2016)" +# wait for "==> build-arch: ==> Finished making: dokku 0.19.3-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 9dadb9e22..baa0fe95a 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.2 +docker pull dokku/dokku:0.19.3 ``` 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.2 + dokku/dokku:0.19.3 ``` Dokku is run with the following options: diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index bd77ab440..584feefe9 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.2/bootstrap.sh; -sudo DOKKU_TAG=v0.19.2 bash bootstrap.sh +wget https://raw.githubusercontent.com/dokku/dokku/v0.19.3/bootstrap.sh; +sudo DOKKU_TAG=v0.19.3 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 ba976f993..39ccfbeff 100644 --- a/docs/home.html +++ b/docs/home.html @@ -10,30 +10,30 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - +