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

Releases: dokku/dokku

v0.26.4

12 Nov 05:52

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

Other

  • #4897: @josegonzalez Silence errors when verifying the ssl certificate
  • #4891: @dependabot[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 199 to 200 in /tests/apps/php

v0.26.3

03 Nov 14:37

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

  • #4889: @josegonzalez Skip herokuish version in report output and disable the herokuish builder on armhf architectures

v0.26.2

03 Nov 14:37

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

  • #4888: @josegonzalez Ensure installations treat raspbian as similar to debian buster as possible
  • #4887: @josegonzalez Ensure we do not add two debian folders in a single armhf package

New Features

v0.26.1

27 Oct 23:38

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

New Features

v0.26.0

26 Oct 01:28

Choose a tag to compare

Install/update via the bootstrap script:

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

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

Bug Fixes

New Features

Documentation

Other

v0.25.7

09 Oct 22:01

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

New Features

Documentation

  • #4856: @josegonzalez Add a note to the migration guide regarding using a Procfile for Dockerfile deploys
  • #4843: @schmijos Clarify that docker-options are not passed to the launched process but instead to the docker run command

Other

  • #4844: @dependabot[bot] chore(deps): bump werkzeug from 2.0.1 to 2.0.2 in /tests/apps/python-flask

v0.25.6

06 Oct 18:13

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

New Features

Documentation

  • #4840: @josegonzalez Explain sha256 image digest alternative when reusing docker image tags for git:from-image deployments

Tests

Other

  • #4832: @dependabot[bot] chore(deps): bump flask from 2.0.1 to 2.0.2 in /tests/apps/python-flask
  • #4833: @dependabot[bot] chore(deps): bump jinja2 from 3.0.1 to 3.0.2 in /tests/apps/python-flask
  • #4831: @dependabot[bot] chore(deps): bump flask from 2.0.1 to 2.0.2 in /tests/apps/multi

v0.25.5

06 Oct 18:13

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

New Features

Documentation

Tests

Other

  • #4813: @dependabot[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 197 to 198 in /tests/apps/php
  • #4802: @dependabot[bot] chore(deps): bump django from 3.1.12 to 3.1.13 in /tests/apps/dockerfile-release
  • #4784: @josegonzalez Upgrade vector image to 0.16.x

v0.25.4

11 Sep 08:17

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

Documentation

Other

  • #4774: @dependabot[bot] chore(deps): bump sqlparse from 0.4.1 to 0.4.2 in /tests/apps/dockerfile-release

v0.25.3

11 Sep 08:08

Choose a tag to compare

Install/update via the bootstrap script:

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

Bug Fixes

Refactors

  • #4741: @josegonzalez Use a Dockerfile to speed up env var injection for herokuish app builds

Documentation

Other