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

Removes CNB Bindings Support #122

Closed dmikusa closed 2 years ago

dmikusa commented 2 years ago

The CNB binding support has been deprecated for a while in favor of the Kubernetes binding spec. This may be contentious, but I think it seems like a good time to remove support for this API. This PR removes the support & tests.

This PR does not attempt to refactor the binding interface that we have. I know that is a topic that's come up, and that would be something we can potentially do through a separate PR.

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