Skip to content

Releases: sigstore/sigstore-rs

v0.10.0

11 Sep 15:23
v0.10.0
42a63a0
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Update oci-distribution requirement from 0.10 to 0.11 by @dependabot in #343
  • verify: init by @jleightcap in #311
  • chore(deps): Update rstest requirement from 0.18.1 to 0.19.0 by @dependabot in #351
  • chore(deps): Bump actions/checkout from 4.1.2 to 4.1.5 by @dependabot in #360
  • fix linter warning by @flavio in #361
  • chore(deps): Update cached requirement from 0.49.2 to 0.51.3 by @dependabot in #362
  • chore(deps): Update webbrowser requirement from 0.8.12 to 1.0.1 by @dependabot in #359
  • chore(deps): Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #363
  • chore(deps): Update testcontainers requirement from 0.15 to 0.16 by @dependabot in #355
  • chore(deps): change provider of cargo-audit GH action by @flavio in #364
  • fix docs by @flavio in #366
  • fix: allow ManualTrustRoot to have multiple rekor keys by @flavio in #365
  • build(deps): update testcontainers requirement from 0.16 to 0.17 by @dependabot in #368
  • build(deps): update rstest requirement from 0.19.0 to 0.21.0 by @dependabot in #370
  • build(deps): bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #372
  • build(deps): update testcontainers requirement from 0.17 to 0.18 by @dependabot in #371
  • Signed Certificate Timestamp verification by @tnytown in #326
  • transparency: pull OID constants from const-oid by @tnytown in #374
  • build(deps): update testcontainers requirement from 0.18 to 0.19 by @dependabot in #375
  • build(deps): update cached requirement from 0.51.3 to 0.52.0 by @dependabot in #377
  • build(deps): update testcontainers requirement from 0.19 to 0.20 by @dependabot in #376
  • build(deps): update cached requirement from 0.52.0 to 0.53.1 by @dependabot in #379
  • build(deps): update rstest requirement from 0.21.0 to 0.22.0 by @dependabot in #383
  • build(deps): update testcontainers requirement from 0.20 to 0.21 by @dependabot in #382
  • build(deps): update testcontainers requirement from 0.21 to 0.22 by @dependabot in #386
  • fix: Allow empty passwords for encrypted pem files by @gmpinder in #381
  • build(deps): update tough requirement from 0.17.1 to 0.18.0 by @dependabot in #389
  • dependency cleanup by @flavio in #390
  • chore: update cargo audit ignore list by @flavio in #387

New Contributors

Full Changelog: v0.9.0...v0.10.0

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