v2.11.0
This release allows a user to get/set arbitrary metadata stored directly in an object descriptor. Previously, metadata could only be utilized for a limited set of data types (DataCryptoMessage, DataPartition, DataSignature, DataSBOM.)
Specifically, the following APIs have been added:
- func OptMetadata: set metadata when creating an object
Descriptorwith func NewDescriptorInput. - func (Descriptor) GetMetadata: get metadata from a
Descriptor.
What's Changed
- build(deps): bump github.com/sigstore/sigstore from 1.5.2 to 1.6.0 by @dependabot in #267
- feat: custom metadata support by @tri-adam in #268
- fix: set descriptor timestamp(s) in SetPrimPart by @tri-adam in #272
Full Changelog: v2.10.0...v2.11.0