0.24.0 Migration Guide
Changes
- The commands
proxy:enable,proxy:disableandproxy:build-confignow support the--allflag in addition to general parallelism. - The
builder-cnbplugin has been renamedbuilder-pack, and all related plugin triggers have had the suffix-cnbchanged to-pack.
Deprecations
- The 1.0.0 release of Dokku will no longer select buildpack builders over dockerfile builders if both builders match. Instead, Dokku will choose the first builder that responds to the
builder-detecttrigger. Users that wish to use a specific builder may set a builder using thebuilder:setcommand, which will force Dokku to use the specified builder regardless of what might be auto-detected. - The
tagsplugin is deprecated in favor of thegit:from-imagecommand. It will be removed in the next minor release, and is considered unmaintained. Users are highly encouraged to switch their workflows togit:from-image. - The
tarplugin is deprecated in favor of thegit:from-archivecommand. It will be removed in the next minor release, and is considered unmaintained. Users are highly encouraged to switch their workflows togit:from-archive.