Release 0.17.6

# History

## 0.17.6

Install/update via the bootstrap script:

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

### New Features

- #3578: @josegonzalez Allow omitting resource args by setting DOKKU_OMIT_RESOURCE_ARGS
This commit is contained in:
Jose Diaz-Gonzalez
2019-05-30 17:40:21 -04:00
parent 8ac35766f3
commit 8a5504574d
42 changed files with 125 additions and 112 deletions

View File

@@ -14,6 +14,6 @@
"0.14.6",
"0.15.5",
"0.16.4",
"0.17.5"
"0.17.6"
]
}