Releases: heroku/buildpacks-procfile
Releases · heroku/buildpacks-procfile
v3.1.2
v3.1.1
heroku/procfile
Fixed
- No changes to functionality. New release to fix incorrectly published artifacts in 3.1.0.
v3.1.0
v3.0.1
v3.0.0
heroku/procfile
Added
- Enabled tracing/telemetry via
libcnb
'strace
feature. (#208)
Changed
- Updated to Buildpack API 0.10. (#205)
- All launch processes are now wrapped in
bash -c
instead of using CNB'sdirect = 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.
- All launch processes are now wrapped in
v2.0.2
v2.0.1
v2.0.0
heroku/procfile
Changed
- Buildpack now implements buildpack API version 0.8 and so requires
lifecycle
version 0.14.x or newer. (#98) - Upgraded
libcnb
andlibherokubuildpack
to 0.11.0. (#98 and #102)
Removed
- Removed explicitly named stacks from
[[stacks]]
, which were a workaround for Pack CLI <0.24.1 not supporting the wildcard stack. (#103)
v1.0.2
heroku/procfile
Changed
- The buildpack binary is now stripped for reduced builder image size (thanks to
libcnb-cargo
v0.5.0). - Updated
libcnb
andlibherokubuildpack
from 0.5.0 to 0.9.0. (#49, #60, #82 and #88)
Fixed
- Removed incorrect error message shown in the case of internal buildpack regex errors. (#77)