Dokku v0.3.22 Release Notes

  • ๐Ÿ›  This release is a general bugfix release, with improvements to handling of nginx templates and application configuration.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ #825: @andrewsomething Add support for multiple keys in the installer.
    • ๐Ÿ“œ #1274: @michaelshobbs Parse correct section of path for dokku ls container type
    • #1289: @michaelshobbs Do not background container cleanup
    • ๐Ÿš€ #1298: @SonicHedgehog Fix check-deploy skipping the root path
    • #1300: @michaelshobbs Fix urls command when NO_VHOST=1
    • #1310: @michaelshobbs Use config:get for checks skipping variables
    • ๐Ÿณ #1311: @michaelshobbs Ignore protocol of Dockerfile EXPOSE (refs: #1280)
    • ๐Ÿณ #1312: @michaelshobbs Use docker inspect fordefault container check. Closes #1270
    • ๐Ÿš€ #1313: @michaelshobbs Verify we have an app when deploy is called. Closes #1309
    • #1319: @MWers Spelling fix: 'comma seperated'=>'comma-separated'
    • #1331: @alexkruegger Fix retrieval of nginx.conf.template app

    ๐Ÿ†• New Features

    • ๐Ÿ”Œ #1149: @mlebkowski Add pluginhook to receive branches different than master
    • ๐Ÿณ #1254: @kilianc Add DOKKU_DOCKERFILE_START_CMD support
    • 0๏ธโƒฃ #1261: @Flink Add the ability to skip checks (all or default)
    • 0๏ธโƒฃ #1277: @krokhale Add gzip to nginx templates by default
    • #1278: @assaf Add the ability to retrieve nginx template from app
    • ๐Ÿ”จ #1291: @michaelshobbs Refactored interface for managing global/local app configuration
    • #1299: @SonicHedgehog Set X-Forwarded-Proto header if TLS is enabled when running checks

    ๐Ÿ“š Documentation

    • ๐Ÿ”Œ #1273: @alessio Add docs for the events plugin
    • ๐Ÿ—„ #1276: @josegonzalez Reorder and deprecate a few plugins
    • ๐Ÿ“„ #1279: @josegonzalez Add docs for receive-branch hook. Refs #1149
    • ๐Ÿšš #1282: @josegonzalez Move primecache to deprecated plugins
    • ๐Ÿ”Š #1285: @josegonzalez Rename dokku-events-logs.md according to index.md
    • ๐Ÿณ #1296: @Flink Add docker-auto-volumes to plugins
    • ๐Ÿ”Œ #1301: @mixxorz Add reset mtime plugin list
    • 0๏ธโƒฃ #1302: @fwolfst Mention where original nginx templates are found by default.
    • ๐ŸŒ #1306: @josegonzalez Clarify web/cli installation docs. Closes #1177. Closes #1170
    • ๐Ÿ“š #1307: @josegonzalez Add release documentation. Closes #1287
    • โšก๏ธ #1324: @michaelshobbs Update docs to reflect default checks