Releases: paketo-buildpacks/packit
v0.3.0
Breaking changes
cargo
#76: Breaking Change Converts underscores to dashes in buildpack.toml fields include_files
and pre_package
which aligns with libpak styling
#79: Adds deprecation warning for buildpack.toml
packit
#78: Adds Stack ID to detect context
postal
#74: Converts postal to use in generic archive type from vacation
v0.2.8
Changes
packit
- #68: adds support for specifying image labels to the launch.toml
- #69: uses the
$CNB_BUILDPACK_DIR
environment variable to define theCNBPath
vacation
- #72: adds a generic
Archive
type that dynamically determines the archive format
pexec
- #73: Uses the given
$PATH
to lookup the executable path when given
v0.2.7
v0.2.6
v0.2.5
Changes
Improves jam summarize
Markdown output for language families. Output now includes a "More Information" section that hides the more detailed buildpack information.
v0.2.4
Changes
jam summarize
now supports JSON as an output format.
v0.2.3
Changes
Adds jam-windows.exe
so that folks running Windows can package their buildpacks.
v0.2.2
Changes
jam summarize
now accepts a buildpackage as input for generating summaries. The summarize function supports both implementation and language-family buildpackages. For language-family buildpackages, the summary will include the order groups defined.
v0.2.1
Changes
vacation.TarArchive
can now decompress tar
files that are missing intermediate directory metadata
v0.2.0
Breaking changes
Reverts changes to cargo.Transport.Drop
that included headers for each request