sigstore-rs v0.7.0
What's Changed
- Fix typo in SignatureLayer::new doc comment by @danbev in #170
- feat: replace example dependency docker_credential by @Xynnn007 in #172
- Clean up readme by @lukehinds in #173
- chore(deps): Update rstest requirement from 0.15.0 to 0.16.0 by @dependabot in #174
- Fix typo in simple_signing.rs by @danbev in #175
- Introduce SignedArtifactBundle by @danbev in #171
- chore(deps): Update base64 requirement from 0.13.0 to 0.20.0 by @dependabot in #177
- chore(deps): Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #180
- chore(deps): Update serial_test requirement from 0.9.0 to 0.10.0 by @dependabot in #182
- chore(deps): Update cached requirement from 0.40.0 to 0.41.0 by @dependabot in #181
- Fix typo in SecretBoxCipher doc comment by @danbev in #179
- chore(deps): Update cached requirement from 0.41.0 to 0.42.0 by @dependabot in #185
- chore(deps): Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #183
- chore(deps): Update base64 requirement from 0.20.0 to 0.21.0 by @dependabot in #184
- Add cosign verify-bundle example by @danbev in #186
- Fix incorrect base64_signature doc comment by @danbev in #188
- Fix typos in tuf/mod.rs by @danbev in #195
- chore(deps): Update serial_test requirement from 0.10.0 to 1.0.0 by @dependabot in #200
- fix: show actual response status field by @ctron in #197
- Update target -> target_name for consistency by @danbev in #196
- fix: make the fields accessible by @ctron in #202
- Add verify-bundle example to README.md by @danbev in #203
- fix: make fields of hash accessible by @ctron in #205
- Improve public key output and add file output by @Gronner in #194
- Add TokenProvider::Static doc comment by @danbev in #208
- Changed the type of LogEntry.body from String to Body by @Neccolini in #207
- Fix errors/warnings reported by clippy by @danbev in #210
- Add fine-grained features to control the compilation by @Xynnn007 in #189
- fix: bring tuf feature out of rekor and add related docs by @Xynnn007 in #211
- chore: update crypto deps by @flavio in #204
- Replace
x509-parser
withx509-cert
by @Xynnn007 in #212 - Fix: Wrong parameter order inside documentation example. by @vembacher in #215
- Remove lines about timestamp in lib.rs by @naveensrinivasan in #213
- Fix ed25519 version conflict by @vembacher in #223
- Support compiling to wasm32 architectures by @lulf in #221
- Fix link to contributor doc in readme by @oliviacrain in #225
- refactor: derive
Clone
trait by @flavio in #227 - fix: correct typo in verify/main.rs by @danbev in #228
- chore(deps): Update tough requirement from 0.12 to 0.13 by @dependabot in #237
- chore(deps): Bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in #240
- dep: update picky version to git rid of
ring
by @Xynnn007 in #226 - chore(deps): Bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in #245
- fix: make LogEntry Body an enum by @danbev in #244
- Add verify-blob example by @danbev in #239
- Introduce Newtype
OciReference
into API for OCI image references. by @vembacher in #216 - Swap over to using CDN to fetch TUF metadata by @haydentherapper in #251
- chore(deps): Bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in #252
- upgrade 'der' to 0.7.5 by @dmitris in #257
- remove unused 'clock' feature for chrono by @dmitris in #258
- update pkcs1 from 0.4.0 to 0.7.5 by @dmitris in #260
- use 2021 Rust edition by @dmitris in #261
- chore(deps): Update serial_test requirement from 1.0.0 to 2.0.0 by @dependabot in #264
- update scrypt to 0.11.0, adapt for API change (fix #231) by @dmitris in #268
- upgrade ed25519-dalek to 2.0.0-rc.2 by @dmitris in #263
- chore(deps): Update openidconnect requirement from 2.3 to 3.0 by @dependabot in #265
- chore(deps): Update rstest requirement from 0.16.0 to 0.17.0 by @dependabot in #271
- Update crypto deps by @flavio in #269
- Update create_log_entry example to create key pair. by @jvanz in #206
- Release 0.7.0 by @flavio in #273
New Contributors
- @ctron made their first contribution in #197
- @Gronner made their first contribution in #194
- @Neccolini made their first contribution in #207
- @vembacher made their first contribution in #215
- @naveensrinivasan made their first contribution in #213
- @lulf made their first contribution in #221
- @oliviacrain made their first contribution in #225
- @haydentherapper made their first contribution in #251
- @dmitris made their first contribution in #257
- @jvanz made their first contribution in #206
Full Changelog: v0.6.0...v0.7.0