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

Tags: benwh/dokku

Tags

v0.20.4

Toggle v0.20.4's commit message
Release 0.20.4

# History

## 0.20.4

Install/update via the bootstrap script:

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

### New Features

- dokku#3936: @josegonzalez Enable limiting and reserving gpu resources

### Documentation

- dokku#3937: @josegonzalez Add minor documentation for the kubernetes and nomad schedulers

### Other

- dokku#3935: @dependabot-preview[bot] chore(deps): bump jinja2 from 2.11.1 to 2.11.2 in /tests/apps/python-flask
- dokku#3934: @dependabot-preview[bot] chore(deps): bump github.com/golang/protobuf from 1.3.5 to 1.4.0 in /tests/apps/gogrpc
- dokku#3933: @dependabot-preview[bot] chore(deps): bump jetty-servlet from 9.4.27.v20200227 to 9.4.28.v20200408 in /tests/apps/java

v0.20.3

Toggle v0.20.3's commit message
Release 0.20.3

# History

## 0.20.3

Install/update via the bootstrap script:

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

### New Features

- dokku#3926: @josegonzalez Add proper support for various buildpack urls

### Other

- dokku#3928: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.28.0 to 1.28.1 in /tests/apps/gogrpc
- dokku#3925: @dependabot-preview[bot] chore(deps): bump flask from 1.1.1 to 1.1.2 in /tests/apps/python-flask
- dokku#3924: @dependabot-preview[bot] chore(deps): bump flask from 1.1.1 to 1.1.2 in /tests/apps/multi

v0.20.2

Toggle v0.20.2's commit message
Release 0.20.2

# History

## 0.20.2

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3921: @josegonzalez Correct container_type handling when entering containers
- dokku#3919: @josegonzalez Fix bug with restarting containers not being routed to because of changing IP addresses

### New Features

- dokku#3920: @josegonzalez Add the ability to list ssh keys for a specific user

v0.20.1

Toggle v0.20.1's commit message
Release 0.20.1

# History

## 0.20.1

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3916: @josegonzalez Change error exit to warning when no apps exist

### New Features

- dokku#3918: @josegonzalez Upgrade herokuish to 0.5.11
- dokku#3915: @josegonzalez Add ability to check if a plugin has been installed
- dokku#3914: @josegonzalez Add ability to change or disable the access/error log path
- dokku#3913: @josegonzalez Upgrade herokuish

### Documentation

- dokku#3907: @josegonzalez Add sponsoring link to issue template
- dokku#3904: @jazzzz Update dokku-apt entry
- dokku#3902: @josegonzalez Remove extra commas from network docs

### Other

- dokku#3909: @dependabot-preview[bot] chore(deps): bump werkzeug from 1.0.0 to 1.0.1 in /tests/apps/python-flask
- dokku#3903: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 172 to 173 in /tests/apps/php

v0.20.0

Toggle v0.20.0's commit message
Release 0.20.0

# History

## 0.20.0

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3891: @josegonzalez Add missing cpio dependency
- dokku#3861: @josegonzalez Fix app clone and rename calls
- dokku#3682: @josegonzalez Force tty check to run with the default language
- dokku#3853: @josegonzalez Add missing hooks to events plugin

### New Features

- dokku#3899: @josegonzalez Drop unnecessary quotes on docker inspect calls
- dokku#3895: @josegonzalez Expose network listeners to nginx templates for all process types
- dokku#3893: @josegonzalez Rewrite apps plugin in golang
- dokku#3889: @josegonzalez Update herokuish
- dokku#3879: @josegonzalez Drop support for unsupported Debian and Ubuntu releases …
- dokku#3880: @josegonzalez Remove unnecessary source/import statements
- dokku#3871: @josegonzalez Rewrite proxy plugin in golang
- dokku#3869: @josegonzalez Standardize plugin trigger calls
- dokku#3870: @josegonzalez Use Println in favor of Fprintln for os.Stdout
- dokku#3868: @josegonzalez Remove ps command
- dokku#3866: @josegonzalez Unify nginx config commands
- dokku#3865: @josegonzalez Cleanup injected docker labels
- dokku#3860: @josegonzalez Remove deprecated egrep calls from codebase
- dokku#3854: @josegonzalez Remove deprecated code
- dokku#3852: @josegonzalez Standardize plugin code
- dokku#3850: @josegonzalez DRY up reports in golang
- dokku#3851: @josegonzalez Update herokuish to 0.5.6
- dokku#3847: @josegonzalez Custom docker networking
- dokku#3848: @josegonzalez Minor logging changes
- dokku#3843: @josegonzalez Enable HSTS by default
- dokku#3844: @josegonzalez Add global fallback for DOKKU_PROXY_PORT and DOKKU_PROXY_SSL_PORT
- dokku#3609: @jayjun Start long running containers with --init with tests
- dokku#3842: @josegonzalez rework docker-args-process trigger arguments
- dokku#3841: @josegonzalez Implement docker-options:clear

