mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
980 B
980 B
0.37.0 Migration Guide
Changes
- The
app.jsonfile format is now parsed as JSONC and supports inline comments. - The
scheduler-k3s:cluster-addcommand is nowscheduler-k3s:cluster:add. - The
scheduler-k3s:cluster-listcommand is nowscheduler-k3s:cluster:list. - The
scheduler-k3s:cluster-removecommand is nowscheduler-k3s:cluster:remove.
Removals
- Support for the
DOKKU_DOCKERFILE_CACHE_BUILDenvironment variable has been removed. Use thedocker-optionsplugin to set build arguments for your app instead. - Support for the
DOKKU_DOCKER_BUILD_OPTSenvironment variable has been removed. Use thedocker-optionsplugin to set build arguments for your app instead. - Support for the
no-cachenixpacks property has been removed. Use thedocker-optionsplugin to set build arguments for your app instead. - Support for customizing the label-key for the caddy proxy has been removed. Always use
caddy.as a prefix for your caddy directives.