Skip to content

Releases: paketo-buildpacks/packit

v0.3.0

19 Oct 21:11
859d48c
Compare
Choose a tag to compare

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

30 Sep 16:46
Compare
Choose a tag to compare

Changes

packit

  • #68: adds support for specifying image labels to the launch.toml
  • #69: uses the $CNB_BUILDPACK_DIR environment variable to define the CNBPath

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

24 Aug 14:13
Compare
Choose a tag to compare

Changes

  • #60: Includes Slices in BuildResult
  • #65: Deprecates the Version field on BuildPlanRequirement and BuildpackPlanEntry

v0.2.6

13 Aug 18:26
Compare
Choose a tag to compare

Changes

Improves jam summarize Markdown output for language families. Details are outlined in #58.

v0.2.5

06 Aug 13:07
Compare
Choose a tag to compare

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

28 Jul 15:00
Compare
Choose a tag to compare

Changes

jam summarize now supports JSON as an output format.

v0.2.3

24 Jul 14:32
Compare
Choose a tag to compare

Changes

Adds jam-windows.exe so that folks running Windows can package their buildpacks.

v0.2.2

14 Jul 20:52
Compare
Choose a tag to compare

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

09 Jul 14:47
Compare
Choose a tag to compare

Changes

vacation.TarArchive can now decompress tar files that are missing intermediate directory metadata

v0.2.0

30 Jun 16:04
Compare
Choose a tag to compare

Breaking changes

Reverts changes to cargo.Transport.Drop that included headers for each request