Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 16:05
· 453 commits to main since this release
f0b49a0

Major Changes

  • 829e123: Replaces the exported sigstore object with individual functions/types
  • 4455f7f: Remove TUF helper functions (please use @sigstore/tuf package instead)
  • d5060c0: Removes oidcIssuer, oidcClient, oidcClientSecret, and oidcRedirectURL from the options for the sign and attest functions. The OAuth identity provider that was associated with these options has been relocated to the @sigstore/cli package.
  • d0053a3: Drop node 14 support
  • 3bd0fbb: Removes signer from the options for the sign and attest functions (see the @sigstore/sign package if you require something other than Fulcio-style keyless signing)
  • e36bbfa: Removes the legacy CLI (please use the @sigstore/cli package instead)
  • 3bd0fbb: Remove sigstore-utils object from public interface

Patch Changes