Skip to content

v1.1.0

Choose a tag to compare

@Hayden-IO Hayden-IO released this 14 Jul 16:29
· 83 commits to main since this release
dcab992

sigstore-go v1.1.0 introduces support for Rekor v2, a redesigned and modernized transparency log that's cheaper to operate, easier to scale, and simpler to maintain.

What's Changed

  • Error Wrapping in TUF by @lukehinds in #482
  • Avoid naked errors from other modules by @kommendorkapten in #484
  • Added a parameter to the TUF options for live refresh. by @kommendorkapten in #485
  • Add end to end tests by @cmurphy in #489
  • Fail SigstoreTimestampingAuthority Verify early with nil Root by @dmitris in #490
  • Add support for Rekor V2 for signing and verification by @cmurphy in #481
  • Allow public keys to sign hashedrekord by @cmurphy in #497
  • Add support for operator in SigningConfig by @haydentherapper in #494
  • Add MarshalJSON to SigningConfig, fix marshaling bug by @haydentherapper in #498
  • Select highest API version for SigningConfig services always by @haydentherapper in #499

Full Changelog: v1.0.0...v1.1.0