Skip to content

Commit 930c890

Browse files
authored
Merge pull request #1995 from actions/salmanmkc/2-new-cache-artifacts-release
Prepare Cache v4.0.3 & Artifact v2.3.2 releases
2 parents 857c61a + a410c4a commit 930c890

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

packages/artifact/RELEASES.md

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

3+
### 2.3.2
4+
5+
- Added masking for Shared Access Signature (SAS) artifact URLs [#1982](https://github.com/actions/toolkit/pull/1982)
6+
- Change hash to digest for consistent terminology across runner logs [#1991](https://github.com/actions/toolkit/pull/1991)
7+
38
### 2.3.1
49

510
- Fix comment typo on expectedHash. [#1986](https://github.com/actions/toolkit/pull/1986)

packages/artifact/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/artifact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/artifact",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"preview": true,
55
"description": "Actions artifact lib",
66
"keywords": [

packages/cache/RELEASES.md

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

3+
### 4.0.3
4+
5+
- Added masking for Shared Access Signature (SAS) cache entry URLs [#1982](https://github.com/actions/toolkit/pull/1982)
6+
- Improved debugging by logging both the cache version alongside the keys requested when a cache restore fails [#1994](https://github.com/actions/toolkit/pull/1994)
7+
38
### 4.0.2
49

510
- Wrap create failures in ReserveCacheError [#1966](https://github.com/actions/toolkit/pull/1966)

packages/cache/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/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/cache",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"preview": true,
55
"description": "Actions cache lib",
66
"keywords": [

0 commit comments

Comments
 (0)