You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Make the "Buildpack API version mismatch" check still work when buildpack.toml doesn't match the spec or custom buildpack type (#421).
Remove support for custom exit codes from Buildpack::on_error. Exit codes are part of the CNB spec and there are cases where some exit codes have special meaning to the CNB lifecycle. This put the burden on the buildpack author to not pick exit codes with special meanings, dependent on the currently executing phase. This makes Buildpack::on_error more consistent with the rest of the framework where we don't expose the interface between the buildpack and the CNB lifecycle directly but use abstractions for easier forward-compatibility and to prevent accidental misuse. (#415).
Update libcnb-data (which provides the types in the data module) from 0.6.0 to 0.7.0 - see the libcnb-data changelog (#432).