lifecycle icon indicating copy to clipboard operation
lifecycle copied to clipboard

Field name for buildpack ID is inconsistent

Open sclevine opened this issue 5 years ago • 1 comments
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 avatar Aug 08 '20 06:08 sclevine

@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.

ekcasey avatar Aug 18 '20 17:08 ekcasey