Release 0.19.12

# History

## 0.19.12

Install/update via the bootstrap script:

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

### New Features

- #3819: @josegonzalez Allow binding nginx to specific IPv4/IPv6 interfaces
- #3818: @josegonzalez Add support for host-mode networking

### Documentation

- #3814: @treyssatvincent Use dokku:report to for listing domains
- #3809: @josegonzalez Document nginx:show-conf
- #3650: @vincelwt Clarify resource management for docker-local scheduler
- #3806: @kimar Make default vhost example listen to ipv6

### Other

- #3816: @dependabot-preview[bot] chore(deps): bump handlebars from 4.6.0 to 4.7.1 in /tests/apps/.websocket.disabled
- #3815: @dependabot-preview[bot] chore(deps): bump handlebars from 4.5.3 to 4.6.0 in /tests/apps/.websocket.disabled
- #3811: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 165 to 166 in /tests/apps/php
- #3812: @dependabot-preview[bot] chore(deps): bump jetty-servlet from 9.4.24.v20191120 to 9.4.25.v20191220 in /tests/apps/java
- #3810: @dependabot-preview[bot] chore(deps): bump monolog/monolog from 1.25.2 to 1.25.3 in /tests/apps/php
- #3808: @dependabot-preview[bot] chore(deps): [security] bump rack from 1.6.11 to 1.6.12 in /tests/apps/ruby
- #3807: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.25.1 to 1.26.0 in /tests/apps/gogrpc
- #3804: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 164 to 165 in /tests/apps/php
This commit is contained in:
Jose Diaz-Gonzalez
2020-01-15 19:18:00 -05:00
parent 566cd25336
commit b7c2e4c1d6
44 changed files with 151 additions and 119 deletions

View File

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