Merge pull request #6284 from dokku/checks-deprecation

Document future removal of deprecated CHECKS file format
This commit is contained in:
Jose Diaz-Gonzalez
2023-10-16 00:49:03 -04:00
committed by GitHub

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