2024-02-18 03:14:10 +00:00
# @actions/attest Releases
2024-08-14 18:21:15 +00:00
### 1.4.0
- Add new `headers` parameter to the `attest` and `attestProvenance` functions.
2024-07-26 22:00:43 +00:00
### 1.3.1
- Fix bug with proxy support when retrieving JWKS for OIDC issuer
2024-05-21 20:11:37 +00:00
### 1.3.0
- Dynamic construction of Sigstore API URLs
2024-06-05 21:36:23 +00:00
- Switch to new GH provenance build type
2024-06-12 18:57:18 +00:00
- Fetch existing Rekor entry on 409 conflict error
2024-05-21 20:11:37 +00: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 18:31:11 +00:00
### 1.2.1
- Retry request on attestation persistence failure
2024-04-03 19:12:26 +00: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 23:53:17 +00:00
- Remove dependency on make-fetch-happen
2024-04-03 19:12:26 +00:00
2024-03-22 02:25:36 +00: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-18 03:14:10 +00:00
### 1.0.0
- Initial release