Skip to content

Releases: slsa-framework/slsa-verifier

v2.0.0

01 Dec 22:43
128324f
Compare
Choose a tag to compare

Breaking Changes

  • refactor: add subcommands and separate functionality from artifacts a… by @asraa in #231. Users running
slsa-verifier -artifact-path ${ARTIFACT} -provenance ${PROVENANCE} -source ${SOURCE} -tag ${TAG} -branch ${BRANCH} -versioned-tag ${VTAG}

must migrate to

slsa-verifier verify-artifact ${ARTIFACT} -provenance-path ${PROVENANCE} -source-uri ${SOURCE} -source-tag {TAG} -source-branch {BRANCH} -source-versioned-tag ${VTAG}

Major Features

What's Changed

Read more

v1.3.2

31 Oct 19:31
0ff6656
Compare
Choose a tag to compare

This fixes issue #325. Sigstore root metadata was updated to a key format incompatible with old go-tuf (the underlying TUF client) libraries. This updated sigstore libraries to new ones that pulled in the updated go-tuf libraries.

What's Changed

  • Backport release/v1.3: Update sigstore libraries by @ianlewis in #329
  • release/v1.3: update release builder by @asraa in #333

Full Changelog: v1.3.1...v1.3.2

v1.2.2

31 Oct 19:32
300ff1c
Compare
Choose a tag to compare

This fixes issue #325. Sigstore root metadata was updated to a key format incompatible with old go-tuf (the underlying TUF client) libraries. This updated sigstore libraries to new ones that pulled in the updated go-tuf libraries.

What's Changed

  • chore(deps): update github-actions by @renovate-bot in #295
  • fix(deps): update module github.com/sigstore/sigstore to v1.4.4 by @renovate-bot in #294
  • chore(deps): update gcr.io/distroless/base:nonroot docker digest to 3778d4f by @renovate-bot in #293
  • chore(deps): update gcr.io/distroless/base:nonroot docker digest to a6441d1 by @renovate-bot in #306
  • chore(deps): update dependency eslint-plugin-github to v4.4.0 by @renovate-bot in #305
  • fix(deps): update module github.com/go-openapi/runtime to v0.24.2 by @renovate-bot in #304
  • rekor: use rekor client with retries by @asraa in #301
  • chore(deps): update dependency eslint to v8.25.0 by @renovate-bot in #273
  • tests: fix builder id matching by @asraa in #308

Full Changelog: v1.4.1...v1.2.2

v1.1.3

31 Oct 19:33
d4f219f
Compare
Choose a tag to compare

This fixes issue #325. Sigstore root metadata was updated to a key format incompatible with old go-tuf (the underlying TUF client) libraries. This updated sigstore libraries to new ones that pulled in the updated go-tuf libraries.

What's Changed

  • Backport release/v1.1: Update sigstore libraries by @ianlewis in #331
  • release/v1.1: update release builder by @asraa in #335
  • release/v1.1: fix release workflow perms by @asraa in #338

Full Changelog: v1.1.2...v1.1.3

v1.0.5

31 Oct 19:34
f6319dd
Compare
Choose a tag to compare

This fixes issue #325. Sigstore root metadata was updated to a key format incompatible with old go-tuf (the underlying TUF client) libraries. This updated sigstore libraries to new ones that pulled in the updated go-tuf libraries.

What's Changed

  • Backport release/v1.0: Update sigstore libraries by @ianlewis in #332
  • release/v1.0: update release builder by @asraa in #336
  • release/v1.0: fix release workflow permissions by @asraa in #337

Full Changelog: v1.0.4...v1.0.5

v1.4.1

08 Oct 19:20
e6428d7
Compare
Choose a tag to compare
v1.4.1 Pre-release
Pre-release

What's Changed

  • fix: env vars are case sensitive in configuration by @asraa in #298

Full Changelog: v1.4.0...v1.4.1

v1.4.0

08 Oct 18:34
936dc46
Compare
Choose a tag to compare
v1.4.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.1.2

03 Oct 15:39
8ee45a7
Compare
Choose a tag to compare

What's Changed

  • fix(backport/v1.1): make client shard aware when verifying entries on inactive shards by @asraa in #278
  • ci: update builder version for release/v1.1 by @asraa in #287

Full Changelog: v1.1.1...v1.1.2

v1.0.4

03 Oct 21:18
191a3bd
Compare
Choose a tag to compare

What's Changed

  • fix(backport/1.0): make client shard aware when verifying entries on inactive shards by @asraa in #286

Full Changelog: v1.0.3...v1.0.4

v1.3.1

02 Oct 17:57
49ab4e7
Compare
Choose a tag to compare

What's Changed

  • fix(backport/v1.3): make client shard aware when verifying by @asraa in #280

Full Changelog: v1.3.0...v1.3.1