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

Releases: dokku/dokku

v0.4.14

19 Feb 02:20

Choose a tag to compare

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

v0.4.13

21 Jan 04:08

Choose a tag to compare

We lied. This is the final 0.4.x release. This specific release fixes support for bash 4.2, which may be the only bash version available for certain testing environments.

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.13/bootstrap.sh
sudo DOKKU_TAG=v0.4.13 bash bootstrap.sh

Bug Fixes

  • #1871: @michaelshobbs Support bash 4.2 so we don't have to modify all plugin test envs
  • #1872: @kenips Update log to better reflect what's going on with CHECKS

v0.4.12

17 Jan 01:03

Choose a tag to compare

This is a small bugfix release, which will be the final release before the 0.5.x line. You can follow along on bugs/features we hope to cleanup for 0.5.x here.

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.12/bootstrap.sh
sudo DOKKU_TAG=v0.4.12 bash bootstrap.sh

Bug Fixes

  • #1868: @alessio Prevent dokku to hang on events:help
  • #1870: @u2mejc Remove arg check from docker-options/functions, global var cleanup

v0.4.11

16 Jan 02:44

Choose a tag to compare

Thanks to all the contributors who helped with this release!

Install via the bootstrap script:

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

Bug Fixes

New Features

Documentation

v0.4.10

07 Jan 06:23

Choose a tag to compare

This release is mostly a bugfix release, though we have a few important changes:

  • dokku plugin:update can now be used to update a specific plugin. Previously, this could potentially result in an error a user would have to manually resolve.
  • We have started labeling all dokku-managed containers. In a future minor release, triggering a dokku cleanup will remove only exited containers that are managed by dokku. This change allows users to start containers outside of dokku and be assured that dokku would not inadvertently remove them.

Thanks to all the contributors who helped with this release!

Install via the bootstrap script:

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

Bug Fixes

New Features

Documentation

  • #1822: --no-restart option after config:set not before

v0.4.9

03 Jan 15:37

Choose a tag to compare

This release is significant for two reasons:

  • A bugfix for git submodule support that was broken in 0.4.7
  • Improved and tested support for modern variants of Ubuntu/Debian. This should also improve support for docker-based deployments of dokku, as well as potential support for the upcoming Ubuntu 16.04 release.

Thanks to all the contributors who helped with this release!

Install via the bootstrap script:

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

Bug Fixes

New Features

  • #1812: @josegonzalez Fully-tested debian packaging for modern Ubuntu/Debian distributions

Documentation

v0.4.8

31 Dec 12:26

Choose a tag to compare

If upgrading to 0.4.8, please note that we have tightened the application naming schema, per docker requirements. Upgrade your dokku installation to 0.4.7 first to take advantage of the dokku apps:rename command if you are having issues with the new requirement.

Thanks to all the contributors who helped with this release!

Install via the bootstrap script:

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

Bug Fixes

New Features

Documentation

v0.4.7

23 Dec 16:47

Choose a tag to compare

Thanks to all the contributors who helped with this release!

Install via the bootstrap script:

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

Bug Fixes

New Features

Documentation

v0.4.6

14 Dec 22:36

Choose a tag to compare

This is mostly a documentation release. A few notable changes:

  • Rebooting dokku servers should properly handle not starting stopped services.
  • Better support for newer versions of Debian/Ubuntu.
  • Moved the dokku project to the dokku github organization.

Thanks to all the contributors who helped with this release!

Install via the bootstrap script:

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

Bug Fixes

New Features

Documentation

v0.4.5

25 Nov 22:55

Choose a tag to compare

This release is mostly a bugfix release. Two notable changes:

  • It is now possible to build complex authentication layers around dokku using the new user auth plugin trigger introduced in #1671.
  • We have a Code of Conduct in our repository. Please refer to this document if you have any questiosn regarding what is acceptable in the Dokku community.

Thanks to all the contributors who helped with this release!

Install via the bootstrap script:

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

Bug Fixes

New Features

Documentation