Closed bdehamer closed 1 month ago
Latest commit: 0a1f574b56a25baa4760bf35fa6b26b304fa6786
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Summary
Update the
toDSSEBundle
andtoMessageSignatureBundle
functions in thebundle
package to generate Sigstore v0.3 bundles by default.Previously, these functions would generate v0.2 bundles by default and you could force v0.3 by setting
singleCertificate: true
. Now we will default to v0.3 and you can force v0.2 by settingcertificateChain
to true.This is a breaking change to the public interface and will result in a major version bump.