App Platform is a Platform-as-a-Service (PaaS) offering that allows developers to publish code directly to DigitalOcean servers without worrying about the underlying infrastructure.
You can now upgrade your app stacks to Ubuntu 22 on App Platform. This upgrade provides security updates, newer versions of buildpacks, and new features, such as upgrading to newer Node.js versions.
We have updated the following buildpacks:
HUGO_VERSION
environment variable. For more information and configuration options, see the buildpack’s documentation page.You can now remap and redirect URL paths in your apps on App Platform. For example, if you have the existing path /your-app/api/functions/js/post
in your app, you can create a rewrite that masks that path with the simpler path, /your-app/api/post
. Or you can redirect traffic from a specified path to a different URL on the internet.
Additionally, app routing information is now specified under the ingress
stanza of app specs.
For more information, see all App Platform release notes.