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

Releases: dokku/dokku

v0.23.3

11 Feb 13:05

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

New Features

Refactors

Documentation

  • #4396: @nerg4l Invalid link to Herokuish Buildpack Deployment in Cloud Native Buildpacks

Tests

Other

v0.23.2

08 Feb 03:39

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

New Features

Refactors

Documentation

Other

  • #3757: @pickettd Add provision line to Windows Vagrant box for dokku-installer

v0.23.1

08 Feb 03:33

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

New Features

Documentation

Other

v0.23.0

24 Jan 07:49

Choose a tag to compare

Install/update via the bootstrap script:

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

See the 0.23.0 migration guide for more information on migrating to 0.23.0.

Bug Fixes

New Features

Refactors

Documentation

Tests

Other

v0.22.9

18 Jan 20:51

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

New Features

Refactors

Documentation

Tests

Other

v0.22.8

09 Jan 21:41

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

Documentation

v0.22.7

07 Jan 08:23

Choose a tag to compare

This release fixes an issue where the vector logging container doesn't start due to a missing argument. Please upgrade if using vector.

Install/update via the bootstrap script:

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

Bug Fixes

v0.22.6

05 Jan 15:02

Choose a tag to compare

This release fixes an issue surrounding reboots and app starts - #4295 - that was introduced in 0.22.x. An upgrade is highly recommended.

Install/update via the bootstrap script:

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

Bug Fixes

New Features

Refactors

Documentation

Other

v0.22.5

31 Dec 23:26

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

Refactors

Documentation

v0.22.4

29 Dec 21:12

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

New Features

Refactors

Documentation

Tests