这是indexloc提供的服务,不要输入任何密码
Skip to content

v0.4.14

Choose a tag to compare

@josegonzalez josegonzalez released this 19 Feb 02:20
· 10176 commits to master since this release

Hah you got us. We have to ship another 0.4.x release to fix issues with
running commands via dokku run. For quite a few releases, we've been
ignoring the --rm flag, meaning containers were lying around if you were
using dokku run in cron. This release fixes it, and is important enough
to warrant a 0.4.x release.

Thanks to all the contributors who helped with this release!

Install/update via the bootstrap script:

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

Bug Fixes

#1888: @u2mejc Remove broken symlinks when using copyfiles
#1887: @u2mejc Fix :help hangs for certs, enter, tags, tar
#1901: @josegonzalez Add shebang to config/functions so editors see it as a shell script
#1907: @michaelshobbs Fix dokku run --rm regression
#1911: @2mia Add support for github url patterns when installing plugins
#1912: @mattberther Pass -i -t to docker exec only if tty present
#1923: @michaelshobbs Fix typo in generate_scale_file()

Documentation

#1882: @josegonzalez Add a note to warn users to peg to specific versions of buildpacks
#1883: @michaelshobbs Show plugn version when listing plugins
#1900: @josegonzalez Upgrade our CoC to 1.4 of the Contributor Covenant
#1913: @michaelshobbs document appropriate crontab usage
#1921: @josegonzalez Create ISSUE_TEMPLATE.md
#1922: @josegonzalez Link to our new ISSUE_TEMPLATE.md