lifecycle
lifecycle copied to clipboard
Field name for buildpack ID is inconsistent
trafficstars
Before v1.0.0, we should fix the buildpack ID field in the io.buildpacks.lifecycle.metadata label:
https://github.com/buildpacks/lifecycle/blob/7617cba81b8421a4386188914bd46a8f3a8f8bdd/metadata.go#L105
key should be id to match all other data structures / serializations that contain a buildpack ID.
This would be a breaking change unless we accept both formats.
@sclevine These labels were added to the Platform API spec in 0.3. I think this should begin with a PR to the spec to update the label schema.