Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@woodruffw woodruffw released this 31 Jan 18:06
· 498 commits to main since this release
v1.1.0
c65f3d8

Added

  • sigstore sign now supports Sigstore bundles, which encapsulate the same
    state as the default {input}.crt, {input}.sig, and {input}.rekor
    files combined. The default output for the Sigstore bundle is
    {input}.sigstore; this can be disabled with --no-bundle or changed with
    --bundle <FILE>
    (#465)

  • sigstore verify now supports Sigstore bundles. By default, sigstore looks
    for an {input}.sigstore; this can be changed with --bundle <FILE> or the
    legacy method of verification can be used instead via the --signature and
    --certificate flags
    (#478)

  • sigstore verify identity and sigstore verify github now support the
    --offline flag, which tells sigstore to do offline transparency log
    entry verification. This option replaces the unstable
    --require-rekor-offline option, which has been removed
    (#478)

Fixed

  • Constrained our dependency on pyOpenSSL to >= 23.0.0 to prevent
    a runtime error caused by incompatible earlier versions
    (#448)

Removed

  • --rekor-bundle and --require-rekor-offline have been removed entirely,
    as their functionality have been wholly supplanted by Sigstore bundle support
    and the new sigstore verify --offline flag
    (#478)