Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update heroku/procfile-cnb to v3.0.0 #469

Merged
merged 2 commits into from
Feb 28, 2024

Commits on Feb 28, 2024

  1. 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.
    heroku-linguist[bot] committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    be37415 View commit details
    Browse the repository at this point in the history
  2. 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
    edmorley committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4ae7983 View commit details
    Browse the repository at this point in the history