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

Releases: dokku/dokku

v0.4.4

08 Nov 03:08

Choose a tag to compare

This release adds a few interesting changes:

  • The dokku logs command now roughly maps to the heroku logs command, and supports most available options.
  • Native Microsoft Azure support is now available!
  • Quite a few shellcheck issues were fixed thanks to @callahad!
  • Experimental debian installation support. Going forward, we will try and make dokku compatible with all systemd installations, as well as investigate dockerfile-based deployment to continue simplifying installation.

Thanks to all our contributors for making this release great!

Install via the bootstrap script:

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

Bug Fixes

New Features

Documentation

v0.4.3

24 Oct 09:29

Choose a tag to compare

This release was mainly a documentation release/bugfix.

One major removal was is that as of 0.4.3, we no longer restart containers automatically on failure via docker. This feature was introduced in 0.4.0, and caused issues with duplicate containers being started on server reboot. Until the docker api for container restarts stabilizes, we will not be able to provide this functionality within Dokku.

If desired, you may replicate this functionality using the official docker-options plugin.

Install via the bootstrap script:

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

Bug Fixes

New Features

Documentation

v0.4.2

13 Oct 20:06

Choose a tag to compare

This release was mainly a documentation release, with a few notable features:

  • You can now use the commercial version of docker-engine with dokku.
  • You can now name your containers using the official named-containers plugin

Huge thanks to @Flink for working on our official plugins and adding official basic auth, couchdb, and site maintenance plugins!

Install via the bootstrap script:

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

Bug Fixes

New Features

Documentation

v0.4.1

29 Sep 02:07

Choose a tag to compare

This release is primarily a bugfix and documentation update. In 0.4.0, we incorrectly handled setting environment variables in certain cases, resulting in misconfigured applications. We recommend that all users upgrade from 0.4.1 as soon as possible.

One new feature is colorized logging output, which should make it easier to debug application logging output when deploying multiple processes.

Install via the bootstrap script:

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

Bug Fixes

New Features

Documentation

v0.4.0

20 Sep 21:01

Choose a tag to compare

This is our first minor release in almost a year. Many new features and removals have occurred, so here is a neat summary:

  • Plugins are now triggered via plugn. Notably, you'll need add a plugin.toml to describe the plugin as well as use plugn trigger instead of pluginhook to trigger plugin callbacks. Please see the plugin creation documentation for more details.
  • A few new official plugins have been added to the core, including image tagging, certificate management, a tar-based deploy solution, and much more. Check out the New Features section for more details.
  • We've removed a few deprecated plugin callbacks. Please see the plugin triggers documentation to see what is available.
  • Official datastorage plugins have been created for the most commonly used datastores. If you previously used/maintained a community contributed plugin, please check these out. We'll be adding more official plugins as time goes on.

If you are coming from a previous release, please run the following command to install the latest docker version first (otherwise you will be pegged to docker 1.6.2):

curl -sSL https://get.docker.com/ | sh

Thanks to the many contributors for making this release our best release so far, and special thanks to both @michaelshobbs and @Flink for pushing along the 0.4.0 release!

Install via the bootstrap script:

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

Deprecations and Removals

Bug Fixes

New features

Documentation

v0.3.26

24 Aug 20:27

Choose a tag to compare

This release has a few new features, the largest of which is switching from buildstep to herokuish for building containers. Going forward, this should help ensure that built containers are as close to heroku containers as possible, and also allow us to be on the cutting edge of heroku buildpack support. Props to @michaelshobbs for his work on herokuish.

Install via the bootstrap script:

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

Bug Fixes

New Features

Documentation

v0.3.25

20 Aug 02:16

Choose a tag to compare

This release is a bugfix release fixing a broken 0.3.25 apt-get installation. Big thanks to @jimeh for quickly spotting the issue!

Install via the bootstrap script:

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

Bug Fixes

v0.3.24

20 Aug 01:21

Choose a tag to compare

This release is a bugfix release covering dokku packaging.

This release is broken

Bug Fixes

Docs Changes

v0.3.23

16 Aug 00:17

Choose a tag to compare

This release is a bugfix release mostly covering installation and nginx issues. As well, we launched a nicer documentation site here. Thanks to all of our contributors for making this a great release!

Install via the bootstrap script:

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

Bug Fixes

New Features

Docs Changes

v0.3.22

21 Jul 18:52

Choose a tag to compare

This release is a general bugfix release, with improvements to handling of nginx templates and application configuration.

Install via the bootstrap script:

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

Bug Fixes

New Features

Docs Changes