Skip to content

Commit ab82301

Browse files
authored
Merge pull request #2164 from actions/prepare-attest-2.0.0-release
Prepare @actions/attest 2.0.0 release
2 parents acb230b + d3ade9e commit ab82301

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

packages/attest/RELEASES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @actions/attest Releases
22

3+
### 2.0.0
4+
5+
- Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110)
6+
- Bump @sigstore/bundle from 3.0.0 to 3.1.0
7+
- Bump @sigstore/sign from 3.0.0 to 3.1.0
8+
- Bump jose from 5.2.3 to 5.10.0
9+
310
### 1.6.0
411

512
- Update `buildSLSAProvenancePredicate` to populate `workflow.ref` field from the `ref` claim in the OIDC token [#1969](https://github.com/actions/toolkit/pull/1969)

packages/attest/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/attest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/attest",
3-
"version": "1.6.0",
3+
"version": "2.0.0",
44
"description": "Actions attestation lib",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)