From 4059d2af6645eaa57d5359c3991666b75911de81 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Mon, 17 Mar 2025 12:09:16 +0000 Subject: [PATCH 1/7] update versions for cache and artifact --- packages/artifact/RELEASES.md | 5 +++++ packages/artifact/package.json | 2 +- packages/cache/RELEASES.md | 4 ++++ packages/cache/package.json | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/artifact/RELEASES.md b/packages/artifact/RELEASES.md index 1ad475ac..1725dfe4 100644 --- a/packages/artifact/RELEASES.md +++ b/packages/artifact/RELEASES.md @@ -1,5 +1,10 @@ # @actions/artifact Releases +### 2.3.2 + +- Added masking for Secure Access Signatures (SAS) artifact URLs [#1982](https://github.com/actions/toolkit/pull/1982) +- Change hash to digest for consistent terminology across runner logs [#1991](https://github.com/actions/toolkit/pull/1991) + ### 2.3.1 - Fix comment typo on expectedHash. [#1986](https://github.com/actions/toolkit/pull/1986) diff --git a/packages/artifact/package.json b/packages/artifact/package.json index 3e580852..5881366f 100644 --- a/packages/artifact/package.json +++ b/packages/artifact/package.json @@ -1,6 +1,6 @@ { "name": "@actions/artifact", - "version": "2.3.1", + "version": "2.3.2", "preview": true, "description": "Actions artifact lib", "keywords": [ diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index b97006c6..53186ffd 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -1,5 +1,9 @@ # @actions/cache Releases +### 4.0.3 + +- Added masking for Secure Access Signatures (SAS) cache entry URLs [#1982](https://github.com/actions/toolkit/pull/1982) + ### 4.0.2 - Wrap create failures in ReserveCacheError [#1966](https://github.com/actions/toolkit/pull/1966) diff --git a/packages/cache/package.json b/packages/cache/package.json index 9b8b0ac6..c2cbc6e6 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "4.0.2", + "version": "4.0.3", "preview": true, "description": "Actions cache lib", "keywords": [ From 261fcae498b65dbb9eeaeb5778039721f60af02b Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Mon, 17 Mar 2025 12:44:51 +0000 Subject: [PATCH 2/7] change it to minor version instead of patch --- packages/artifact/RELEASES.md | 2 +- packages/artifact/package.json | 2 +- packages/cache/RELEASES.md | 2 +- packages/cache/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/artifact/RELEASES.md b/packages/artifact/RELEASES.md index 1725dfe4..0b8f1f9e 100644 --- a/packages/artifact/RELEASES.md +++ b/packages/artifact/RELEASES.md @@ -1,6 +1,6 @@ # @actions/artifact Releases -### 2.3.2 +### 2.4.0 - Added masking for Secure Access Signatures (SAS) artifact URLs [#1982](https://github.com/actions/toolkit/pull/1982) - Change hash to digest for consistent terminology across runner logs [#1991](https://github.com/actions/toolkit/pull/1991) diff --git a/packages/artifact/package.json b/packages/artifact/package.json index 5881366f..db410e81 100644 --- a/packages/artifact/package.json +++ b/packages/artifact/package.json @@ -1,6 +1,6 @@ { "name": "@actions/artifact", - "version": "2.3.2", + "version": "2.4.0", "preview": true, "description": "Actions artifact lib", "keywords": [ diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 53186ffd..9e3262d5 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -1,6 +1,6 @@ # @actions/cache Releases -### 4.0.3 +### 4.1.0 - Added masking for Secure Access Signatures (SAS) cache entry URLs [#1982](https://github.com/actions/toolkit/pull/1982) diff --git a/packages/cache/package.json b/packages/cache/package.json index c2cbc6e6..b92a626b 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "4.0.3", + "version": "4.1.0", "preview": true, "description": "Actions cache lib", "keywords": [ From 4d4bbebd6a97a60e290ed6362ce8781a2ae47123 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Mon, 17 Mar 2025 12:47:54 +0000 Subject: [PATCH 3/7] update package-lock.json --- packages/artifact/package-lock.json | 4 ++-- packages/cache/package-lock.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/artifact/package-lock.json b/packages/artifact/package-lock.json index fd1d2130..67e41d33 100644 --- a/packages/artifact/package-lock.json +++ b/packages/artifact/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actions/artifact", - "version": "2.3.1", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@actions/artifact", - "version": "2.3.1", + "version": "2.4.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/packages/cache/package-lock.json b/packages/cache/package-lock.json index 8d075bbd..dec8450a 100644 --- a/packages/cache/package-lock.json +++ b/packages/cache/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actions/cache", - "version": "4.0.2", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@actions/cache", - "version": "4.0.2", + "version": "4.1.0", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", From ff4d4afef82392ec1519e7c2e06135575bfccb34 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Mon, 17 Mar 2025 12:48:56 +0000 Subject: [PATCH 4/7] shared instead of secure --- packages/artifact/RELEASES.md | 2 +- packages/cache/RELEASES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/artifact/RELEASES.md b/packages/artifact/RELEASES.md index 0b8f1f9e..7b0a2e9b 100644 --- a/packages/artifact/RELEASES.md +++ b/packages/artifact/RELEASES.md @@ -2,7 +2,7 @@ ### 2.4.0 -- Added masking for Secure Access Signatures (SAS) artifact URLs [#1982](https://github.com/actions/toolkit/pull/1982) +- Added masking for Shared Access Signature (SAS) artifact URLs [#1982](https://github.com/actions/toolkit/pull/1982) - Change hash to digest for consistent terminology across runner logs [#1991](https://github.com/actions/toolkit/pull/1991) ### 2.3.1 diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 9e3262d5..333a5eb7 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -2,7 +2,7 @@ ### 4.1.0 -- Added masking for Secure Access Signatures (SAS) cache entry URLs [#1982](https://github.com/actions/toolkit/pull/1982) +- Added masking for Shared Access Signature (SAS) cache entry URLs [#1982](https://github.com/actions/toolkit/pull/1982) ### 4.0.2 From c40bccc9c31c29df15c93abbea5b18bb474a4add Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Mon, 17 Mar 2025 14:08:42 +0000 Subject: [PATCH 5/7] Use patch instead of minor --- packages/artifact/RELEASES.md | 2 +- packages/artifact/package-lock.json | 4 ++-- packages/artifact/package.json | 2 +- packages/cache/RELEASES.md | 2 +- packages/cache/package-lock.json | 4 ++-- packages/cache/package.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/artifact/RELEASES.md b/packages/artifact/RELEASES.md index 7b0a2e9b..a37e6018 100644 --- a/packages/artifact/RELEASES.md +++ b/packages/artifact/RELEASES.md @@ -1,6 +1,6 @@ # @actions/artifact Releases -### 2.4.0 +### 2.3.2 - Added masking for Shared Access Signature (SAS) artifact URLs [#1982](https://github.com/actions/toolkit/pull/1982) - Change hash to digest for consistent terminology across runner logs [#1991](https://github.com/actions/toolkit/pull/1991) diff --git a/packages/artifact/package-lock.json b/packages/artifact/package-lock.json index 67e41d33..0fc2e587 100644 --- a/packages/artifact/package-lock.json +++ b/packages/artifact/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actions/artifact", - "version": "2.4.0", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@actions/artifact", - "version": "2.4.0", + "version": "2.3.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/packages/artifact/package.json b/packages/artifact/package.json index db410e81..5881366f 100644 --- a/packages/artifact/package.json +++ b/packages/artifact/package.json @@ -1,6 +1,6 @@ { "name": "@actions/artifact", - "version": "2.4.0", + "version": "2.3.2", "preview": true, "description": "Actions artifact lib", "keywords": [ diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 333a5eb7..cfb8c344 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -1,6 +1,6 @@ # @actions/cache Releases -### 4.1.0 +### 4.0.3 - Added masking for Shared Access Signature (SAS) cache entry URLs [#1982](https://github.com/actions/toolkit/pull/1982) diff --git a/packages/cache/package-lock.json b/packages/cache/package-lock.json index dec8450a..c70a242f 100644 --- a/packages/cache/package-lock.json +++ b/packages/cache/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actions/cache", - "version": "4.1.0", + "version": "4.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@actions/cache", - "version": "4.1.0", + "version": "4.0.3", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", diff --git a/packages/cache/package.json b/packages/cache/package.json index b92a626b..c2cbc6e6 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "4.1.0", + "version": "4.0.3", "preview": true, "description": "Actions cache lib", "keywords": [ From 10277d48ca09964a2d3c257dac951155e040f315 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Mon, 17 Mar 2025 17:12:32 +0000 Subject: [PATCH 6/7] Add update to release doc, as will include it in this release --- packages/cache/RELEASES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index cfb8c344..3ac2a7f6 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -3,6 +3,7 @@ ### 4.0.3 - Added masking for Shared Access Signature (SAS) cache entry URLs [#1982](https://github.com/actions/toolkit/pull/1982) +- 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) ### 4.0.2 From a410c4a9cfeb6e25b769963740704833201c48ac Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Mon, 17 Mar 2025 17:14:25 +0000 Subject: [PATCH 7/7] remove extra brace --- packages/cache/RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 3ac2a7f6..c8ce346f 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -3,7 +3,7 @@ ### 4.0.3 - Added masking for Shared Access Signature (SAS) cache entry URLs [#1982](https://github.com/actions/toolkit/pull/1982) -- 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) +- 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) ### 4.0.2