### Documentation

- dokku#3901: @Cellane 📝 Update information about Dokku CLI installation
- dokku#3892: @josegonzalez Move code of conduct to .github org repository
- dokku#3888: @decentral1se Mark 9+ for Debian version
- dokku#3874: @josegonzalez Push users to upgrade to recent versions
- dokku#3864: @alex-galey Change docs copyright to 2020
- dokku#3863: @josegonzalez Update issue template to remove ambiguity around reporting
- dokku#3849: @josegonzalez Reference correct property in network docs example
- dokku#3840: @ollej Add link to fonts plugin
- dokku#3838: @ltalirz Expand docs surrounding access control

### Other

- dokku#3897: @dependabot-preview[bot] chore(deps): bump github.com/golang/protobuf from 1.3.4 to 1.3.5 in /tests/apps/gogrpc
- dokku#3896: @dependabot-preview[bot] chore(deps): bump maven-dependency-plugin from 3.1.1 to 3.1.2 in /tests/apps/java
- dokku#3894: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.27.1 to 1.28.0 in /tests/apps/gogrpc
- dokku#3885: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 171 to 172 in /tests/apps/php
- dokku#3884: @dependabot-preview[bot] chore(deps): bump jetty-servlet from 9.4.26.v20200117 to 9.4.27.v20200227 in /tests/apps/java
- dokku#3877: @dependabot-preview[bot] chore(deps): bump github.com/golang/protobuf from 1.3.3 to 1.3.4 in /tests/apps/gogrpc
- dokku#3858: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 170 to 171 in /tests/apps/php
- dokku#3855: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 169 to 170 in /tests/apps/php
- dokku#3846: @dependabot-preview[bot] chore(deps): bump werkzeug from 0.16.1 to 1.0.0 in /tests/apps/python-flask
- dokku#3845: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.27.0 to 1.27.1 in /tests/apps/gogrpc
- dokku#3833: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.26.0 to 1.27.0 in /tests/apps/gogrpc
- dokku#3837: @dependabot-preview[bot] chore(deps): bump jinja2 from 2.10.3 to 2.11.1 in /tests/apps/python-flask
- dokku#3836: @dependabot-preview[bot] chore(deps): bump github.com/golang/protobuf from 1.3.2 to 1.3.3 in /tests/apps/gogrpc
- dokku#3829: @dependabot-preview[bot] chore(deps): bump werkzeug from 0.16.0 to 0.16.1 in /tests/apps/python-flask
- dokku#3830: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 166 to 169 in /tests/apps/php

v0.19.13

Toggle v0.19.13's commit message
Release 0.19.13

# History

## 0.19.13

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3828: @josegonzalez Reference correct file in nginx:report command

### Other

- dokku#3824: @dependabot-preview[bot] chore(deps): bump jetty-servlet from 9.4.25.v20191220 to 9.4.26.v20200117 in /tests/apps/java

v0.19.12

Toggle v0.19.12's commit message
Release 0.19.12

# History

## 0.19.12

Install/update via the bootstrap script:

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

### New Features

- dokku#3819: @josegonzalez Allow binding nginx to specific IPv4/IPv6 interfaces
- dokku#3818: @josegonzalez Add support for host-mode networking

### Documentation

- dokku#3814: @treyssatvincent Use dokku:report to for listing domains
- dokku#3809: @josegonzalez Document nginx:show-conf
- dokku#3650: @vincelwt Clarify resource management for docker-local scheduler
- dokku#3806: @kimar Make default vhost example listen to ipv6

### Other

- dokku#3816: @dependabot-preview[bot] chore(deps): bump handlebars from 4.6.0 to 4.7.1 in /tests/apps/.websocket.disabled
- dokku#3815: @dependabot-preview[bot] chore(deps): bump handlebars from 4.5.3 to 4.6.0 in /tests/apps/.websocket.disabled
- dokku#3811: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 165 to 166 in /tests/apps/php
- dokku#3812: @dependabot-preview[bot] chore(deps): bump jetty-servlet from 9.4.24.v20191120 to 9.4.25.v20191220 in /tests/apps/java
- dokku#3810: @dependabot-preview[bot] chore(deps): bump monolog/monolog from 1.25.2 to 1.25.3 in /tests/apps/php
- dokku#3808: @dependabot-preview[bot] chore(deps): [security] bump rack from 1.6.11 to 1.6.12 in /tests/apps/ruby
- dokku#3807: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.25.1 to 1.26.0 in /tests/apps/gogrpc
- dokku#3804: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 164 to 165 in /tests/apps/php

