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

Support multiple buildpack apis simultaneously. #487

Merged
merged 1 commit into from
Aug 26, 2020

Conversation

matthewmcnew
Copy link
Collaborator

- Supports multiple buildpack apis from buildpack rfc: https://github.com/buildpacks/rfcs/blob/main/text/0041-api-version-compat.md
- Includes multi-api lifecycle descriptor buildpacks/lifecycle#344
- go mod tidy
@codecov-commenter
Copy link

Codecov Report

Merging #487 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #487   +/-   ##
=======================================
  Coverage   67.59%   67.59%           
=======================================
  Files          74       74           
  Lines        3419     3419           
=======================================
  Hits         2311     2311           
  Misses        837      837           
  Partials      271      271           
Impacted Files Coverage Δ
pkg/cnb/builder_builder.go 84.31% <100.00%> (ø)
pkg/cnb/buildpack_validation.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1f6db5...f2635a1. Read the comment docs.

@matthewmcnew matthewmcnew merged commit 39fb4b7 into master Aug 26, 2020
@matthewmcnew matthewmcnew deleted the multiple-supported-buildpack-apis branch August 26, 2020 21:56
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.

4 participants