Dokku v0.4.1 Release Notes

  • 🛠 This release is primarily a bugfix and documentation update. In 0.4.0, we incorrectly handled setting environment variables in certain cases, resulting in misconfigured applications. We recommend that all users upgrade from 0.4.1 as soon as possible.

    🚀 One new feature is colorized logging output, which should make it easier to debug application logging output when deploying multiple processes.

    🐛 Bug Fixes

    • 📦 #1494: @callahad Correctly install packages for DOKKU_TAG=v0.4.0
    • 📦 #1496: @callahad Don't prompt users when installing dokku package
    • #1514: @michaelshobbs Do not use exit 0 in config functions and fix CURL environment variable setting

    🆕 New Features

    • 🔌 #1482: @Flink Strip the dokku- part from plugins on install
    • 🖨 #1500: @jazzzz Log user name and fingerprint in events
    • 🔊 #1512: @Flink Colorize output from logs

    📚 Documentation

    • ⚡️ #1485: @matto1990 Update Slack plugin compatability
    • ⚡️ #1488: @josegonzalez Update plugins list with compatibility changes
    • 🚧 #1491: @josegonzalez Promote maintenance and http basic auth plugins to official status
    • ⬆️ #1492: @josegonzalez Upgrade hostname plugin to 0.4.0+ compatibility
    • 📚 #1501: @josegonzalez Clarify bootstrap installation documentation
    • ⚡️ #1502: @josegonzalez Update dokku-apt compatibility
    • 🔌 #1504: @michaelshobbs Change plugin install doc to show one-step method