Skip to content

Releases: sigstore/sigstore-rs

v0.9.0

27 Mar 15:11
v0.9.0
4df0d37
Compare
Choose a tag to compare

What's Changed

  • sign: init by @jleightcap in #310
  • cargo audit: ignore RUSTSEC-2023-0071 by @jleightcap in #321
  • chore(deps): Update json-syntax requirement from 0.9.6 to 0.10.0 by @dependabot in #319
  • chore(deps): Update cached requirement from 0.46.0 to 0.47.0 by @dependabot in #323
  • chore(deps): Update serial_test requirement from 2.0.0 to 3.0.0 by @dependabot in #322
  • dep: update rustls-webpki, fold in pki_types by @jleightcap in #324
  • chore(deps): Update cached requirement from 0.47.0 to 0.48.0 by @dependabot in #325
  • chore(deps): Update json-syntax requirement from 0.10.0 to 0.11.1 by @dependabot in #327
  • chore(deps): Update cached requirement from 0.48.0 to 0.49.2 by @dependabot in #329
  • chore(deps): Update json-syntax requirement from 0.11.1 to 0.12.2 by @dependabot in #330
  • lint: fix lint error of chrono and tokio by @Xynnn007 in #334
  • chore(deps): Update base64 requirement from 0.21.0 to 0.22.0 by @dependabot in #332
  • The Repository trait and ManualRepository struct no longer require a feature flag by @tannaurus in #331
  • chore(deps): Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #336
  • chore(deps): Update reqwest requirement from 0.11 to 0.12 by @dependabot in #341
  • update tough dep by @astoycos in #340
  • Tag the 0.9.0 release by @flavio in #342

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

15 Dec 16:19
v0.8.0
452b7d7
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Update rstest requirement from 0.17.0 to 0.18.1 by @dependabot in #282
  • chore(deps): do not enable default features of chrono by @flavio in #286
  • chore(deps): Update pem requirement from 2.0 to 3.0 by @dependabot in #289
  • conformance: add conformance CLI and action by @jleightcap in #287
  • chore: fix clippy warnings by @flavio in #292
  • chore(deps): Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #291
  • chore(deps): Update tough requirement from 0.13 to 0.14 by @dependabot in #290
  • chore(deps): update to latest version of picky by @flavio in #293
  • chore(deps): Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #294
  • chore: add repository link to Cargo metadata by @flavio in #297
  • chore(deps): Update cached requirement from 0.44.0 to 0.45.1 by @dependabot in #298
  • chore(deps): Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #302
  • chore(deps): Update cached requirement from 0.45.1 to 0.46.0 by @dependabot in #301
  • chore(deps): Update testcontainers requirement from 0.14 to 0.15 by @dependabot in #303
  • chore(deps): Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #304
  • cosign/tuf: use trustroot by @jleightcap in #305
  • Fix broken tests, update deps by @flavio in #313
  • chore(deps): Update oci-distribution requirement from 0.9 to 0.10 by @dependabot in #316
  • Release 0.8.0 by @lukehinds in #312

New Contributors

Full Changelog: v0.7.2...v0.8.0

v0.7.2

07 Jul 08:54
v0.7.2
4111411
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

sigstore-rs v0.7.1

01 Jun 15:55
v0.7.1
646431f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

sigstore-rs v0.7.0

30 May 11:09
v0.7.0
0fe74d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

sigstore-rs v0.6.0

24 Nov 16:18
v0.6.0
37b9e42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.6.0

sigstore-rs v0.5.3

21 Oct 08:57
7eb303c
Compare
Choose a tag to compare

Fixes

  • rustls should not require openssl by (#146)

Others

  • Rework Rekor module structure and enable doc tests (#145)

Contributors

sigstore-rs v0.5.2

13 Oct 15:59
7c78308
Compare
Choose a tag to compare

Fixes

  • Address compilation error (#143)

Contributors

sigstore-rs v0.5.1

13 Oct 15:16
68a454a
Compare
Choose a tag to compare

Fixes

  • fix verification of signatures produced with PKI11 (#142)

Others

  • Update rsa dependency to stable version 0.7.0 (#141)
  • Bump actions/checkout from 3.0.2 to 3.1.0 (#140)

Contributors

sigstore-rs v0.5.0

07 Oct 12:16
32acbf0
Compare
Choose a tag to compare

Enhancements

  • update user-agent value to be specific to sigstore-rs (#122)
  • remove /api/v1/version from client by (#121)
  • crate async fulcio client (#132)
  • Removed ring dependency (#127)

Others

  • Update dependencies
  • Refactoring and examples for key interface (#123)
  • Fix doc test failures (#136)

Contributors