Skip to content

prep 3.3.0 #1129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 18, 2024
Merged

prep 3.3.0 #1129

merged 1 commit into from
Sep 18, 2024

Conversation

facutuesca
Copy link
Collaborator

Release 3.3.0

cc @woodruffw

Changelog:

  • CLI: The sigstore verify command now outputs the inner in-toto statement
    when verifying DSSE envelopes. If verification is successful, the output
    will be the inner in-toto statement. This allows the user to see the
    statement's predicate, which sigstore-python does not verify and should be
    verified by the user.
  • CLI: The sigstore attest subcommand has been added. This command is
    similar to cosign attest in that it signs over an artifact and a
    predicate using a DSSE envelope. This commands requires the user to pass
    a path to the file containing the predicate, and the predicate type.
    Currently only the SLSA Provenance v0.2 and v1.0 types are supported.
  • CLI: The sigstore verify command now supports verifying digests. This means
    that the user can now pass a digest like sha256:aaaa.... instead of the
    path to an artifact, and sigstore-python will verify it as if it was the
    artifact with that digest.

Signed-off-by: Facundo Tuesca <facundo.tuesca@trailofbits.com>
@di
Copy link
Member

di commented Sep 18, 2024

/gcbrun

Copy link
Member

@woodruffw woodruffw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @facutuesca!

@woodruffw woodruffw merged commit 343cbbf into sigstore:main Sep 18, 2024
25 checks passed
@woodruffw woodruffw deleted the prep-3.3.0 branch September 18, 2024 15:00
@woodruffw
Copy link
Member

Cut: https://github.com/sigstore/sigstore-python/releases/tag/v3.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants