Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes backwards compatible glue for unsupported buildpack APIs #1188

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

natalieparellano
Copy link
Member

Fixes #1187

Summary

Top level versions in the build plan were deprecated in Buildpack API 0.3.

Previously, if a buildpack contributed a build plan (or BOM) entry with a top level version, we would try to move that version into metadata.version so that it could be matched with plan entries from newer buildpacks.

Now that Buildpack API 0.3 is unsupported, we should stop doing this conversion and just error.

Release notes

Removes backwards compatible glue for unsupported buildpack APIs


Related

Resolves #1187

Fixes #1187

Signed-off-by: Natalie Arellano <narellano@vmware.com>
@natalieparellano natalieparellano requested a review from a team as a code owner August 23, 2023 19:30
@natalieparellano natalieparellano merged commit 105808c into main Aug 25, 2023
7 checks passed
@natalieparellano natalieparellano deleted the remove-glue branch August 25, 2023 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove backwards compatible glue for older buildpack APIs
2 participants