Skip to content

Releases: slsa-framework/slsa-github-generator

v1.2.1

17 Oct 02:17
dc705ba
Compare
Choose a tag to compare

🚨⚠️ DO NOT USE THIS RELEASE. This version will no longer work and is not supported due to errors described in #1163. Please upgrade to v1.2.2 or later. ⚠️🚨

What's Changed

This release fixes an error that occurs on the "Generate Builder" step for various workflows.

FAILED: SLSA verification failed: could not find a matching valid signature entry

See #942

Generic generator

buildType

This release changes the buildType used in provenance created by the generic generator.

The previous value was:

"buildType": "https://github.com/slsa-framework/slsa-github-generator@v1",

The new value is:

"buildType": "https://github.com/slsa-framework/slsa-github-generator/generic@v1",

See #627

Provenance file names

Previously the default file name for provenance was attestation.intoto.jsonl. This has been updated to be in line with intoto attestation file naming conventions. The file name now defaults to <artifact filename>.intoto.jsonl if there is a single artifact, or multiple.intoto.jsonl if there are multiple artifacts.

See #654

Explicit opt-in for private repos

Private repository support was enhanced to required the private-repository input field as the repository name will be made public in the public Rekor transparency log.

Please add the following to your workflows if you opt into allowing repository names to be recorded in the public Rekor transparency log.

with:
  private-repository: true

See #823

Go builder

Support private repos

Support for private repositories was fixed. If using a private repository you must specify the private-repository input field as the repository name will be made public in the public Rekor transparency log.

Please add the following to your workflows if you opt into allowing repository names to be recorded in the public Rekor transparency log.

with:
  private-repository: true

See #823

New Contributors

Full Changelog

v1.2.0...v1.2.1

Read more

v1.2.0

19 Jul 18:06
bdd89e6
Compare
Choose a tag to compare

🚨⚠️ DO NOT USE THIS RELEASE. This version will no longer work and is not supported due to errors described in #942. Please upgrade to v1.2.2 or later. ⚠️🚨

What's Changed

Generic generator

The highlight of this release is a new re-usable workflow called the "Generic generator". It lets users build artifacts on their own and generate a provenance that satisfies SLSA provenance 3 requirement. It's perfect to get started with SLSA with minimal changes to an existing build workflow. To use it, check the README.md!

Go builder

No changes.

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

20 Jun 22:04
d995948
Compare
Choose a tag to compare

What's Changed

  • Improve documentation
  • Fix filename issue when resolving it with variables
  • Add support for environment variables in artifact filename

New Contributors

Full Changelog: v1.0.0...v1.1.1

v1.1.0

20 Jun 19:58
3762327
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

WARNING

This release is intended to release the verifier with the certificate present in the provenance. It is not intended for public use. This release will remain in pre-release.

What's Changed

  • Improve documentation
  • Fix filename issue when resolving it with variables
  • Add support for environment variables in artifact filename

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

07 Jun 17:27
bbeae84
Compare
Choose a tag to compare

What's Changed

This is the first official release of the generator. The first builder we are releasing is for Golang projects.
To learn how to use it, see ./README.md#golang-projects

Contributors

@asraa @ianlewis @MarkLodato @joshuagl @laurentsimon

v0.0.2

26 May 17:19
b18a9ec
Compare
Choose a tag to compare

e2e release test with the hash of v0.0.1's slsa-verifier hardcoded (see b18a9ec)

v0.0.1

25 May 20:01
635178a
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

This is a pre-release test. We will validate e2e flow and #74