Skip to content

Commit 48ebc04

Browse files
committed
Pull request 819: AG-54210 Add pnpm release age settings and update Docker image
Squashed commit of the following: commit f7e9d62 Author: Maxim Topciu <mtopciu@adguard.com> Date: Thu May 14 20:28:10 2026 +0300 AG-54210 Add pnpm release age settings and update Docker image - Update adguard/node-ssh from 22.17--0 to 22.22--0 (pnpm 10.33.4) - Add minimumReleaseAge (7 days) and minimumReleaseAgeExclude for @adguard/* packages to prevent supply-chain attacks via newly published malicious versions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d34cb7c commit 48ebc04

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

bamboo-specs/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environments:
1212

1313
npmjs: &npmjs
1414
docker:
15-
image: adguard/node-ssh:22.17--0
15+
image: adguard/node-ssh:22.22--0
1616
volumes:
1717
${system.PNPM_DIR}: "${bamboo.cachePnpm}"
1818
variables: &npmjs-variables

bamboo-specs/increment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plan:
55
key: SCRIPTLETSINCR
66
name: scriptlets - increment
77
variables:
8-
dockerContainer: adguard/node-ssh:22.17--0
8+
dockerContainer: adguard/node-ssh:22.22--0
99

1010
stages:
1111
- Increment:

pnpm-workspace.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# AG-54210
2+
# minimumReleaseAge is in minutes; 10080 = 7 days.
3+
minimumReleaseAge: 10080
4+
minimumReleaseAgeExclude:
5+
- '@adguard/*'

0 commit comments

Comments
 (0)