Skip to content

Releases: paketo-buildpacks/packit

v0.14.0

09 Jul 14:15
Compare
Choose a tag to compare

Breaking Changes

postal

  • #196 : Allows application/jar files to be delivered by postal
  • #196 Breaking Change : postal.Service.Deliver uses the dependency URI basename for the file it installs, instead of hardcoding the name to artifact. This will break any implementation that rely on looking up the artifact file.

vacation

  • #191 : Fixes issue with stripping '.' directory
  • #196 : Add new vacation.Archive.WithName option and vacation.NopArchive type

🎉 Thank you to @ryanmoran, @sophiewigmore, and @ForestEckhardt for your contributions to this release!

v0.13.0

16 Jun 14:32
Compare
Choose a tag to compare

Changes

vacation

  • #192 : Removes functionality to symlink to something with an absolute path

jam

  • #193 : Adds support for packaging to include [[buildpack.licenses]]

🎉 Thank you to @ryanmoran and @ForestEckhardt for your contributions to this release!

v0.12.1

10 Jun 14:53
Compare
Choose a tag to compare

Changes

vacation

  • #186 : Removes usage of OS specific path separator
  • #190 : Adds support for bzip2 file format

jam & cargo

  • #187 : Add CPE to cargo dependency metadata

🎉 Thank you to @sophiewigmore and @ForestEckhardt for your contributions to this release! Special thanks to @micahyoung

v0.12.0

01 Jun 17:54
Compare
Choose a tag to compare

Changes

postal

  • #183 : Add support for supplying strip-components via buildpack.toml

jam

  • #181 : Add jam update-dependencies command

🎉 Thank you to @samj1912, @sophiewigmore, and @ForestEckhardt for your contributions to this release!

v0.11.1

27 May 15:23
Compare
Choose a tag to compare

Changes

scribe

  • #168 : Adds EnvironmentVariables function to scribe.Emitter
  • #169 : Extends launch process printing function to include process specific environment variables

vacation

  • #171 : Uses file buffer when decompressing zip files

jam

  • #176 : Adds docker authentication when pulling buildpackage ID from image metadata

🎉 Thank you to @ForestEckhardt, @fg-j, and @ryanmoran for your contributions to this release!

v0.11.0

27 Apr 16:51
Compare
Choose a tag to compare

Changes

scribe

  • #157: Adds function to the emitter that logs launch processes

vacation

  • #162: Updates symlink sorting function

🎉 Thank you to @ForestEckhardt for your contributions to this release!

v0.10.2

13 Apr 21:07
Compare
Choose a tag to compare

Changes

vacation

  • #159: Fixes vacation regression

🎉 Thank you to @ForestEckhardt for your contributions to this release!

v0.10.1

12 Apr 16:39
Compare
Choose a tag to compare

Changes

packit

  • #155: go.mod: Fix go version

jam

  • #154: Use buildpackage metadata for image ID in builder/buildpack updates

vacation

  • #158: Adds check to make sure path is inside destination to prevent zip slipping

🎉 Thank you to @fg-j, @arjun024, and @ForestEckhardt for your contributions to this release!

v0.10.0

31 Mar 15:38
Compare
Choose a tag to compare

Changes

postal

  • #146: Add bill of materials entry facility for postal.Service

vacation

  • #147: Adds support for writing text files in Vacation

🎉 Thank you to @ForestEckhardt for your contributions to this release!

v0.9.0

29 Mar 15:45
b3dad1d
Compare
Choose a tag to compare

Changes

packit

  • #134 Adds platform path to build and detect context
  • #134 Adds new postal.Service.Deliver method that allows the user to pass in
    a platform path location.
  • #132 Refactor to remove ioutil usage

draft

  • #130 Adds documentation for the draft package

cargo

  • #123 Update Builder: Adds Optional field to BuilderConfigOrderGroup struct, and omits version in order grouping if empty

jam

  • #145: Updates findLatestImage() to ignore beta and release candidate versions

🎉 Thank you to @ryanmoran, @ForestEckhardt, @fg-j, and @sophiewigmore for your contributions to this release!