Releases: dokku/dokku
Releases · dokku/dokku
v0.23.3
Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.23.3/bootstrap.sh
sudo DOKKU_TAG=v0.23.3 bash bootstrap.shBug Fixes
- #4397: @josegonzalez Correctly handle environment variables in deployment tasks for Cloud Native Buildpacks
- #4394: @josegonzalez Swap order of arguments on config-get call
New Features
- #4395: @josegonzalez Add environment variable support to CNB-based containers
Refactors
- #4393: @josegonzalez Use docker-image-labeler in cnb builder-build trigger
Documentation
Tests
- #4390: @josegonzalez Run tests faster by not cloning the buildpack each time
Other
- #4389: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 188 to 189 in /tests/apps/php
v0.23.2
Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.23.2/bootstrap.sh
sudo DOKKU_TAG=v0.23.2 bash bootstrap.shBug Fixes
- #4388: @josegonzalez Do not inject max-size option when not using local or json-file log-drivers
- #4386: @josegonzalez Update to docker-image-labeler that handles in-use images
New Features
- #4387: @josegonzalez Only warn if the vector container is stopped when fetching logs
- #4372: @josegonzalez Add ability to clear an individual resource
- #4384: @josegonzalez Add support for injected cron entries from external plugins
Refactors
- #4373: @josegonzalez Do not attempt to extract Procfile in ps:scale
Documentation
- #4377: @josegonzalez Add note about the dokku user cron being overwritten by Dokku
Other
v0.23.1
Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.23.1/bootstrap.sh
sudo DOKKU_TAG=v0.23.1 bash bootstrap.shBug Fixes
- #4368: @josegonzalez Always report resources
New Features
- #4369: @josegonzalez Allow formatting :report command output as json
Documentation
- #4367: @josegonzalez Update deeplink to digitalocean marketplace image on homepage
- #4366: @josegonzalez Update Digitalocean docs
- #4363: @josegonzalez Refer to the monitored slack and github discussions channels in the issue template
- #4359: @josegonzalez Fix command call for set-property
- #4358: @Cellane Update header on cron documentation
- #4357: @Cellane Fix spelling in nginx documentation
Other
- #4365: @dependabot-preview[bot] chore(deps): bump jinja2 from 2.11.2 to 2.11.3 in /tests/apps/python-flask
v0.23.0
Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.23.0/bootstrap.sh
sudo DOKKU_TAG=v0.23.0 bash bootstrap.shSee the 0.23.0 migration guide for more information on migrating to 0.23.0.
Bug Fixes
- #4356: @josegonzalez Do not retag images unnecessarily
- #4355: @josegonzalez Allow underscores in vector schemes
- #4350: @josegonzalez Add missing trigger to events plugin
- #4348: @josegonzalez Correct app-specific shell handling
- #4333: @josegonzalez Drop tmpdir environment variables when not running as dokku user
New Features
- #4336: @josegonzalez Add ability to manage stacks on an app or global level …
- #4354: @josegonzalez Log all triggers called by golang in trace output
- #4300: @AubreyHewes allow disabling hsts globally and explicitly enable per app
- #4337: @josegonzalez Add logrotation to container log files
- #4318: @josegonzalez Add ability to set client max body size via nginx:set
- #4343: @josegonzalez feat: add initial scheduled task implementation
- #4297: @josegonzalez Add support for cloning/syncing from a remote repository
- #4340: @bjornpost Allow configuring x-forwarded-* proxy headers via nginx:set
Refactors
- #4349: @josegonzalez Remove need for internal dokku calls
Documentation
- #4347: @fomojola Add post-deploy webhook to list of community plugins
- #4342: @AubreyHewes Point to current testing docs
- #4341: @josegonzalez Add testing link to contributing.md
Tests
- #4352: @josegonzalez Add a test for application renames
- #4351: @josegonzalez Set hostname for CI runs
- #4322: @josegonzalez Switch to Github Actions for CI
Other
- #4353: @josegonzalez Drop unused flag introduced by logs max-size feature
v0.22.9
Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.22.9/bootstrap.sh
sudo DOKKU_TAG=v0.22.9 bash bootstrap.shBug Fixes
- #4334: @josegonzalez allow git pushes to apps that already exist but have old names
- #4335: @josegonzalez Add error checking to plugin:install and plugin:update
- #4338: @josegonzalez Strip trailing slashes in hostname from web installer
- #4332: @josegonzalez Correct aws release check in release-plugin script
- #4311: @nisseknudsen Allow named volume mounts in regex
- #4320: @josegonzalez Hardcode cnb workdir to /workspace
New Features
- #4321: @josegonzalez Add git version to output
Refactors
- #4329: @josegonzalez Standardize apt-get usage
Documentation
Tests
- #4331: @josegonzalez Switch to upstream bats-core
- #4330: @josegonzalez Switch to using uuidgen for unique app names
Other
- #4325: @WaviestBalloon Updated bootstrap.sh to not show when $DOKKU_TAG equals nothing
- #4324: @dependabot-preview[bot] chore(deps): bump socket.io from 3.0.5 to 3.1.0 in /tests/apps/.websocket.disabled
- #4319: @josegonzalez Update ruby dependencies in test app
- #4312: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 187 to 188 in /tests/apps/php
v0.22.8
Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.22.8/bootstrap.sh
sudo DOKKU_TAG=v0.22.8 bash bootstrap.shBug Fixes
- #4309: @josegonzalez Correct issue where verifying an app name would bail early
Documentation
- #4307: @josegonzalez Specify that the dokku logo is for non-commercial use
v0.22.7
This release fixes an issue where the vector logging container doesn't start due to a missing argument. Please upgrade if using vector.
Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.22.7/bootstrap.sh
sudo DOKKU_TAG=v0.22.7 bash bootstrap.shBug Fixes
- #4301: @josegonzalez Ensure vector container starts correctly
v0.22.6
This release fixes an issue surrounding reboots and app starts - #4295 - that was introduced in 0.22.x. An upgrade is highly recommended.
Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.22.6/bootstrap.sh
sudo DOKKU_TAG=v0.22.6 bash bootstrap.shBug Fixes
- #4295: @josegonzalez Update ps subcommands and triggers
New Features
- #4286: @josegonzalez Add support for templated CHECKS files
- #4294: @josegonzalez Enhance ssh client logging output
- #4291: @josegonzalez Add log aggregation support via Vector
- #4288: @josegonzalez Add the pid of the dokku process to event logs
- #4289: @josegonzalez Clean precheck tmp file on exit
Refactors
- #4287: @josegonzalez Refactor parallelized goroutines to use error groups
Documentation
- #4292: @thomasfedb Update docs to note support for Ubuntu 20.04
- #4293: @ltalirz Fix path in persistent storage docs
Other
- #4290: @josegonzalez Add support for debug logging plugin trigger stderr and stdout
v0.22.5
Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.22.5/bootstrap.sh
sudo DOKKU_TAG=v0.22.5 bash bootstrap.shBug Fixes
- #4279: @josegonzalez Allow vmware-based vm to work on big sur
Refactors
- #4282: @josegonzalez Cleanup brew-bump integration
- #4280: @josegonzalez Parallelize report and scheduler retrieval
Documentation
- #4285: @josegonzalez Reference official gitlab-ci integration
- #4284: @josegonzalez Drop old doc link to gitlab ci docs
- #4283: @josegonzalez Add CI documentation section for Github Actions and Gitlab
- #4281: @josegonzalez Add forum link to documentation
v0.22.4
Install/update via the bootstrap script:
wget https://raw.githubusercontent.com/dokku/dokku/v0.22.4/bootstrap.sh
sudo DOKKU_TAG=v0.22.4 bash bootstrap.shBug Fixes
- #4274: @josegonzalez Use correct warning message for deprecated code
New Features
- #4273: @josegonzalez Upgrade to golang 1.15
Refactors
- #4275: @josegonzalez Add calls to verify app name in subcommands
Documentation
- #4272: @josegonzalez Correct help output for ssh-keys command
Tests
- #4276: @josegonzalez Upgrade version of plugn used in tests