Releases: paketo-buildpacks/packit
Releases · paketo-buildpacks/packit
v0.8.0
Changes
packit
- #119: Support for Dependency Mappings by @fg-j
- #121: Support for the Buildpack Spec v0.5 Bill of Materials by @samj1912
- #127: Support for process-specific launch-time environment variables by @samj1912
jam
- #120: Converts
jam
to usecobra
, which enables better command-line help documentation by @emmjohnson
🎉 Thank you to @emmjohnson, @fg-j, and @samj1912 for your contributions to this release!
v0.7.0
v0.6.1
v0.6.0
Breaking Changes
scribe
- #105:
scribe.Emitter
: Adds a top level generic log emitter to the scribe package. This change also adds a functionSelectedDependency
that prints out dependency information as well as deprecation warnings.
cargo
- #105: Breaking Change: Moves
jam
-specificcargo
functions into jam/internal package.
v0.5.0
Breaking Changes
packit
- #96: Breaking Change Ensures layer launch/build/cache flags get cleared on
Layer.Reset
method. Method now returns aLayer
and error. - #98: Breaking Change Removes
LayerType
object and variadic option forLayer.Get
method. - #99: Removes deprecated API and warning for the
Processes
,Slices
, andLabels
fields on theBuildResult
type. - #99: Removes deprecated API and warning for the for the
version
field onBuildPlanRequirement
type.
jam
- #99: Removes deprecated API and deprecation warning for
include_files
andpre_package
fields inbuildpack.toml
.