Skip to content

Tags: jarrodoxical/dokku

Tags

v0.14.6

Toggle v0.14.6's commit message
Release 0.14.6

# History

## 0.14.6

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3448: @josegonzalez Remove https port mappings from new app during clone
- dokku#3434: @tamanobi Ignore cache directories when clone

### New Features

- dokku#3447: @josegonzalez Update herokuish to 0.4.8

### Documentation

- dokku#3420: @baikunz Add reference to external post-deploy-script plugin
- dokku#3453: @jayjun Fix Deployment guides style
- dokku#3445: @zuccs Fix typo in deployment tasks documentation
- dokku#3441: @josegonzalez Update issue template information
- dokku#3436: @jayjun Fix Getting Started guides style
- dokku#3425: @jayjun Add warning about PORT variable in deploy tutorial

### Tests

- dokku#3435: @josegonzalez Fix lint issues across codebase

v0.14.5

Toggle v0.14.5's commit message
Release 0.14.5

# History

## 0.14.5

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3419: @jayjun Fix Dokku installer checkbox for WebKit and Edge browsers

v0.14.4

Toggle v0.14.4's commit message
Release 0.14.4

# History

## 0.14.4

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3415: @josegonzalez Drop universe installation in debian

v0.14.3

Toggle v0.14.3's commit message
Release 0.14.3

# History

## 0.14.3

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3412: @josegonzalez Ensure official golang plugins have correct help output
- dokku#3411: @josegonzalez Properly handle the nginx installation dependency
- dokku#3406: @josegonzalez Add missing semicolons to app-json script
- dokku#3394: @josegonzalez Quiet ps:retire where possible

### New Features

- dokku#3410: @josegonzalez Make installs quieter
- dokku#3409: @josegonzalez Build golang binaries with higher concurrency
- dokku#3408: @josegonzalez Disable container restarts for stopped containers
- dokku#3389: @heyarne Remove jQuery from web-based installer

### Documentation

- dokku#3407: @tkrugg Fix typo on domain docs

### Tests

- dokku#3414: @josegonzalez Test and release changes

v0.14.2

Toggle v0.14.2's commit message
Release 0.14.2

# History

## 0.14.2

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3395: @josegonzalez Correct early exit 1 in apps:report

### Documentation

- dokku#3393: @jayjun Fix capitalization and formatting in installation guides
- dokku#3392: @jayjun Fix wrong PostgreSQL environment variable in guide
- dokku#3391: @josegonzalez Update all gpgkey paths to the new url

v0.14.1

Toggle v0.14.1's commit message
Release 0.14.1

# History

## 0.14.1

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3386: @josegonzalez Ensure we can deploy code when there is no pre or post-deploy script defined

v0.14.0

Toggle v0.14.0's commit message
Release 0.14.0

# History

## 0.14.0

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3384: @josegonzalez fix: use updated gpg key for apt repository
- dokku#3382: @josegonzalez Set cleanup to global when no application is specified
- dokku#3350: @josegonzalez Do not build the proxy config when there are no app listeners
- dokku#3366: @josegonzalez Add post-app-clone-setup to network clean make target
- dokku#3349: @josegonzalez Ensure apps are cleanly cloned
- dokku#3356: @josegonzalez Move storage directory into DOKKU_LIB_ROOT
- dokku#3341: @baikunz Select only default dokku network IP
- dokku#3348: @josegonzalez Use correct name for packagecloud token when running CI commands
- dokku#3339: @josegonzalez Properly check args when calling cleanup globally
- dokku#3344: @josegonzalez Allow running dokku report without needing an interactive shell

### New Features

- dokku#3381: @josegonzalez Add support for the Procfile release command
- dokku#3380: @josegonzalez Install stable docker when using bootstrap script
- dokku#3378: @josegonzalez Make admin setup UI look nicer
- dokku#3369: @josegonzalez Pull invalid nginx configuration when the nginx configs fail to validate
- dokku#3371: @josegonzalez Add tests section to changelog
- dokku#3358: @josegonzalez Image tag deploy workflow cleanup
- dokku#3351: @josegonzalez Do not clone URLS and VHOST files to new apps
- dokku#3357: @josegonzalez Add support for building arbitrary releases
- dokku#3354: @josegonzalez Drop default dhparam key size to 2048
- dokku#3347: @josegonzalez Upgrade herokuish
- dokku#3352: @josegonzalez Increase security of default SSL setup
- dokku#3353: @josegonzalez Normalize tests
- dokku#3345: @josegonzalez Allow triggering the full report for all apps via --all flag
- dokku#3346: @josegonzalez Always overwrite the dokku.conf file for nginx

### Documentation

- dokku#3377: @josegonzalez Remove team member section on homepage in favor of sponsor section
- dokku#3376: @josegonzalez Switch from rawgit to jsdelivr
- dokku#3365: @josegonzalez Remove extra tags:create call from docs

### Tests

- dokku#3379: @josegonzalez Run mvdan/shfmt on test runs
- dokku#3370: @josegonzalez Add junit support to shellcheck output
- dokku#3308: @josegonzalez Add timing info to test runs on CircleCI
- dokku#3367: @josegonzalez Run tests from built artifact
- dokku#3368: @josegonzalez Balance circleci tests
- dokku#3363: @josegonzalez Add a wrapper for invoking a single test
- dokku#3362: @josegonzalez Allow tests to be run from any directory
- dokku#3360: @josegonzalez Switch to bats-core
- dokku#3361: @josegonzalez Do not generate dhparam for tests

### Other

- dokku#3279: @fruitl00p Make sure the universe repo is loaded into APT

v0.13.4

Toggle v0.13.4's commit message
Release 0.13.4

# History

## 0.13.4

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3337: @josegonzalez Use correct container id variable for killing containers

### New Features

- dokku#3338: @josegonzalez Redirect ps:retire output to a log file

v0.13.3

Toggle v0.13.3's commit message
Release 0.13.3

# History

## 0.13.3

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3330: @josegonzalez Ensure chowned properties always have a user and group set

### New Features

- dokku#3334: @josegonzalez refactor: run every 5 minutes instead of 2

v0.13.2

Toggle v0.13.2's commit message
Release 0.13.2

# History

## 0.13.2

Install/update via the bootstrap script:

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

### Bug Fixes

- dokku#3329: @josegonzalez Avoid parsing missing file when retiring containers
- dokku#3325: @wcalandro Add "--global" to dokku cleanup on dokku update

### Documentation

- dokku#3326: @josegonzalez Add note to release on how to upgrade via the bootstrap script