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

Releases: dokku/dokku

v0.6.0

18 Jun 08:31

Choose a tag to compare

The big-six-o. This release is largely comprised of new features that should allow for easier management of dokku. The highlights of this release are:

  • The proxy plugin has been enhanced to allow users to map container ports to host ports. In the 0.5.0 release, we changed the semantics of how Dockerfile EXPOSE calls work to better follow Docker's lead, which ended up breaking how some applications were deployed to dokku. Please read our documentation surrounding port management for more details.
  • Zero-downtime deploys can be disabled on a per-app and per-process basis. This can be used to speed up deploys when there are non-web processes being deployed, or when a user wishes to completely avoid any such waiting period. Please see the checks documentation for further information.

If, after upgrading, you are seeing issues where the dokku binary isn't found - /usr/local/bin/dokku: No such file or directory - please log out and log back in.

Thanks to all the contributors who helped with this release, and a special thanks to @michaelshobbs for ferrying the majority of our new functionality to it's current state!

Install/update via the bootstrap script:

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

Bug Fixes

New Features

Documentation

v0.5.8

11 Jun 02:52

Choose a tag to compare

This release is the last release in the 0.5.x series, and as such is mainly a bugfix release. Users are highly encouraged to upgrade to this release before moving to the upcoming 0.6.x release, as we will be removing deprecated features at that point.

If, after upgrading, you are seeing issues where the dokku binary isn't found - /usr/local/bin/dokku: No such file or directory - please log out and log back in.

Thanks to all the contributors who helped with this release!

Install/update via the bootstrap script:

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

Bug Fixes

New Features

Documentation

  • #2212: @jbothma Warn and instruct users about unsafe publicly-accessible web installer
  • #2222: @michaelshobbs Move nginx upstream blocks to the bottom in docs examples

v0.5.7

17 May 15:20

Choose a tag to compare

0.5.7 includes quite a few documentation updates, and a few minor changes in how we handle certain edge-cases in day-to-day dokku tasks.

Thanks to all the contributors who helped with this release!

Install/update via the bootstrap script:

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

Bug Fixes

New Features

Documentation

v0.5.6

29 Apr 20:20

Choose a tag to compare

Release 0.5.6 is mostly a documentation release. Please note, however, that we now inject application environment variables into sigil-generated nginx configurations. You can use this to further improve your generated nginx configuration files.

Thanks to all the contributors who helped with this release!

Install/update via the bootstrap script:

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

Bug Fixes

New Features

  • #2150: @michaelshobbs export app config vars into sigil environment for use in nginx templates

Documentation

v0.5.5

16 Apr 12:11

Choose a tag to compare

Release 0.5.5 is mostly a documentation release, further clarifying how our default proxy implementation (nginx) interacts with Dockerfiles. Note that we also updated how ssl certificates interact with application domains, so please check out our domains and ssl documentation.

We've also added a small section to the dokku homepage that lists the current core team. Feel free to look at their beautiful faces and imagine yourself contributing to Dokku and joining our core team. There are quite a few ways to contribute - even without code/documentation - so feel more than free to jump on the bandwagon!

Finally, we've started an Official Dokku Blog, where we will post about dokku internals, roadmaps, potential use-cases, etc. An rss feed is available 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.5.5/bootstrap.sh
sudo DOKKU_TAG=v0.5.5 bash bootstrap.sh

Bug Fixes

New Features

Documentation

v0.5.4

05 Apr 07:29

Choose a tag to compare

This release continues on our tradition of making bugfixes in patch releases. Also note that we now release dokku with sshcommand version 0.4.0, which should increase usability of that package quite a bit.

Thanks to all the contributors who helped with this release!

Install/update via the bootstrap script:

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

Bug Fixes

New Features

Documentation

v0.5.3

30 Mar 05:41

Choose a tag to compare

This release sorts out a few minor bugs introduced in the 0.5.0 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.5.3/bootstrap.sh
sudo DOKKU_TAG=v0.5.3 bash bootstrap.sh

Bug Fixes

Documentation

v0.5.2

28 Mar 03:01

Choose a tag to compare

This is a packaging fix release.

Install/update via the bootstrap script:

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

Bug Fixes

v0.5.1

26 Mar 23:59

Choose a tag to compare

That was quick! This is a bugfix release to fix issues in the packaging and release phases of dokku.

Install/update via the bootstrap script:

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

Bug Fixes

v0.5.0

26 Mar 22:32

Choose a tag to compare

This is our largest, most feature-packed release in the history of the dokku project. Lots of delicious things, including:

We'd also love it if you welcomed a few new core developers:

  • @MorrisJobke: Maintainer of our new arch linux support
  • @u2mejc: Contributed the help refactor and persistent storage plugins

Thanks to all the contributors who helped with this release!

Install/update via the bootstrap script:

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

Refactor

Bug Fixes

New Features

Documentation