chore: drop support for Ubuntu 20.04

This is no longer supported upstream by Canonical.
This commit is contained in:
Jose Diaz-Gonzalez
2025-07-23 21:54:24 -04:00
parent bcefa92f30
commit 344cb39a44
6 changed files with 12 additions and 8 deletions

View File

@@ -6,3 +6,7 @@
- Processes now default to a `30` second stop timeout.
- The `domains:clear` command no longer runs domain setup after clearing the domains. Use `domains:reset` or run `domains:setup` manually to have the same effect.
- The deprecated `DOKKU_DISABLE_ANSI_PREFIX_REMOVAL` setting has been removed. Dokku deploys no longer use shell escape codes to modify output, and thus deploy output may now contain `remote:` as a prefix in each lines output.
## Deprecations
Ubuntu 20.04 is now a deprecated installation target. The operating system will be considered EOL by Canonical in April 2025. Users are encouraged to upgrade to Ubuntu 24.04 or consider switching their instllation method to the [Docker-based installation method](/docs/getting-started/install/docker.md) to avoid any disruption in usage.