2024-02-17 19:14:10 -08:00
# @actions/attest Releases
2024-05-21 13:11:37 -07:00
### 1.3.0
- Dynamic construction of Sigstore API URLs
2024-06-05 14:36:23 -07:00
- Switch to new GH provenance build type
2024-06-12 11:57:18 -07:00
- Fetch existing Rekor entry on 409 conflict error
2024-05-21 13:11:37 -07:00
- Bump @sigstore/bundle from 2.3.0 to 2.3.2
- Bump @sigstore/sign from 2.3.0 to 2.3.2
2024-04-24 11:31:11 -07:00
### 1.2.1
- Retry request on attestation persistence failure
2024-04-03 12:12:26 -07:00
### 1.2.0
- Generate attestations using the v0.3 Sigstore bundle format.
- Bump @sigstore/bundle from 2.2.0 to 2.3.0.
- Bump @sigstore/sign from 2.2.3 to 2.3.0.
2024-04-10 16:53:17 -07:00
- Remove dependency on make-fetch-happen
2024-04-03 12:12:26 -07:00
2024-03-21 19:25:36 -07:00
### 1.1.0
- Updates the `attestProvenance` function to retrieve a token from the GitHub OIDC provider and use the token claims to populate the provenance statement.
2024-02-17 19:14:10 -08:00
### 1.0.0
- Initial release