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 to buildpack API 0.10, invoke processes via bash #205

Merged
merged 9 commits into from
Feb 22, 2024
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/target
/packaged
.tool-versions
.idea
.DS_Store
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Update to Buildpack API 0.10. As a side-effect, all launch processes are now wrapped in `bash -c` instead of using CNB's `direct = false` directive, which is no longer available. ([#205](https://github.com/heroku/procfile-cnb/pull/205))
joshwlewis marked this conversation as resolved.
Show resolved Hide resolved

## [2.0.2] - 2023-10-24

### Changed
Expand Down
Loading