Skip to content
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

SigstoreSigner: Use sigstore 1.1.2 #583

Merged
merged 1 commit into from
May 24, 2023
Merged

Commits on May 24, 2023

  1. SigstoreSigner: Use sigstore 1.1.2

    * 1.1.2 has an accidental API change that makes it incompatible with lower
      versions
    * This change is reverted in next release, but next release has planned
      API breaks
    * sigstore 1.1.1 has an unrelated bug that means it does not really work
      with current sigstore infrastructure (the current TUF repository to be
      exact)
    
    So plan is:
    1. Pin 1.1.2: it's the only version that works right now
    2. Upgrade to 2.0.0 once it comes out: this will require small code
       changes
    
    This commit handles part 1.
    jku committed May 24, 2023
    Configuration menu
    Copy the full SHA
    62f6e34 View commit details
    Browse the repository at this point in the history