Skip to content

Commit b498832

Browse files
committed
Pull request 746: Fix docker error
Squashed commit of the following: commit 33603de Author: Maxim Topciu <[email protected]> Date: Thu Aug 14 20:12:30 2025 +0300 fix markdown commit bf6f418 Author: Maxim Topciu <[email protected]> Date: Thu Aug 14 20:02:15 2025 +0300 bump version, prepare changelog commit d90a840 Author: Maxim Topciu <[email protected]> Date: Thu Aug 14 19:51:59 2025 +0300 fix docker image version commit bdcad4c Author: Maxim Topciu <[email protected]> Date: Thu Aug 14 19:48:07 2025 +0300 fix docker error
1 parent dceab4e commit b498832

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
1010
<!-- TODO: change `@added unknown` tag due to the actual version -->
1111
<!-- during new scriptlets or redirects releasing -->
1212

13-
## [Unreleased]
13+
## [v2.2.9] - 2025-08-14
1414

1515
### Added
1616

@@ -22,7 +22,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
2222
- `TrustedScriptURL` in `prevent-element-src-loading` scriptlet [#514].
2323
- Fix scriptlets compilation error in Safari 15 due to unsupported regex lookbehind [#519].
2424

25-
[Unreleased]: https://github.com/AdguardTeam/Scriptlets/compare/v2.2.8...HEAD
25+
[v2.2.9]: https://github.com/AdguardTeam/Scriptlets/compare/v2.2.8...v2.2.9
2626
[#405]: https://github.com/AdguardTeam/Scriptlets/issues/405
2727
[#514]: https://github.com/AdguardTeam/Scriptlets/issues/514
2828
[#517]: https://github.com/AdguardTeam/Scriptlets/issues/517

bamboo-specs/build.yaml

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

1010
stages:
1111
- Build:

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.14--0
15+
image: adguard/node-ssh:22.17--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.14--0
8+
dockerContainer: adguard/node-ssh:22.17--0
99

1010
stages:
1111
- Increment:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adguard/scriptlets",
3-
"version": "2.2.8",
3+
"version": "2.2.9",
44
"description": "AdGuard's JavaScript library of Scriptlets and Redirect resources",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)