v0.19.11

Toggle v0.19.11's commit message
Release 0.19.11

# History

## 0.19.11

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3800: @josegonzalez Properly track failed check count

### New Features

- dokku#3801: @josegonzalez Update herokuish

### Documentation

- dokku#3798: @znz Fix function descriptions in property-functions file

v0.19.10

Toggle v0.19.10's commit message
Release 0.19.10

# History

## 0.19.10

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3784: @josegonzalez Ensure checks attempts are tracked per-check instead of globally

### New Features

- dokku#3793: @josegonzalez Omit DWARF symbol table and debug information from go binaries
- dokku#3792: @josegonzalez Unify property function implementations

### Documentation

- dokku#3712: @fruitl00p Added new plugin

### Other

- dokku#3790: @dependabot-preview[bot] chore(deps): bump gunicorn from 20.0.3 to 20.0.4 in /tests/apps/python-flask
- dokku#3791: @dependabot-preview[bot] chore(deps): bump gunicorn from 20.0.3 to 20.0.4 in /tests/apps/multi
- dokku#3787: @dependabot-preview[bot] chore(deps): bump gunicorn from 20.0.2 to 20.0.3 in /tests/apps/multi
- dokku#3788: @dependabot-preview[bot] chore(deps): bump gunicorn from 20.0.2 to 20.0.3 in /tests/apps/python-flask
- dokku#3785: @dependabot-preview[bot] chore(deps): bump gunicorn from 20.0.0 to 20.0.2 in /tests/apps/python-flask
- dokku#3786: @dependabot-preview[bot] chore(deps): bump gunicorn from 20.0.0 to 20.0.2 in /tests/apps/multi
- dokku#3748: @dependabot-preview[bot] chore(deps): [security] bump express from 2.5.11 to 4.17.1 in /tests/apps/dockerfile-dokku-scale
- dokku#3749: @dependabot-preview[bot] chore(deps): [security] bump express from 2.5.11 to 4.17.1 in /tests/apps/nodejs-express-noappjson
- dokku#3747: @dependabot-preview[bot] chore(deps): [security] bump express from 2.5.11 to 4.17.1 in /tests/apps/config
- dokku#3746: @dependabot-preview[bot] chore(deps): [security] bump express from 2.5.11 to 4.17.1 in /tests/apps/dockerfile-procfile
- dokku#3741: @dependabot-preview[bot] chore(deps): [security] bump express from 2.5.11 to 4.17.1 in /tests/apps/nodejs-express
- dokku#3783: @dependabot-preview[bot] chore(deps): bump jetty-servlet from 9.4.23.v20191118 to 9.4.24.v20191120 in /tests/apps/java
- dokku#3777: @dependabot-preview[bot] chore(deps): [security] bump symfony/http-kernel from 3.4.32 to 3.4.35 in /tests/apps/php
- dokku#3774: @dependabot-preview[bot] chore(deps): bump gunicorn from 19.9.0 to 20.0.0 in /tests/apps/python-flask
- dokku#3779: @dependabot-preview[bot] chore(deps): bump monolog/monolog from 1.25.1 to 1.25.2 in /tests/apps/php
- dokku#3782: @dependabot-preview[bot] chore(deps): bump jetty-servlet from 9.4.22.v20191022 to 9.4.23.v20191118 in /tests/apps/java

v0.19.9

Toggle v0.19.9's commit message
Release 0.19.9

# History

## 0.19.9

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3781: @michaelshobbs Respect DOKKU_APP_USER in is_image_herokuish_based

### Other

- dokku#3773: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.25.0 to 1.25.1 in /tests/apps/gogrpc
- dokku#3772: @dependabot-preview[bot] chore(deps): bump gunicorn from 19.9.0 to 20.0.0 in /tests/apps/multi
- dokku#3778: @dependabot-preview[bot] chore(deps): [security] bump symfony/http-foundation from 3.4.32 to 3.4.35 in /tests/apps/php
- dokku#3768: @dependabot-preview[bot] chore(deps): bump google.golang.org/grpc from 1.24.0 to 1.25.0 in /tests/apps/gogrpc