Release 0.19.11

# History

## 0.19.11

Install/update via the bootstrap script:

```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.19.11/bootstrap.sh
sudo DOKKU_TAG=v0.19.11 bash bootstrap.sh
```

### Bug Fixes

- #3800: @josegonzalez Properly track failed check count

### New Features

- #3801: @josegonzalez Update herokuish

### Documentation

- #3798: @znz Fix function descriptions in property-functions file
This commit is contained in:
Jose Diaz-Gonzalez
2019-12-09 18:23:03 -05:00
parent be886ef1f6
commit 08a104b997
44 changed files with 140 additions and 119 deletions

View File

@@ -32,35 +32,35 @@ dokku plugin:list
```
plugn: dev
00_dokku-standard 0.19.10 enabled dokku core standard plugin
20_events 0.19.10 enabled dokku core events logging plugin
app-json 0.19.10 enabled dokku core app-json plugin
apps 0.19.10 enabled dokku core apps plugin
build-env 0.19.10 enabled dokku core build-env plugin
buildpacks 0.19.10 enabled dokku core buildpacks plugin
certs 0.19.10 enabled dokku core certificate management plugin
checks 0.19.10 enabled dokku core checks plugin
common 0.19.10 enabled dokku core common plugin
config 0.19.10 enabled dokku core config plugin
docker-options 0.19.10 enabled dokku core docker-options plugin
domains 0.19.10 enabled dokku core domains plugin
enter 0.19.10 enabled dokku core enter plugin
git 0.19.10 enabled dokku core git plugin
logs 0.19.10 enabled dokku core logs plugin
network 0.19.10 enabled dokku core network plugin
nginx-vhosts 0.19.10 enabled dokku core nginx-vhosts plugin
plugin 0.19.10 enabled dokku core plugin plugin
proxy 0.19.10 enabled dokku core proxy plugin
ps 0.19.10 enabled dokku core ps plugin
repo 0.19.10 enabled dokku core repo plugin
resource 0.19.10 enabled dokku core resource plugin
scheduler-docker-local 0.19.10 enabled dokku core scheduler-docker-local plugin
shell 0.19.10 enabled dokku core shell plugin
ssh-keys 0.19.10 enabled dokku core ssh-keys plugin
storage 0.19.10 enabled dokku core storage plugin
tags 0.19.10 enabled dokku core tags plugin
tar 0.19.10 enabled dokku core tar plugin
trace 0.19.10 enabled dokku core trace plugin
00_dokku-standard 0.19.11 enabled dokku core standard plugin
20_events 0.19.11 enabled dokku core events logging plugin
app-json 0.19.11 enabled dokku core app-json plugin
apps 0.19.11 enabled dokku core apps plugin
build-env 0.19.11 enabled dokku core build-env plugin
buildpacks 0.19.11 enabled dokku core buildpacks plugin
certs 0.19.11 enabled dokku core certificate management plugin
checks 0.19.11 enabled dokku core checks plugin
common 0.19.11 enabled dokku core common plugin
config 0.19.11 enabled dokku core config plugin
docker-options 0.19.11 enabled dokku core docker-options plugin
domains 0.19.11 enabled dokku core domains plugin
enter 0.19.11 enabled dokku core enter plugin
git 0.19.11 enabled dokku core git plugin
logs 0.19.11 enabled dokku core logs plugin
network 0.19.11 enabled dokku core network plugin
nginx-vhosts 0.19.11 enabled dokku core nginx-vhosts plugin
plugin 0.19.11 enabled dokku core plugin plugin
proxy 0.19.11 enabled dokku core proxy plugin
ps 0.19.11 enabled dokku core ps plugin
repo 0.19.11 enabled dokku core repo plugin
resource 0.19.11 enabled dokku core resource plugin
scheduler-docker-local 0.19.11 enabled dokku core scheduler-docker-local plugin
shell 0.19.11 enabled dokku core shell plugin
ssh-keys 0.19.11 enabled dokku core ssh-keys plugin
storage 0.19.11 enabled dokku core storage plugin
tags 0.19.11 enabled dokku core tags plugin
tar 0.19.11 enabled dokku core tar plugin
trace 0.19.11 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.