docs: document future removal of deprecated CHECKS file format

This will be removed in the future in favor of defining healthchecks in the app.json file.
This commit is contained in:
Jose Diaz-Gonzalez
2023-10-16 00:21:16 -04:00
parent f33d7f129b
commit 1adbcf7e2d

View File

@@ -17,6 +17,7 @@
- post-build-dockerfile
- post-build-lambda
- post-build-pack
- The `CHECKS` file was deprecated in the previous release in favor of defining healthchecks in the `app.json` file. It's support and auto-migration to healthchecks in the `app.json` file will be removed in the next release. See the [zero-downtime deploy documentation](/docs/deployment/zero-downtime-deploys.md) for more information on how the new zero downtime check format works.
## Removals