v1.0.0
Breaking Changes
jam
- #208 : Removes jam. Please get new
jam
releases from paketo-buildpacks/jam
packit
- #218: Converts
BOMEntry.Metadata
frommap[string]interface
into aBOMMetadata
type that conforms to the BOM schema. - #218: Breaking Change
BOMEntry.Metadata.Checksum.Algorithm
can now only be one aCycloneDX-supported
algorithm. Any direct users of theBOMEntry
type must specify one of packit algorithms or make use of the packit.GetBOMChecksumAlgorithm function to conform if they wish to include achecksum
in the BOM entry.
postal
- #218: Uses
packit.BOMMetadata
inside BOM entries. Breaking for buildpack tests that may test the output ofGenerateBillOfMaterials
- #218: Splits
sha256
BOM field intoalgorithm
andhash
underchecksum
- #221: Exposes dependency mapping error to
Deliver()
caller
🎉 Thank you to @sophiewigmore, @fg-j , and @ForestEckhardt for your contributions to this release!