Release 0.10.0
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 existingsigstore verify
subcommand.
sigstore verify
is unchanged, but will be marked deprecated in a future
stable version ofsigstore-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 likesigstore sign --staging
.
The latter is unchanged, but will be marked deprecated in a future stable
version ofsigstore-python
(#383) -
The per-subcommand options
--rekor-url
and--rekor-root-pubkey
have been
moved to the top-levelsigstore
command. Their subcommand forms are unchanged
and will continue to work, but will be marked deprecated in a future stable
version ofsigstore-python
(#381) -
sigstore verify github
has been added, allowing for verification of
GitHub-specific claims within given certificate(s)
(#381)