Releases: sigstore/sigstore-js
Releases · sigstore/sigstore-js
@sigstore/[email protected]
Minor Changes
- 439343b: Use new OAuth identity provider for retrieving OIDC tokens in non-CI environments
Patch Changes
- 0d9acd4: adds OAuth identity provider in support of interactive authentication flows for the
attest
command - a923d32: Bump @oclif/color from 1.0.5 to 1.0.6
- 2bd39a2: Bump @oclif/color from 1.0.4 to 1.0.5
- Updated dependencies [4fdf826]
- Updated dependencies [f72e2b2]
- Updated dependencies [5ea8b63]
- Updated dependencies [84fd931]
[email protected]
Patch Changes
- 2f89e43: Update Fulcio client to handle responses with detached SCTs
@sigstore/[email protected]
Patch Changes
- c6c0840: Export
SearchLogQuery
type
@sigstore/[email protected]
Patch Changes
- 45980a3: Fix support for
--tlog-upload
/--no-tlog-upload
flag
@sigstore/[email protected]
[email protected]
Patch Changes
- cab068e: Propagate
retry
/timeout
options to the Timestamp Authority client
@sigstore/[email protected]
Patch Changes
- 6078e49: Initial release
@sigstore/[email protected]
Patch Changes
- e8d440e: Add missing
@oclif/color
dependency
@sigstore/[email protected]
v1.5.0
Minor Changes
- f4c677e: Generated bundle excludes Fulcio root and intermediate certificates
- 5ca42a0: New
tsaServerURL
option for requesting a timestamp from a Timestamp Authority API - 4e715c9: Exposes a new
tuf.client
function which returns a client for retrieving targets from the Sigstore TUF repository. - 4b97516: New
tlogUpload
option forsign
andattest
to control signature uploads to the transparency log - f927296: New
retry
andtimeout
options to control fetch behavior when errors occur