buildpacks / libcnb

A non-opinionated language binding for the Cloud Native Buildpack Buildpack and Extension specifications
Apache License 2.0
31 stars 13 forks source link

Remove support for older buildpack APIs #149

Closed dmikusa closed 2 years ago

dmikusa commented 2 years ago

@samj1912 I believe you mentioned wanting to remove all of the older API support and require 0.8+ for v2.


This PR bumps the minimal supported Buildpack API to 0.8. It removes support for older versions (code, test cases, etc...).

Signed-off-by: Daniel Mikusa dmikusa@vmware.com