mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
This change makes interacting with port mappings more clear - folks might previously set the port mapping to the proxy type or vice-versa. The existing proxy:ports* commands still exist but will show a deprecation warning for a single minor release.
442 B
442 B
0.31.0 Migration Guide
Changes
- Herokuish build cache is now mounted from a docker volume - eg.
cache-node-js-app- instead of the local filesystem. All existing app cache will be cleared upon upgrading past 0.29.0. - The
proxy:ports*commands have been replaced with the newportsplugin. Users will be able to use the oldproxy:ports*commands for a single minor release, and they will be removed in the next minor release.