@flowfuse/driver-docker 2.29.0 → 2.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ jobs:
12
12
  steps:
13
13
  - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14
14
  - name: Use Node.js 24
15
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
15
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
16
16
  with:
17
17
  node-version: 24
18
18
  - name: Install Dependencies
@@ -4,7 +4,8 @@ on:
4
4
  types:
5
5
  - opened
6
6
  jobs:
7
- add_to_product_board:
8
- uses: flowfuse/.github/.github/workflows/project-automation.yml@main
7
+ add_issue_to_relevant_boards:
8
+ uses: flowfuse/github-actions-workflows/.github/workflows/project-automation.yaml@project-automation/v1
9
9
  secrets:
10
- token: ${{ secrets.PROJECT_ACCESS_TOKEN }}
10
+ app-client-id: ${{ secrets.GH_BOT_APP_ID }}
11
+ app-private-key: ${{ secrets.GH_BOT_APP_KEY }}
@@ -9,7 +9,7 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
11
  - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
12
- - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
12
+ - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
13
13
  with:
14
14
  node-version: 24
15
15
  - run: npm ci --omit dev
@@ -16,4 +16,4 @@ concurrency:
16
16
  jobs:
17
17
  scan:
18
18
  name: SAST Scan
19
- uses : flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml@v0.52.0
19
+ uses : flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml@v0.76.0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ #### 2.30.0: Release
2
+
3
+ - Bump actions/setup-node from 6.3.0 to 6.4.0 (#205)
4
+ - Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#206)
5
+ - ci: Use new project-automation workflow (#208) @ppawlowski
6
+ - Bump uuid and dockerode (#207) @app/dependabot
7
+ - Bump protobufjs from 7.4.0 to 7.5.5 (#204) @app/dependabot
8
+
9
+ #### 2.29.1: Release
10
+
11
+
1
12
  #### 2.29.0: Release
2
13
 
3
14
  - Bump picomatch from 4.0.3 to 4.0.4 (#198) @app/dependabot
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-docker",
3
- "version": "2.29.0",
3
+ "version": "2.30.0",
4
4
  "description": "Docker driver for FlowFuse",
5
5
  "main": "docker.js",
6
6
  "scripts": {
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "dockerode": "^4.0.5",
24
+ "dockerode": "^5.0.0",
25
25
  "form-data": "^4.0.0",
26
26
  "got": "^11.8.0"
27
27
  },