Tags: mvisser-nhb/dokku
Tags
Release 0.31.2 # History ## 0.31.2 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.31.2/bootstrap.sh sudo DOKKU_TAG=v0.31.2 bash bootstrap.sh ``` ### Bug Fixes - dokku#6154: @josegonzalez Ensure app clones have domains setup - dokku#6164: @josegonzalez Use correct path for openresty letsencrypt data - dokku#6165: @josegonzalez Ensure we cleanup extracted files prior to next deployment - dokku#6166: @josegonzalez Remove unused source from openresty trigger - dokku#6163: @josegonzalez Add missing triggers for openresty-vhosts plugin - dokku#6151: @josegonzalez Do not pass an empty argument to scheduler-run when triggering cron tasks manually - dokku#6150: @josegonzalez Correct issue where temp file cleanup fails deploy ### Documentation - dokku#6167: @josegonzalez Correct svg path on homepage - dokku#6153: @imankulov Fix superscript typos in plugin documentation ### Tests - dokku#6152: @josegonzalez Use buildjet for building arm images - dokku#6149: @josegonzalez Fix issue where CI cannot install docker-compose-plugin ### Dependencies - dokku#6161: @josegonzalez Upgrade sigil to 0.10.1 - dokku#6162: @josegonzalez Upgrade herokuish to 0.7.1 - dokku#6160: @josegonzalez Upgrade sshcommand to 0.17.1 - dokku#6159: @josegonzalez Upgrade procfile-util to 0.16.0 - dokku#6158: @josegonzalez Upgrade netrc to 0.7.1 - dokku#6157: @josegonzalez Upgrade lambda-builder to 0.5.0 - dokku#6147: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.6.1 to 38.1.0 - dokku#6145: @dependabot[bot] chore(deps): bump mkdocs-material from 9.2.2 to 9.2.3 in /docs/_build - dokku#6139: @dependabot[bot] chore(deps): bump flask from 2.3.2 to 2.3.3 in /tests/apps/multi - dokku#6140: @dependabot[bot] chore(deps): bump flask from 2.3.2 to 2.3.3 in /tests/apps/python-flask - dokku#6141: @dependabot[bot] chore(deps): bump mkdocs-material from 9.1.21 to 9.2.2 in /docs/_build ### Other - dokku#6148: @josegonzalez Add missing relabel command to docker-image-labeler for CNB builder
Release 0.31.1 # History ## 0.31.1 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.31.1/bootstrap.sh sudo DOKKU_TAG=v0.31.1 bash bootstrap.sh ``` ### Bug Fixes - dokku#6133: @josegonzalez Properly handle tag and branch pushes - dokku#6131: @josegonzalez Ensure tmp files are cleaned up when commands exit - dokku#6130: @josegonzalez Correct package for container healthchecker when building digitalocean image - dokku#6121: @josegonzalez Add missing error-log-path function to openresty plugin ### Documentation - dokku#6129: @josegonzalez Cleanup markdown and use Github Admonitions ### Dependencies - dokku#6120: @dependabot[bot] chore(deps): bump click from 8.1.6 to 8.1.7 in /docs/_build - dokku#6119: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.6.0 to 37.6.1 - dokku#6118: @dependabot[bot] chore(deps): bump werkzeug from 2.3.6 to 2.3.7 in /tests/apps/python-flask - dokku#6115: @dependabot[bot] chore(deps): bump golang from 1.20.7 to 1.21.0 in /tests/apps/zombies-dockerfile-no-tini - dokku#6114: @dependabot[bot] chore(deps): bump golang from 1.20.7 to 1.21.0 in /tests/apps/zombies-dockerfile-tini - dokku#6104: @dependabot[bot] chore(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 in /tests/apps/gogrpc - dokku#6113: @dependabot[bot] chore(deps): bump golang from 1.20.7 to 1.21.0 in /tests/apps/go-fail-predeploy - dokku#6112: @dependabot[bot] chore(deps): bump golang from 1.20.7 to 1.21.0 in /tests/apps/go-fail-postdeploy - dokku#6111: @dependabot[bot] chore(deps): bump golang from 1.20.7 to 1.21.0 in /tests/apps/gogrpc - dokku#6107: @dependabot[bot] chore(deps): bump pygments from 2.15.1 to 2.16.1 in /docs/_build - dokku#6106: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.5.2 to 37.6.0 - dokku#6105: @dependabot[bot] chore(deps): bump sinatra from 3.0.6 to 3.1.0 in /tests/apps/ruby ### Other - dokku#6122: @josegonzalez Plugin trigger and event cleanup
Release 0.31.0 # History ## 0.31.0 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.31.0/bootstrap.sh sudo DOKKU_TAG=v0.31.0 bash bootstrap.sh ``` See the [0.31.0 migration guide](/docs/appendices/0.31.0-migration-guide.md) for more information on migrating to 0.31.0. ### Backwards Compatibility Breaks - dokku#6102: @josegonzalez Deprecate ARM as a build target - dokku#6029: @josegonzalez Provide users the ability to override auto-detected port mappings ### Bug Fixes - dokku#6110: @josegonzalez Correctly handle rebase when generating release notes for minor/major releases - dokku#6081: @josegonzalez Use correct namespace for haproxy service state tracking - dokku#6079: @josegonzalez Remove debugging code from builder-dockerfile plugin - dokku#6078: @josegonzalez Use correct quoting in format template when fetching exposed image ports - dokku#6070: @josegonzalez Do not write empty values for nginx container labels - dokku#6014: @josegonzalez Automatically clear the git source-image property when changing deployment methodologies - dokku#5985: @josegonzalez Mount the traefik data directory instead of the acme.json file when starting traefik - dokku#5979: @josegonzalez Do not start proxy implementations during server restore if they weren't manually started via the :start command - dokku#5973: @josegonzalez Remove all containers and images by label on app destroy ### New Features - dokku#6100: @josegonzalez Add support for non-web healthchecks via app.json - dokku#6098: @josegonzalez Upgrade traefik image from v2.8 to v2.10 - dokku#6097: @josegonzalez Upgrade caddy image from 2.7 to 2.8 - dokku#6082: @josegonzalez Add openresty proxy implementation - dokku#6057: @josegonzalez Inject docker labels when nginx proxy implementation is in use - dokku#6043: @josegonzalez Write auto-detected port mappings during a deploy - dokku#6013: @josegonzalez Export environment variables during dockerfile builds for use with value-less --build-arg flags - dokku#6007: @Firfi Add application/wasm to nginx.conf.sigil gzip - dokku#5993: @josegonzalez Un-deprecate apps and config cli aliases - dokku#5992: @josegonzalez Mount the vector data directory instead of the vector file - dokku#5991: @josegonzalez Add the ability to execute a cron task on the fly - dokku#5990: @josegonzalez Add json format output to cron:list command - dokku#5989: @josegonzalez Skip scaled processes that are missing in the Procfile - dokku#5978: @josegonzalez Export environment variables during dockerfile builds for use with value-less --build-arg flags - dokku#5908: @josegonzalez Generate jobs for crontab in parallel - dokku#5891: @josegonzalez Add support for specifying multiple networks on a given app ### Refactors - dokku#6042: @josegonzalez Rename port-map property to port - dokku#6021: @josegonzalez Simplify ports-configure codebase - dokku#6018: @josegonzalez Move code that fetches raw tcp ports for dockerfile deploys to ports plugin - dokku#6017: @josegonzalez Deprecate proxy-configure-ports plugin trigger in favor of ports-configure - dokku#6011: @josegonzalez Use ports-get plugn trigger for fetching port mappings - dokku#6010: @josegonzalez Use ports-clear plugn trigger to manage clearing the port map - dokku#5988: @josegonzalez Move crontab writing code to scheduler-docker-local plugin - dokku#5975: @josegonzalez Standardize on shorthand for redirecting all output to /dev/null - dokku#5974: @josegonzalez Standardize on ls subcommand when interacting with the docker binary ### Documentation - dokku#6116: @josegonzalez Remove extra newline in migration docs - dokku#6099: @josegonzalez Clean up references in proxy plugins - dokku#5987: @josegonzalez Clarify that a branch can be specified when updating a plugin ### Tests - dokku#6103: @josegonzalez Timeout docker image builds in CI - dokku#6101: @josegonzalez Make it possible to specify an alternative base domain for tests - dokku#6095: @josegonzalez Remove assertion for unconsumed build arguments - dokku#6094: @josegonzalez Correct assertion for dockerfile builds when a variable is eval'd - dokku#6080: @josegonzalez Add assertions to various bats tests - dokku#6076: @josegonzalez Use assert_output_not_exists instead of asserting output is empty string - dokku#6075: @josegonzalez Use an alternative curl request to ensure requests go to the local nginx - dokku#6074: @josegonzalez Fix issue where networks weren't being torn down during testing - dokku#6012: @josegonzalez Use ports:report to get the list of port mappings - dokku#5977: @josegonzalez Move all shellcheck disable definitions to .shellcheckrc - dokku#5976: @josegonzalez Remove Stickler configuration ### Other - dokku#6109: @josegonzalez Make heroku-22/jammy the default stack for cnb/herokuish builds - dokku#6096: @josegonzalez Upgrade vector image from 0.23.x to 0.31.x - dokku#6019: @josegonzalez Move code for fetching an available port to the ports plugin - dokku#6015: @josegonzalez Move CHECKS file extraction to the beginning of the deploy - dokku#5995: @josegonzalez Migrate the proxy port map from config variable to property system - dokku#5986: @josegonzalez Move all port management code to standalone ports plugin - dokku#5495: @josegonzalez Move herokuish app cache from the filesystem into a docker volume
Release 0.30.11 # History ## 0.30.11 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.30.11/bootstrap.sh sudo DOKKU_TAG=v0.30.11 bash bootstrap.sh ``` ### Dependencies - dokku#6091: @dependabot[bot] chore(deps): bump mkdocs from 1.5.1 to 1.5.2 in /docs/_build - dokku#6093: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.5.1 to 37.5.2 - dokku#6088: @dependabot[bot] chore(deps): bump golang from 1.20.6 to 1.20.7 in /tests/apps/gogrpc - dokku#6087: @dependabot[bot] chore(deps): bump golang from 1.20.6 to 1.20.7 in /tests/apps/zombies-dockerfile-no-tini - dokku#6086: @dependabot[bot] chore(deps): bump golang.org/x/net from 0.12.0 to 0.13.0 in /tests/apps/gogrpc - dokku#6085: @dependabot[bot] chore(deps): bump golang from 1.20.6 to 1.20.7 in /tests/apps/go-fail-postdeploy - dokku#6084: @dependabot[bot] chore(deps): bump golang from 1.20.6 to 1.20.7 in /tests/apps/go-fail-predeploy - dokku#6083: @dependabot[bot] chore(deps): bump golang from 1.20.6 to 1.20.7 in /tests/apps/zombies-dockerfile-tini - dokku#6072: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.5.0 to 37.5.1 - dokku#6073: @dependabot[bot] chore(deps): bump pyparsing from 3.1.0 to 3.1.1 in /docs/_build
Release 0.30.10 # History ## 0.30.10 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.30.10/bootstrap.sh sudo DOKKU_TAG=v0.30.10 bash bootstrap.sh ``` ### Bug Fixes - dokku#6036: @l3x4 Remove auth middleware from traefik compose setup when basic auth is not enabled - dokku#6041: @josegonzalez Use updated path for devcontainer vscode extensions - dokku#6022: @iphoting Fix issue with docker plugin-list install failing boot for docker-based installations - dokku#6028: @josegonzalez Detect and use systemd on Debian systems when interacting with nginx ### Documentation - dokku#6068: @nickgal Fix typo in port management docs - dokku#6063: @PabloCastellano Fix typo in nginx docs ### Tests - dokku#6035: @iphoting Allow the check-commit CI job to work with PRs from other repos ### Dependencies - dokku#6065: @dependabot[bot] chore(deps): bump mkdocs-material from 9.1.19 to 9.1.21 in /docs/_build - dokku#6064: @dependabot[bot] chore(deps): bump mkdocs from 1.4.3 to 1.5.1 in /docs/_build - dokku#6059: @josegonzalez Update go packages to fix build issues - dokku#6058: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.4.0 to 37.5.0 - dokku#6053: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.3.0 to 37.4.0 - dokku#6049: @dependabot[bot] chore(deps): bump gunicorn from 21.1.0 to 21.2.0 in /tests/apps/multi - dokku#6050: @dependabot[bot] chore(deps): bump click from 8.1.5 to 8.1.6 in /docs/_build - dokku#6051: @dependabot[bot] chore(deps): bump gunicorn from 21.1.0 to 21.2.0 in /tests/apps/python-flask - dokku#6052: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.1.2 to 37.3.0 - dokku#6048: @dependabot[bot] chore(deps): bump pyyaml from 6.0 to 6.0.1 in /docs/_build - dokku#6047: @dependabot[bot] chore(deps): bump mkdocs-material from 9.1.18 to 9.1.19 in /docs/_build - dokku#6046: @dependabot[bot] chore(deps): bump gunicorn from 20.1.0 to 21.1.0 in /tests/apps/python-flask - dokku#6045: @dependabot[bot] chore(deps): bump gunicorn from 20.1.0 to 21.1.0 in /tests/apps/multi - dokku#6044: @dependabot[bot] chore(deps): bump zipp from 3.16.1 to 3.16.2 in /docs/_build - dokku#6038: @dependabot[bot] chore(deps): bump pymdown-extensions from 10.0.1 to 10.1 in /docs/_build - dokku#6039: @dependabot[bot] chore(deps): bump click from 8.1.4 to 8.1.5 in /docs/_build - dokku#6040: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.1.1 to 37.1.2 - dokku#6037: @dependabot[bot] chore(deps): bump zipp from 3.16.0 to 3.16.1 in /docs/_build - dokku#6034: @dependabot[bot] chore(deps): bump golang from 1.20.5 to 1.20.6 in /tests/apps/zombies-dockerfile-tini - dokku#6032: @dependabot[bot] chore(deps): bump golang from 1.20.5 to 1.20.6 in /tests/apps/zombies-dockerfile-no-tini - dokku#6033: @dependabot[bot] chore(deps): bump golang from 1.20.5 to 1.20.6 in /tests/apps/gogrpc - dokku#6031: @dependabot[bot] chore(deps): bump golang from 1.20.5 to 1.20.6 in /tests/apps/go-fail-postdeploy - dokku#6030: @dependabot[bot] chore(deps): bump golang from 1.20.5 to 1.20.6 in /tests/apps/go-fail-predeploy - dokku#6027: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.1.0 to 37.1.1 - dokku#6024: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.0.5 to 37.1.0 - dokku#6026: @dependabot[bot] chore(deps): bump importlib-metadata from 6.7.0 to 6.8.0 in /docs/_build - dokku#6025: @dependabot[bot] chore(deps): bump zipp from 3.15.0 to 3.16.0 in /docs/_build ### Other - dokku#6056: @Coffee2CodeNL Add debian bookworm to release and bootstrap script
Release 0.30.9 # History ## 0.30.9 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.30.9/bootstrap.sh sudo DOKKU_TAG=v0.30.9 bash bootstrap.sh ``` ### Bug Fixes - dokku#6009: @josegonzalez Properly set the plugin repository name when installing in a docker-based dokku install - dokku#5999: @caplod Fix http to https redirect in traefik ### Documentation - dokku#6006: @josegonzalez Clarify how to specify the contents of an ssh key for dokku - dokku#5998: @kleutzinger Fix typo in scheduled cron task documentation - dokku#5984: @josegonzalez Unify all Procfile-handling documentation under the process management docs - dokku#5982: @josegonzalez Update docs to mention that files are extracted from source where source code is available ### Dependencies - dokku#6008: @dependabot[bot] chore(deps): bump click from 8.1.3 to 8.1.4 in /docs/_build - dokku#6003: @dependabot[bot] chore(deps): bump django from 4.1.9 to 4.1.10 in /tests/apps/dockerfile-release - dokku#6005: @dependabot[bot] chore(deps): bump golang.org/x/net from 0.11.0 to 0.12.0 in /tests/apps/gogrpc - dokku#6000: @dependabot[bot] chore(deps): bump mkdocs-material from 9.1.17 to 9.1.18 in /docs/_build
Release 0.30.8 # History ## 0.30.8 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.30.8/bootstrap.sh sudo DOKKU_TAG=v0.30.8 bash bootstrap.sh ``` ### Bug Fixes - dokku#5941: @josegonzalez Use github token to avoid rate limiting during packer init - dokku#5930: @michaelmulley Fix issue with docker plugin-list install failing boot for docker-based installations ### New Features - dokku#5962: @jaytula Add Debian 12 support to the bootstrap install script - dokku#5926: @josegonzalez Update default herokuish version to 0.6.0 ### Documentation - dokku#5943: @josegonzalez Add a note for each network type mentioning when they are best used - dokku#5938: @josegonzalez Add build-base to ensure gcc is available - dokku#5927: @aradalvand Improve docs about `X-Forwarded-*` headers and move it to nginx.md - dokku#5921: @aradalvand Update dockerfiles.md to mention that BuildKit is the default builder from Docker v24 onwards - dokku#5923: @aradalvand Remove `:master` from `git push` commands in the documentation ### Tests - dokku#5972: @josegonzalez Add permissions to allow publishing test results for pull requests - dokku#5944: @josegonzalez Add the ability to skip ci when commit message includes a ci skip message or are docs related ### Dependencies - dokku#5971: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.0.4 to 37.0.5 - dokku#5967: @dependabot[bot] chore(deps): bump socket.io from 4.6.2 to 4.7.1 in /tests/apps/.websocket.disabled - dokku#5968: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.0.3 to 37.0.4 - dokku#5966: @dependabot[bot] chore(deps): bump mkdocs-material from 9.1.16 to 9.1.17 in /docs/_build - dokku#5965: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 36.4.1 to 37.0.3 - dokku#5957: @josegonzalez chore: update go packages to fix build issues - dokku#5956: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 36.4.0 to 36.4.1 - dokku#5949: @dependabot[bot] chore(deps): bump github.com/otiai10/copy from 1.11.0 to 1.12.0 in /plugins/builder - dokku#5951: @dependabot[bot] chore(deps): bump github.com/otiai10/copy from 1.11.0 to 1.12.0 in /plugins/ps - dokku#5952: @dependabot[bot] chore(deps): bump github.com/otiai10/copy from 1.11.0 to 1.12.0 in /plugins/common - dokku#5953: @dependabot[bot] chore(deps): bump github.com/otiai10/copy from 1.11.0 to 1.12.0 in /plugins/app-json - dokku#5948: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 36.3.0 to 36.4.0 - dokku#5950: @dependabot[bot] chore(deps): bump importlib-metadata from 6.6.0 to 6.7.0 in /docs/_build - dokku#5954: @dependabot[bot] chore(deps): bump pyparsing from 3.0.9 to 3.1.0 in /docs/_build - dokku#5946: @josegonzalez Update to actions/checkout@v3 - dokku#5940: @dependabot[bot] chore(deps): bump mkdocs-material from 9.1.15 to 9.1.16 in /docs/_build - dokku#5939: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 36.2.1 to 36.3.0 - dokku#5937: @josegonzalez chore: update go packages to fix build issues - dokku#5934: @dependabot[bot] chore(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 in /plugins/app-json - dokku#5933: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 36.1.0 to 36.2.1 - dokku#5935: @dependabot[bot] chore(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 in /plugins/common - dokku#5928: @dependabot[bot] chore(deps): bump golang.org/x/net from 0.10.0 to 0.11.0 in /tests/apps/gogrpc - dokku#5922: @dependabot[bot] chore(deps): bump werkzeug from 2.3.5 to 2.3.6 in /tests/apps/python-flask - dokku#5919: @dependabot[bot] chore(deps): bump python from 3.11.3-buster to 3.11.4-buster in /tests/apps/dockerfile-release - dokku#5913: @dependabot[bot] chore(deps): bump golang from 1.20.4 to 1.20.5 in /tests/apps/go-fail-predeploy - dokku#5915: @dependabot[bot] chore(deps): bump github.com/onsi/gomega from 1.27.7 to 1.27.8 in /plugins/config - dokku#5916: @dependabot[bot] chore(deps): bump github.com/onsi/gomega from 1.27.7 to 1.27.8 in /plugins/common - dokku#5917: @dependabot[bot] chore(deps): bump werkzeug from 2.3.4 to 2.3.5 in /tests/apps/python-flask - dokku#5918: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 36.0.18 to 36.1.0 - dokku#5920: @dependabot[bot] chore(deps): bump python from 3.11.3-alpine to 3.11.4-alpine in /docs/_build - dokku#5914: @dependabot[bot] chore(deps): bump golang from 1.20.4 to 1.20.5 in /tests/apps/zombies-dockerfile-no-tini - dokku#5912: @dependabot[bot] chore(deps): bump golang from 1.20.4 to 1.20.5 in /tests/apps/go-fail-postdeploy - dokku#5911: @dependabot[bot] chore(deps): bump golang from 1.20.4 to 1.20.5 in /tests/apps/gogrpc - dokku#5910: @dependabot[bot] chore(deps): bump golang from 1.20.4 to 1.20.5 in /tests/apps/zombies-dockerfile-tini - dokku#5909: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 36.0.17 to 36.0.18 - dokku#5906: @dependabot[bot] chore(deps): bump markupsafe from 2.1.2 to 2.1.3 in /docs/_build - dokku#5907: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 36.0.15 to 36.0.17 ### Other - dokku#5945: @josegonzalez tests: split out image building into it's own job to speed up ci - dokku#5942: @josegonzalez Move the times function to functions.go
Release 0.30.7 # History ## 0.30.7 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.30.7/bootstrap.sh sudo DOKKU_TAG=v0.30.7 bash bootstrap.sh ``` ### Bug Fixes - dokku#5905: @josegonzalez fix: trim whitespace on registry property values ### Documentation - dokku#5897: @josegonzalez Add cron-restart to plugin registry ### Dependencies - dokku#5904: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 36.0.11 to 36.0.15 - dokku#5902: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 36.0.10 to 36.0.11 - dokku#5900: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 36.0.9 to 36.0.10 - dokku#5898: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 36.0.8 to 36.0.9 - dokku#5899: @dependabot[bot] chore(deps): bump mkdocs-material from 9.1.14 to 9.1.15 in /docs/_build - dokku#5894: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 36.0.6 to 36.0.8
Release 0.30.6 # History ## 0.30.6 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.30.6/bootstrap.sh sudo DOKKU_TAG=v0.30.6 bash bootstrap.sh ``` ### Bug Fixes - dokku#5889: @josegonzalez Respect dashboard disabling properties in traefik - dokku#5890: @josegonzalez Add missing report triggers and omitted proxy functionality - dokku#5757: @josegonzalez Ensure users can push from an image-deploy repository and respect deploy-branch ### New Features - dokku#5873: @josegonzalez Add dependabot to all plugin dependencies ### Dependencies - dokku#5877: @dependabot[bot] chore(deps): bump github.com/multiformats/go-base36 from 0.1.1-0.20220823151017-f5af2eed4d9c to 0.2.0 in /plugins/cron - dokku#5886: @josegonzalez chore: bump github.com/otiai10/copy from 1.9.0 to 1.11.0 - dokku#5875: @dependabot[bot] chore(deps): bump github.com/gofrs/flock from 0.8.0 to 0.8.1 in /plugins/ps - dokku#5885: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 36.0.3 to 36.0.6 - dokku#5871: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 35.9.2 to 36.0.3 ### Other - dokku#5887: @josegonzalez chore: bump github.com/ryanuber/columnize from 1.1.2-0.20190319233515-9e6335e58db3 to 2.1.2+incompatible - dokku#5872: @Samuelodan Fix typo in upgrading docs
Release 0.30.5 # History ## 0.30.5 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.30.5/bootstrap.sh sudo DOKKU_TAG=v0.30.5 bash bootstrap.sh ``` ### New Features - dokku#5862: @edmorley Stop using the `latest` tag for the default `DOKKU_CNB_BUILDER` ### Documentation - dokku#5870< 4C87 /a>: @josegonzalez Repair malformed code-block - dokku#5863: @joker234 Remove reference to ssh github clone from app deployment docs ### Tests - dokku#5867: @josegonzalez Update linuxserver image used in tests to one that is compatible with arm64 ### Dependencies - dokku#5868: @josegonzalez Update all golang dependencies to fix go.0 tests - dokku#5856: @dependabot[bot] chore(deps): bump pymdown-extensions from 9.11 to 10.0.1 in /docs/_build - dokku#5865: @dependabot[bot] chore(deps): bump requests from 2.27.1 to 2.31.0 in /tests/apps/lambda-python - dokku#5864: @dependabot[bot] chore(deps): bump mkdocs-material from 9.1.12 to 9.1.14 in /docs/_build - dokku#5866: @dependabot[bot] chore(deps): bump maven-dependency-plugin from 3.5.0 to 3.6.0 in /tests/apps/java
PreviousNext