2024-02-17 19:14:10 -08:00
# @actions/attest Releases
2024-08-14 11:21:15 -07:00
### 1.4.0
2024-08-16 12:38:04 -07:00
- Add new `headers` parameter to the `attest` and `attestProvenance` functions [#1790 ](https://github.com/actions/toolkit/pull/1790 )
- Update `buildSLSAProvenancePredicate` /`attestProvenance` to automatically derive default OIDC issuer URL from current execution context [#1796 ](https://github.com/actions/toolkit/pull/1796 )
2024-08-14 11:21:15 -07:00
2024-07-26 15:00:43 -07:00
### 1.3.1
2024-08-16 12:38:04 -07:00
- Fix bug with proxy support when retrieving JWKS for OIDC issuer [#1776 ](https://github.com/actions/toolkit/pull/1776 )
2024-07-26 15:00:43 -07:00
2024-05-21 13:11:37 -07:00
### 1.3.0
2024-08-16 12:38:04 -07:00
- Dynamic construction of Sigstore API URLs [#1735 ](https://github.com/actions/toolkit/pull/1735 )
- Switch to new GH provenance build type [#1745 ](https://github.com/actions/toolkit/pull/1745 )
- Fetch existing Rekor entry on 409 conflict error [#1759 ](https://github.com/actions/toolkit/pull/1759 )
- Bump @sigstore/bundle from 2.3.0 to 2.3.2 [#1738 ](https://github.com/actions/toolkit/pull/1738 )
- Bump @sigstore/sign from 2.3.0 to 2.3.2 [#1738 ](https://github.com/actions/toolkit/pull/1738 )
2024-05-21 13:11:37 -07:00
2024-04-24 11:31:11 -07:00
### 1.2.1
2024-08-16 12:38:04 -07:00
- Retry request on attestation persistence failure [#1725 ](https://github.com/actions/toolkit/pull/1725 )
2024-04-24 11:31:11 -07:00
2024-04-03 12:12:26 -07:00
### 1.2.0
2024-08-16 12:38:04 -07:00
- Generate attestations using the v0.3 Sigstore bundle format [#1701 ](https://github.com/actions/toolkit/pull/1701 )
- Bump @sigstore/bundle from 2.2.0 to 2.3.0 [#1701 ](https://github.com/actions/toolkit/pull/1701 )
- Bump @sigstore/sign from 2.2.3 to 2.3.0 [#1701 ](https://github.com/actions/toolkit/pull/1701 )
- Remove dependency on make-fetch-happen [#1714 ](https://github.com/actions/toolkit/pull/1714 )
2024-04-03 12:12:26 -07:00
2024-03-21 19:25:36 -07:00
### 1.1.0
2024-08-16 12:38:04 -07:00
- Updates the `attestProvenance` function to retrieve a token from the GitHub OIDC provider and use the token claims to populate the provenance statement [#1693 ](https://github.com/actions/toolkit/pull/1693 )
2024-03-21 19:25:36 -07:00
2024-02-17 19:14:10 -08:00
### 1.0.0
- Initial release