2.6 KiB
0.20.0 Migration Guide
Removals
Command removals
The following commands were previously deprecated and were removed in this release.
apps: Useapps:listinstead.certs: Usecerts:reportinstead.certs:info: Usecerts:reportinstead.checks: Usechecks:reportinstead.docker-options: Usedocker-options:reportinstead.domains: Usedomains:reportinstead.plugin: Useplugin:listinstead.proxy: Useproxy:reportinstead.trace: Usetrace:onortrace:offinstead.ps: Useenterwith a container ID instead to runps auxwwwithin a container.
The refactor of the proxy plugin removes the following functions from being sourced in plugins:
proxy#get_app_proxy_port_map()proxy#list_app_proxy_ports()proxy#filter_app_proxy_ports()proxy#add_proxy_ports()proxy#remove_proxy_ports()proxy#set_proxy_ports()
The informal policy is to allow removal of functions within a functions file if they are not used in OSS plugins. Should you be affected by any such removals, please file an issue to expose the functionality via a plugin trigger.
Remove support for Unsupported Operating Systems
Dokku will no longer distribute packages for Ubuntu versions that have reached either End of Life or End of Standard Support (for LTS releases). This currently includes the following releases:
- Ubuntu 14.04 (trusty)
- Ubuntu 14.10 (utopic)
- Ubuntu 15.04 (vivid)
- Ubuntu 15.10 (wily)
- Ubuntu 16.10 (yakkety)
- Ubuntu 17.04 (zesty)
- Ubuntu 17.10 (artful)
Dokku will no longer distribute packages for Debian versions that are not stable or oldstable. This currently includes the following releases:
- Debian 7 (wheezy)
- Debian 8 (jessie)
App report flags
The following changes on the apps:report command were made in this release
- The
--git-shaflag was moved from theapps:reportcommand to thegit:reportcommand. - The
--deploy-sourceflag was renamed to--app-deploy-source. - The
--lockedflag was renamed to--app-locked.
Deprecations
nginx:show-confhas been deprecated in favor ofnginx:show-config.proxy#is_app_proxy_enabled()is deprecated in favor ofplugn trigger proxy-is-enabledproxy#get_app_proxy_type()is deprecated in favor ofplugn trigger proxy-typeapps#apps_create()is deprecated in favor ofplugn trigger app-createapps#apps_destroy()is deprecated in favor ofplugn trigger app-destroyapps#apps_exists()is deprecated in favor ofplugn trigger app-existsapps#apps_maybe_create()is deprecated in favor ofplugn trigger app-maybe-create