diff --git a/HISTORY.md b/HISTORY.md index 07c49ef28..6d4600606 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,98 @@ # History +## 0.21.0 + +Install/update via the bootstrap script: + +```shell +wget https://raw.githubusercontent.com/dokku/dokku/v0.21.0/bootstrap.sh +sudo DOKKU_TAG=v0.21.0 bash bootstrap.sh +``` + +### Bug Fixes + +- #4058: @hugopeixoto Ensure web installer creates files with correct permissions +- #4055: @hugopeixoto Delete dokkurc recursively during uninstall +- #4057: @hugopeixoto Install sudo when installing from source +- #4045: @josegonzalez Filter gpus instead of nvidia-gpus from resource arguments +- #4029: @josegonzalez Filter args _after_ docker-args-process-deploy +- #4026: @josegonzalez Filter resource args from deploy tasks +- #4022: @josegonzalez Do not allow slashes in app names +- #4020: @josegonzalez Properly handle multiple containers in ps:inspect +- #3989: @josegonzalez Correct entering running containers +- #3977: @josegonzalez Set default port for all run commands +- #3969: @josegonzalez Do not logrotate all services files +- #3964: @josegonzalez Remove all --force-yes usage throughout the codebase +- #3955: @benwh Fix missing 502 error page +- #3953: @josegonzalez Use correct function name for cmd-tar-in and update migration guide + +### New Features + +- #4041: @rvanlaar feat: Add download option to the certs plugin +- #4043: @josegonzalez Allow controlling nginx proxy-read-timeout +- #4038: @josegonzalez Create proxy:build-config command +- #4021: @josegonzalez Depend on python3 binary for CentOS 8 support +- #4004: @josegonzalez Add support for moby-engine +- #3967: @josegonzalez Add Ubuntu 20.04 support +- #3988: @josegonzalez Upgrade plugn to 0.5.0 +- #3987: @josegonzalez Upgrade sigil to 0.6.0 +- #3986: @josegonzalez Upgrade sshcommand to 0.11.0 +- #3985: @josegonzalez Upgrade go-procfile-util to 0.8.2 +- #3982: @josegonzalez Allow apps named tls +- #3979: @josegonzalez Upgrade herokuish +- #3971: @josegonzalez feat: allow users to customize the source of the dokku.conf nginx template +- #3966: @josegonzalez Move domain manipulation into triggers +- #3965: @josegonzalez Drop dokku references in logging output +- #3954: @josegonzalez feat: upgrade herokuish to 0.5.12 +- #3940: @josegonzalez Expose last updated time in git:report +- #3939: @josegonzalez Add support for outputting the last visited time + +### Refactors + +- #4035: @josegonzalez Switch to go mod +- #4008: @josegonzalez Standardize golang command code + +### Documentation + +- #4056: @swrobel Remove invalid help entry for dokku ps commmand +- #4039: @josegonzalez Break out bc-break and refactors in changelog +- #4025: @alexjj Switch AUR helper to yay +- #4019: @tdak Added one possible solution to an error +- #4014: @rvanlaar Update dreamhost cloudinit script +- #4003: @josegonzalez Add dokku.ai asset +- #3999: @DavidLemayian Update URL for less than 1gb memory in bootstrap.sh [ci skip] +- #3998: @josegonzalez Document the #dokku channel on slack +- #3996: @josegonzalez Clarify network aliases and add section on tld management +- #3980: @josegonzalez Clarify that the web installer is not supported in docker-based installs +- #3970: @josegonzalez Clarify the 'see the docs' internal links +- #3968: @josegonzalez Document access.conf issue +- #3957: @swrobel Add official registry plugin +- #3942: @scowalt Fix grammar in environment variables documentation + +### Tests + +- #4046: @rvanlaar Make `make test` pass on linting +- #4037: @josegonzalez Try to output oomkill information +- #4036: @josegonzalez Store the deb and rpm artifacts +- #4034: @josegonzalez Teardown apps and containers in global teardown +- #4031: @josegonzalez Delete old apps and ensure the test helper is quieter +- #4030: @josegonzalez Update circleci workflow +- #3947: @jayjun Scope init tests to container processes only + +### Other + +- #4051: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 177 to 178 in /tests/apps/php +- #4028: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 176 to 177 in /tests/apps/php +- #4016: @dependabot-preview[bot] chore(deps): bump jetty-servlet from 9.4.29.v20200521 to 9.4.30.v20200611 in /tests/apps/java +- #4006: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 174 to 176 in /tests/apps/php +- #4001: @dependabot-preview[bot] chore(deps): bump jetty-servlet from 9.4.28.v20200408 to 9.4.29.v20200521 in /tests/apps/java +- #4002: @dependabot-preview[bot] chore(deps): bump monolog/monolog from 1.25.3 to 1.25.4 in /tests/apps/php +- #3993: @dependabot-preview[bot] chore(deps): bump github.com/golang/protobuf from 1.4.1 to 1.4.2 in /tests/apps/gogrpc +- #3962: @dependabot-preview[bot] chore(deps): bump github.com/golang/protobuf from 1.4.0 to 1.4.1 in /tests/apps/gogrpc +- #3959: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 173 to 174 in /tests/apps/php +- #3950: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.29.0 to 1.29.1 in /tests/apps/gogrpc +- #3946: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.28.1 to 1.29.0 in /tests/apps/gogrpc + ## 0.20.4 Install/update via the bootstrap script: diff --git a/README.md b/README.md index 060940ea3..dc0b317ef 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.20.4/bootstrap.sh -sudo DOKKU_TAG=v0.20.4 bash bootstrap.sh +wget https://raw.githubusercontent.com/dokku/dokku/v0.21.0/bootstrap.sh +sudo DOKKU_TAG=v0.21.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 b09e961d5..0266cb7b7 100755 --- a/contrib/dokku-installer.py +++ b/contrib/dokku-installer.py @@ -15,7 +15,7 @@ import subprocess import sys import threading -VERSION = 'v0.20.4' +VERSION = 'v0.21.0' def bytes_to_string(b): if type(b) == bytes: diff --git a/debian/control b/debian/control index 56c27a72c..0bbeb83b0 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: dokku -Version: 0.20.4 +Version: 0.21.0 Section: web Priority: optional Architecture: amd64 diff --git a/docs/advanced-usage/plugin-management.md b/docs/advanced-usage/plugin-management.md index 1d033276d..8fbd261b2 100644 --- a/docs/advanced-usage/plugin-management.md +++ b/docs/advanced-usage/plugin-management.md @@ -33,35 +33,35 @@ dokku plugin:list ``` plugn: dev - 00_dokku-standard 0.20.4 enabled dokku core standard plugin - 20_events 0.20.4 enabled dokku core events logging plugin - app-json 0.20.4 enabled dokku core app-json plugin - apps 0.20.4 enabled dokku core apps plugin - build-env 0.20.4 enabled dokku core build-env plugin - buildpacks 0.20.4 enabled dokku core buildpacks plugin - certs 0.20.4 enabled dokku core certificate management plugin - checks 0.20.4 enabled dokku core checks plugin - common 0.20.4 enabled dokku core common plugin - config 0.20.4 enabled dokku core config plugin - docker-options 0.20.4 enabled dokku core docker-options plugin - domains 0.20.4 enabled dokku core domains plugin - enter 0.20.4 enabled dokku core enter plugin - git 0.20.4 enabled dokku core git plugin - logs 0.20.4 enabled dokku core logs plugin - network 0.20.4 enabled dokku core network plugin - nginx-vhosts 0.20.4 enabled dokku core nginx-vhosts plugin - plugin 0.20.4 enabled dokku core plugin plugin - proxy 0.20.4 enabled dokku core proxy plugin - ps 0.20.4 enabled dokku core ps plugin - repo 0.20.4 enabled dokku core repo plugin - resource 0.20.4 enabled dokku core resource plugin - scheduler-docker-local 0.20.4 enabled dokku core scheduler-docker-local plugin - shell 0.20.4 enabled dokku core shell plugin - ssh-keys 0.20.4 enabled dokku core ssh-keys plugin - storage 0.20.4 enabled dokku core storage plugin - tags 0.20.4 enabled dokku core tags plugin - tar 0.20.4 enabled dokku core tar plugin - trace 0.20.4 enabled dokku core trace plugin + 00_dokku-standard 0.21.0 enabled dokku core standard plugin + 20_events 0.21.0 enabled dokku core events logging plugin + app-json 0.21.0 enabled dokku core app-json plugin + apps 0.21.0 enabled dokku core apps plugin + build-env 0.21.0 enabled dokku core build-env plugin + buildpacks 0.21.0 enabled dokku core buildpacks plugin + certs 0.21.0 enabled dokku core certificate management plugin + checks 0.21.0 enabled dokku core checks plugin + common 0.21.0 enabled dokku core common plugin + config 0.21.0 enabled dokku core config plugin + docker-options 0.21.0 enabled dokku core docker-options plugin + domains 0.21.0 enabled dokku core domains plugin + enter 0.21.0 enabled dokku core enter plugin + git 0.21.0 enabled dokku core git plugin + logs 0.21.0 enabled dokku core logs plugin + network 0.21.0 enabled dokku core network plugin + nginx-vhosts 0.21.0 enabled dokku core nginx-vhosts plugin + plugin 0.21.0 enabled dokku core plugin plugin + proxy 0.21.0 enabled dokku core proxy plugin + ps 0.21.0 enabled dokku core ps plugin + repo 0.21.0 enabled dokku core repo plugin + resource 0.21.0 enabled dokku core resource plugin + scheduler-docker-local 0.21.0 enabled dokku core scheduler-docker-local plugin + shell 0.21.0 enabled dokku core shell plugin + ssh-keys 0.21.0 enabled dokku core ssh-keys plugin + storage 0.21.0 enabled dokku core storage plugin + tags 0.21.0 enabled dokku core tags plugin + tar 0.21.0 enabled dokku core tar plugin + trace 0.21.0 enabled dokku core trace plugin ``` You can check if a plugin has been installed via the `plugin:installed` command: diff --git a/docs/assets/favicons/browserconfig.xml b/docs/assets/favicons/browserconfig.xml index 39e71a69a..3cd40f933 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 bdc9b95f3..f077bd641 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.20.4\/docs\/assets\/favicons\/android-chrome-36x36.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.21.0\/docs\/assets\/favicons\/android-chrome-36x36.png", "sizes": "36x36", "type": "image\/png", "density": "0.75" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.20.4\/docs\/assets\/favicons\/android-chrome-48x48.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.21.0\/docs\/assets\/favicons\/android-chrome-48x48.png", "sizes": "48x48", "type": "image\/png", "density": "1.0" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.20.4\/docs\/assets\/favicons\/android-chrome-72x72.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.21.0\/docs\/assets\/favicons\/android-chrome-72x72.png", "sizes": "72x72", "type": "image\/png", "density": "1.5" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.20.4\/docs\/assets\/favicons\/android-chrome-96x96.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.21.0\/docs\/assets\/favicons\/android-chrome-96x96.png", "sizes": "96x96", "type": "image\/png", "density": "2.0" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.20.4\/docs\/assets\/favicons\/android-chrome-144x144.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.21.0\/docs\/assets\/favicons\/android-chrome-144x144.png", "sizes": "144x144", "type": "image\/png", "density": "3.0" }, { - "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.20.4\/docs\/assets\/favicons\/android-chrome-192x192.png", + "src": "https:\/\/cdn.jsdelivr.net\/dokku\/dokku@v0.21.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 07d507e5f..e2f792932 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.20.4/docs/assets/dokku.png); + background-image: url(https://cdn.jsdelivr.net/gh/dokku/dokku@v0.21.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.20.4/docs/assets/gplaypattern.png); + background-image: url(https://cdn.jsdelivr.net/gh/dokku/dokku@v0.21.0/docs/assets/gplaypattern.png); padding: 45px 0; text-align: center; } diff --git a/docs/assets/versions.json b/docs/assets/versions.json index 30ae57c32..ccd890302 100644 --- a/docs/assets/versions.json +++ b/docs/assets/versions.json @@ -17,6 +17,7 @@ "0.17.9", "0.18.5", "0.19.13", - "0.20.4" + "0.20.4", + "0.21.0" ] } diff --git a/docs/development/release-process.md b/docs/development/release-process.md index 6c8813a4e..58d756410 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.20.4-2 (Mon Feb 22 23:20:37 CET 2016)" +# wait for "==> build-arch: ==> Finished making: dokku 0.21.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 808bb9fdd..8f76900e8 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.20.4 +docker pull dokku/dokku:0.21.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.20.4 + dokku/dokku:0.21.0 ``` Dokku is run in the following configuration: diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 83a70b06e..8ef82dd4d 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.20.4/bootstrap.sh; -sudo DOKKU_TAG=v0.20.4 bash bootstrap.sh +wget https://raw.githubusercontent.com/dokku/dokku/v0.21.0/bootstrap.sh; +sudo DOKKU_TAG=v0.21.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 ba0d9e565..848b78dde 100644 --- a/docs/home.html +++ b/docs/home.html @@ -10,30 +10,30 @@ Dokku - The smallest PaaS implementation you've ever seen - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - +