Release 0.22.8

# History

## 0.22.8

Install/update via the bootstrap script:

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

### Bug Fixes

- #4309: @josegonzalez Correct issue where verifying an app name would bail early

### Documentation

- #4307: @josegonzalez Specify that the dokku logo is for non-commercial use
This commit is contained in:
Jose Diaz-Gonzalez
2021-01-09 16:33:55 -05:00
parent bdd7c58a62
commit 652b90a074
45 changed files with 137 additions and 120 deletions

View File

@@ -35,35 +35,35 @@ dokku plugin:list
```
plugn: dev
00_dokku-standard 0.22.7 enabled dokku core standard plugin
20_events 0.22.7 enabled dokku core events logging plugin
app-json 0.22.7 enabled dokku core app-json plugin
apps 0.22.7 enabled dokku core apps plugin
build-env 0.22.7 enabled dokku core build-env plugin
buildpacks 0.22.7 enabled dokku core buildpacks plugin
certs 0.22.7 enabled dokku core certificate management plugin
checks 0.22.7 enabled dokku core checks plugin
common 0.22.7 enabled dokku core common plugin
config 0.22.7 enabled dokku core config plugin
docker-options 0.22.7 enabled dokku core docker-options plugin
domains 0.22.7 enabled dokku core domains plugin
enter 0.22.7 enabled dokku core enter plugin
git 0.22.7 enabled dokku core git plugin
logs 0.22.7 enabled dokku core logs plugin
network 0.22.7 enabled dokku core network plugin
nginx-vhosts 0.22.7 enabled dokku core nginx-vhosts plugin
plugin 0.22.7 enabled dokku core plugin plugin
proxy 0.22.7 enabled dokku core proxy plugin
ps 0.22.7 enabled dokku core ps plugin
repo 0.22.7 enabled dokku core repo plugin
resource 0.22.7 enabled dokku core resource plugin
scheduler-docker-local 0.22.7 enabled dokku core scheduler-docker-local plugin
shell 0.22.7 enabled dokku core shell plugin
ssh-keys 0.22.7 enabled dokku core ssh-keys plugin
storage 0.22.7 enabled dokku core storage plugin
tags 0.22.7 enabled dokku core tags plugin
tar 0.22.7 enabled dokku core tar plugin
trace 0.22.7 enabled dokku core trace plugin
00_dokku-standard 0.22.8 enabled dokku core standard plugin
20_events 0.22.8 enabled dokku core events logging plugin
app-json 0.22.8 enabled dokku core app-json plugin
apps 0.22.8 enabled dokku core apps plugin
build-env 0.22.8 enabled dokku core build-env plugin
buildpacks 0.22.8 enabled dokku core buildpacks plugin
certs 0.22.8 enabled dokku core certificate management plugin
checks 0.22.8 enabled dokku core checks plugin
common 0.22.8 enabled dokku core common plugin
config 0.22.8 enabled dokku core config plugin
docker-options 0.22.8 enabled dokku core docker-options plugin
domains 0.22.8 enabled dokku core domains plugin
enter 0.22.8 enabled dokku core enter plugin
git 0.22.8 enabled dokku core git plugin
logs 0.22.8 enabled dokku core logs plugin
network 0.22.8 enabled dokku core network plugin
nginx-vhosts 0.22.8 enabled dokku core nginx-vhosts plugin
plugin 0.22.8 enabled dokku core plugin plugin
proxy 0.22.8 enabled dokku core proxy plugin
ps 0.22.8 enabled dokku core ps plugin
repo 0.22.8 enabled dokku core repo plugin
resource 0.22.8 enabled dokku core resource plugin
scheduler-docker-local 0.22.8 enabled dokku core scheduler-docker-local plugin
shell 0.22.8 enabled dokku core shell plugin
ssh-keys 0.22.8 enabled dokku core ssh-keys plugin
storage 0.22.8 enabled dokku core storage plugin
tags 0.22.8 enabled dokku core tags plugin
tar 0.22.8 enabled dokku core tar plugin
trace 0.22.8 enabled dokku core trace plugin
```
> Warning: All plugin commands other than `plugin:list` and `plugin:help` require sudo access and must be run directly from the Dokku server.