Skip to content

Releases: sigstore/sigstore-python

Release 1.0.0rc1

12 Jan 02:28
d1a24e9
Compare
Choose a tag to compare
Release 1.0.0rc1 Pre-release
Pre-release
sigstore: 1.0.0rc1 (#427)

Signed-off-by: William Woodruff <[email protected]>

Signed-off-by: William Woodruff <[email protected]>

Release 0.10.0

09 Jan 19:46
v0.10.0
6658152
Compare
Choose a tag to compare

Added

  • sigstore now supports the -v/--verbose flag as an alternative to
    SIGSTORE_LOGLEVEL for debug logging
    (#372)

  • The sigstore verify identity has been added, and is functionally
    equivalent to the existing sigstore verify subcommand.
    sigstore verify is unchanged, but will be marked deprecated in a future
    stable version of sigstore-python
    (#379)

  • sigstore now has a public, importable Python API! You can find its
    documentation here
    (#383)

  • sigstore --staging is now the intended way to request Sigstore's staging
    instance, rather than per-subcommand options like sigstore sign --staging.
    The latter is unchanged, but will be marked deprecated in a future stable
    version of sigstore-python
    (#383)

  • The per-subcommand options --rekor-url and --rekor-root-pubkey have been
    moved to the top-level sigstore command. Their subcommand forms are unchanged
    and will continue to work, but will be marked deprecated in a future stable
    version of sigstore-python
    (#381)

  • sigstore verify github has been added, allowing for verification of
    GitHub-specific claims within given certificate(s)
    (#381)

Release 0.9.0

22 Dec 16:33
v0.9.0
62865f3
Compare
Choose a tag to compare

[0.9.0]

Added

  • sigstore verify now supports --certificate-chain and --rekor-url
    during verification. Ordinary uses (i.e. the default or --staging)
    are not affected (#323)

Changed

  • sigstore sign and sigstore verify now stream their input, rather than
    consuming it into a single buffer
    (#329)

  • A series of Python 3.11 deprecation warnings were eliminated
    (#341)

  • The "splash" page presented to users during the OAuth flow has been updated
    to reflect the user-friendly page added to cosign
    (#356)

  • sigstore now uses TUF to retrieve its trust material for Fulcio and Rekor,
    replacing the material that was previously baked into sigstore._store
    (#351)

Release 0.8.3

23 Nov 22:13
v0.8.3
0bd51fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

Release 0.8.2

23 Nov 22:06
v0.8.2
075f046
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

Release 0.8.1

23 Nov 21:59
v0.8.1
3b29ccb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

Release 0.8.0

23 Nov 21:39
v0.8.0
d5506a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

Release 0.7.0

04 Nov 14:09
v0.7.0
5410427
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.8...v0.7.0

Release 0.6.8

24 Oct 19:54
v0.6.8
2b7a574
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.7...v0.6.8

Release 0.6.7

11 Oct 18:30
@di di
8ef54d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.6...v0.6.7