docs: add migration note for deprecation of ubuntu 16.04

This commit is contained in:
Jose Diaz-Gonzalez
2021-08-04 13:45:49 -04:00
parent 111d5c68bf
commit e95384f76b

View File

@@ -11,3 +11,7 @@
- The `--rm` and ``--rm-container` flags may be specified but no longer have any effect on `dokku run`.
- The `--detach` flag is deprecated in favor of the `run:detached` command.
- The `DOKKU_SCALE` file is deprecated. Please see the [process management documentation](/docs/processes/process-management.md#manually-managing-process-scaling) for more information on it's replacement with the `formations` key of the `app.json` file.
## Removals
- As of April 2021, Ubuntu 16.04 is no longer an LTS release, and support has been removed. Packages may still install on older versions of Ubuntu, but are no longer tested, and therefore no support will be provided.