buildpacks / lifecycle

Reference implementation of the Cloud Native Buildpacks lifecycle
https://buildpacks.io
Apache License 2.0
186 stars 105 forks source link

Buildpack API 0.11 is supported as of lifecycle 0.19 #1326

Closed natalieparellano closed 6 months ago

natalieparellano commented 6 months ago

Fixes https://github.com/buildpacks/lifecycle/issues/1322

Summary

lifecycle 0.19.0 "supports" Buildpack API 0.11 in that it is possible to use Buildpack API 0.11 features with this lifecycle, but it doesn't declare support for this API version in api.Buildpack nor in lifecycle.toml and the associated label. This fix adds Buildpack API 0.11 as a supported API version.

Release notes

Adds Buildpack API 0.11 as a supported API version


Related

Resolves #1322