Release 0.9.0
[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
andsigstore 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 tocosign
(#356) -
sigstore
now uses TUF to retrieve its trust material for Fulcio and Rekor,
replacing the material that was previously baked intosigstore._store
(#351)