Skip to content

Releases: paketo-buildpacks/packit

v0.8.0

08 Mar 23:47
Compare
Choose a tag to compare

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 use cobra, 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

11 Feb 01:59
Compare
Choose a tag to compare

Changes

scribe

  • #114: Adds Candidates function to generic emitter

draft

  • #86: Adds draft package

jam

  • #112: Adds command for updating builder.toml

v0.6.1

14 Jan 23:19
Compare
Choose a tag to compare

Changes

postal

  • #108 : Supports the pessimistic operator ~> in version resolving

packit

  • #109 : Bump github.com/google/go-containerregistry from 0.3.0 to 0.4.0

v0.6.0

06 Jan 22:48
Compare
Choose a tag to compare

Breaking Changes

scribe

  • #105: scribe.Emitter: Adds a top level generic log emitter to the scribe package. This change also adds a function SelectedDependency that prints out dependency information as well as deprecation warnings.

cargo

  • #105: Breaking Change: Moves jam-specific cargo functions into jam/internal package.

v0.5.0

17 Dec 20:52
Compare
Choose a tag to compare

Breaking Changes

packit

  • #96: Breaking Change Ensures layer launch/build/cache flags get cleared on Layer.Reset method. Method now returns a Layer and error.
  • #98: Breaking Change Removes LayerType object and variadic option for Layer.Get method.
  • #99: Removes deprecated API and warning for the Processes, Slices, and Labels fields on the BuildResult type.
  • #99: Removes deprecated API and warning for the for the version field on BuildPlanRequirement type.

jam

  • #99: Removes deprecated API and deprecation warning for include_files and pre_package fields in buildpack.toml.

v0.4.2

07 Dec 23:36
Compare
Choose a tag to compare

packit

#95: Use Docker config.json authentication when running jam update-buildpack

v0.4.1

25 Nov 19:41
Compare
Choose a tag to compare

postal

#91: print supported versions when an unsupported version of a dependency is specified

v0.4.0

20 Nov 21:48
Compare
Choose a tag to compare

jam

  • #89: Adds an update-buildpack command to the jam CLI.

fs

  • #90: extends fs.ChecksumCalculator.Sum() to receive variadic arguments.

v0.3.2

11 Nov 18:20
Compare
Choose a tag to compare

packit

  • #82: Don't try to flush stdout when exiting with an error
  • #84: Promote BuildResult fields to LaunchMetadata. This deprecates the Processes, Slices, and Labels fields on the BuildResult type.

v0.3.1

02 Nov 15:09
Compare
Choose a tag to compare

Changes

cargo / jam

#80: Include mixins when packaging