-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update heroku/procfile-cnb to v3.0.0 (#469)
* Update heroku/procfile-cnb to v3.0.0 ## heroku/procfile ### Added - Enabled tracing/telemetry via `libcnb`'s `trace` feature. ([#208](heroku/buildpacks-procfile#208)) ### Changed - Updated to Buildpack API 0.10. ([#205](heroku/buildpacks-procfile#205)) - All launch processes are now wrapped in `bash -c` instead of using CNB's `direct = false` directive, which is no longer available. - `.profile` and `.profile.d` scripts will no longer be automatically sourced. - CNB Lifecycle 0.17 or newer is now required. * Downgrade procfile to v2.0.2 in legacy builder images We have to use Procfile CNB v2.0.2 in this builder image, since cnb-shim isn't compatible with the direct process mode used in newer Procfile CNB: heroku/cnb-shim#74 --------- Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <[email protected]>
- Loading branch information
1 parent
0659f11
commit befc9c5
Showing
4 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters