Skip to content

v1.0.0

Compare
Choose a tag to compare
@paketo-bot paketo-bot released this 30 Aug 21:03

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!