Skip to content

v3.1.1

Latest

Choose a tag to compare

@sigstore-bot sigstore-bot released this 09 Jun 17:34
· 1 commit to main since this release
v3.1.1
7914231

What's Changed

Note: v3.1.0 was skipped due to a bug in our release pipeline. v3.1.1 is identical to v3.1.0

This release deprecates a number of flags related to verification material input for trust root material, as well as the bundle format, standardized across Sigstore SDKs, which is now the default output and input for signing and verifying respectively. You may continue to use the deprecated flags with Cosign v3.x releases. The deprecated flags will be removed in a future Cosign v4 release.

This release also updates the signing path for logging to Rekor v2. DSSE attestations will be logged as hashed entries, using the DSSE's pre-auth encoding (PAE). This should unblock developers who want to upload large signed DSSEs such as SBOMs.

  • Initialize PKCS11 slots Before Getting Token Info in #4803
  • Sign exclusively via sigstore-go in #4618
  • bundle create: Prevent IgnoreTlog when bundle contains SET in #4829
  • Require bundle output or registry upload in #4785
  • fix(load): pass NameOptions to name.ParseReference in #4786
  • fix: honor --digestAlg when hashing a blob in verify-blob-attestation in #4813
  • Deprecate Flags for v4: Certificates in #4822
  • Deprecate flags signing config in #4844
  • Deprecate flags bundle in #4838
  • Fix typo in map of verify command fields unsupported for new bundle format in #4853
  • Add bundle upgrade command in #4820
  • Deprecate Flags for v4 in #4854
  • fix: close file descriptor leaked in WriteSignedImageIndexImages loop in #4869
  • fix: use Header.Set to prevent duplicate Authorization on retry in #4870
  • feat(cli): add Rekor v2 flag to cosign signing-config create in #4868
  • Fix crash verifying timestamps when no timestamp was verified in #4881
  • Deprecate Flags for v4: OCI Referrers in #4804
  • Use the configured Target Repository more consistently in #4836
  • fix: check HTTP status code in LoadFileOrURL in #4877
  • Fix unsafe type assertion in Rego policy evaluation by in #4882
  • Fix Ed25519ph check to respect custom signing configs in sign-blob in #4880
  • Enable initialize command output in conformance in #4892
  • verify: return TUF errors for new bundle trusted roots in #4878
  • Deprecate subcommands in #4894
  • Remove docstring references to deprecated flags in #4910
  • fix(verify): Attach detached certificates to static signatures via wrapped verifier in #4737
  • fix(verify): copy CheckOpts inside VerifyNewBundle to fix data race in #4917
  • Update sigstore-go to v1.2.0 in #4914

Full Changelog: v3.0.6...v3.1.1