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

Conversation

heroku-linguist[bot]
Copy link
Contributor

heroku/procfile

Added

  • Enabled tracing/telemetry via libcnb's trace feature. (#208)

Changed

  • Updated to Buildpack API 0.10. (#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/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 heroku-linguist bot requested a review from a team as a code owner February 28, 2024 08:08
@heroku-linguist heroku-linguist bot enabled auto-merge (squash) February 28, 2024 08:08
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
Copy link
Member

edmorley commented Feb 28, 2024

Note: I've had to downgrade the Procfile CNB version in the legacy builder images (heroku/buildpacks:20 and heroku/builder-classic:22) to v2.0.2, since cnb-shim isn't compatible with the direct process mode used in Procfile CNB v3.0.0:
heroku/cnb-shim#74

(These images are deprecated and will be fully sunset soon)

@heroku-linguist heroku-linguist bot merged commit befc9c5 into main Feb 28, 2024
42 checks passed
@heroku-linguist heroku-linguist bot deleted the update/heroku/procfile-cnb branch February 28, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant