Release 0.23.0

# History

## 0.23.0

Install/update via the bootstrap script:

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

See the [0.23.0 migration guide](/docs/appendices/0.23.0-migration-guide.md) for more information on migrating to 0.23.0.

### Bug Fixes

- #4356: @josegonzalez Do not retag images unnecessarily
- #4355: @josegonzalez Allow underscores in vector schemes
- #4350: @josegonzalez Add missing trigger to events plugin
- #4348: @josegonzalez Correct app-specific shell handling
- #4333: @josegonzalez Drop tmpdir environment variables when not running as dokku user

### New Features

- #4336: @josegonzalez Add ability to manage stacks on an app or global level …
- #4354: @josegonzalez Log all triggers called by golang in trace output
- #4300: @AubreyHewes allow disabling hsts globally and explicitly enable per app
- #4337: @josegonzalez Add logrotation to container log files
- #4318: @josegonzalez Add ability to set client max body size via nginx:set
- #4343: @josegonzalez feat: add initial scheduled task implementation
- #4297: @josegonzalez Add support for cloning/syncing from a remote repository
- #4340: @bjornpost Allow configuring x-forwarded-* proxy headers via nginx:set

### Refactors

- #4349: @josegonzalez Remove need for internal dokku calls

### Documentation

- #4347: @fomojola Add post-deploy webhook to list of community plugins
- #4342: @AubreyHewes Point to current testing docs
- #4341: @josegonzalez Add testing link to contributing.md

### Tests

- #4352: @josegonzalez Add a test for application renames
- #4351: @josegonzalez Set hostname for CI runs
- #4322: @josegonzalez Switch to Github Actions for CI

### Other

- #4353: @josegonzalez Drop unused flag introduced by logs max-size feature
This commit is contained in:
Jose Diaz-Gonzalez
2021-01-24 02:42:08 -05:00
parent dbdf2ad55d
commit c81e980fcf
46 changed files with 172 additions and 121 deletions

View File

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