Files
dokku/docs/assets/versions.json

22 lines
261 B
JSON
Raw Normal View History

2017-01-08 17:22:30 -07:00
{
"max-versions": [
"0.3.26",
"0.4.14",
"0.5.8",
"0.6.5",
"0.7.2",
"0.8.2",
"0.9.4",
"0.10.5",
"0.11.6",
"0.12.13",
"0.13.4",
"0.14.6",
"0.15.5",
"0.16.4",
Release 0.18.0 # History ## 0.18.0 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.18.0/bootstrap.sh sudo DOKKU_TAG=v0.18.0 bash bootstrap.sh ``` ### Bug Fixes - #3627: @josegonzalez Make image removal synchronous - #3618: @josegonzalez Ensure the dokku-retire timer is properly installed - #3614: @alexquick Validate args for config:set and config:unset - #3605: @josegonzalez Handle case where there are empty newlines in the authorized_keys file - #3603: @josegonzalez Drop extra % sign in common.LogVerboseQuiet - #3597: @josegonzalez Allow default trace function to work ### New Features - #3628: @josegonzalez Handle file copying in a secure and reliable fashion - #3630: @josegonzalez Fix issue where push warning on bad branch was skipped - #3629: @josegonzalez Avoid calling the user-auth trigger where possible - #3626: @josegonzalez Builder plugins - #3599: @josegonzalez Scope docker-cleanup to specific app - #3589: @michaelshobbs Allow running Dokku in Docker - #3607: @josegonzalez Purge cache using herokuish image - #3602: @alexymik Create a 502 error page to automatically refresh if backend status changes - #3600: @josegonzalez Refactor IsImageHerokuishBased to match shell version ### Documentation - #3625: @josegonzalez Remove old reference to SPONSORS.md - #3619: @josegonzalez Cleanup plugin creation docs - #3612: @jayjun Improve testing docs - #3613: @Lyelt Remove all uses of proxy_set_header Connection "upgrade" - #3596: @josegonzalez Add missing hooks to events plugin and plugin triggers docs ### Tests - #3610: @jayjun Correct Bats path in single tests
2019-08-07 07:22:12 -04:00
"0.17.9",
Release 0.19.0 # History ## 0.19.0 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.19.0/bootstrap.sh sudo DOKKU_TAG=v0.19.0 bash bootstrap.sh ``` ### Bug Fixes - #3688: @josegonzalez Correct shfmt issues - #3684: @josegonzalez Do not push betafish releases to docker hub - #3681: @josegonzalez Proper openresty support ### New Features - #3687: @josegonzalez Add scheduler-post-run trigger - #3702: @josegonzalez Cleanup build and destroy logging output - #3693: @josegonzalez Remove ssh-keys user-auth trigger in favor of direct check in dokku binary - #3691: @josegonzalez Silence trigger logging - #3685: @josegonzalez Allow passing labels to one-off dokku containers - #3680: @josegonzalez Follow updated intermediate recommendations from the Mozilla SSL Config Generator - #3677: @josegonzalez Improve package build process - #3679: @josegonzalez Allow keeping the git directory during builds - #3577: @josegonzalez Use new-style docker management commands - #3678: @josegonzalez Add container-type to run and deploy containers - #3671: @josegonzalez Allow overriding checks doc url - #3662: @leshik Improve nginx ciphers compatibility - #3668: @josegonzalez Release latest docker image on release - #3659: @fzerorubigd Add support for grpc/grpcs port forwarding ### Documentation - #3701: @limenet Docs / Getting Started: use HTTPS instead of SSH for clone - #3699: @robhudson Add `dokku cleanup` to help output - #3669: @josegonzalez Fix reference to CHECKS file location ### Tests - #3670: @josegonzalez Upgrade all python test deps ### Other - #3690: @
2019-10-14 05:50:49 -04:00
"0.18.5",
"0.19.6"
2017-01-08 17:22:30 -07:00
]
}