Skip to content

Releases: paketo-buildpacks/packit

v2.0.0

07 Dec 17:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v2.0.0

v1.3.1

16 Nov 14:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

29 Oct 17:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

12 Oct 18:00
Compare
Choose a tag to compare

Changes

postal

  • #228 : Adds a new service bindings resolver type which can be used to lazily load and resolve service bindings

πŸŽ‰ Thank you to @menehune23 and @ryanmoran for your contributions to this release!

v1.1.0

23 Sep 22:03
Compare
Choose a tag to compare

Changes

packit

  • #232 : Adds support for setting default process type when using Buildpack API 0.6 and above.

cargo

  • #230: Deprecate the cargo.ConfigBuildpack.SHA256 field since it's not a part of the specification
  • #231 : Make the cargo.ConfigMetadataDependency.Licenses field an interface.

πŸŽ‰ Thank you to @ForestEckhardt, @ryanmoran, and @sophiewigmore for your contributions to this release!

v1.0.1

14 Sep 20:16
Compare
Choose a tag to compare

Changes

packit

  • #223: Bump github.com/pelletier/go-toml from 1.9.3 to 1.9.4

vacation

  • #225: Update the symlink creation

πŸŽ‰ Thank you to @ForestEckhardt for your contributions to this release!

v1.0.0

30 Aug 21:03
Compare
Choose a tag to compare

Breaking Changes

jam

packit

  • #218: Converts BOMEntry.Metadata from map[string]interface into a BOMMetadata type that conforms to the BOM schema.
  • #218: Breaking Change BOMEntry.Metadata.Checksum.Algorithm can now only be one a CycloneDX-supported algorithm. Any direct users of the BOMEntry type must specify one of packit algorithms or make use of the packit.GetBOMChecksumAlgorithm function to conform if they wish to include a checksum in the BOM entry.

postal

  • #218: Uses packit.BOMMetadata inside BOM entries. Breaking for buildpack tests that may test the output of GenerateBillOfMaterials
  • #218: Splits sha256 BOM field into algorithm and hash under checksum
  • #221: Exposes dependency mapping error to Deliver() caller

πŸŽ‰ Thank you to @sophiewigmore, @fg-j , and @ForestEckhardt for your contributions to this release!

v0.14.3

28 Jul 16:29
Compare
Choose a tag to compare

Changes

postal

  • #210: Adds pURL, licenses, and CPE fields to the BOM generator
  • #213: Adds source URI and source SHA256 fields to to the BOM generator

vacation

  • #214 : Prevent file descriptor exhaustion when decompressing zip files

πŸŽ‰ Thank you to @ryanmoran, @sophiewigmore, and @ForestEckhardt for your contributions to this release!

v0.14.2

23 Jul 16:21
Compare
Choose a tag to compare

Changes

jam

  • #205 : Enables purls in jam update-dependencies

vacation

  • #206 : Adds StripComponents to vacation.ZipArchive

πŸŽ‰ Thank you to @ryanmoran, @sophiewigmore, and @ForestEckhardt for your contributions to this release!

v0.14.1

15 Jul 17:53
Compare
Choose a tag to compare

Changes

cargo

  • #201 : Add licenses to cargo dependency metadata

πŸŽ‰ Thank you to @ryanmoran and @sophiewigmore for your contributions to this release!