Skip to content

Buildpack API 0.7

Compare
Choose a tag to compare
@jkutner jkutner released this 18 Nov 20:13
· 377 commits to main since this release
74f9166

This release of the Cloud Native Buildpacks Specification defines Buildpack API 0.7.

Additions

Relaxes mixin contract - prefix-less mixins can satisfy build: and run: requirements, and vice versa (#210, RFC 0061).
Clarifies buildpack API must be u64 numbers (#265).

Breaking Changes

Build phase expects Software Bill of Materials (SBOM) to be output as files with the application/vnd.cyclonedx+json, application/spdx+json, or application/vnd.syft+json media type (#269, RFC 0095). The [bom] tables in launch.toml and build.toml are no longer supported.

Nonfunctional Changes

Updates layer examples (#235).
Typo fixes (#236, #237, #241).