@flowfuse/driver-docker 2.30.1 → 2.31.1

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.
@@ -4,3 +4,5 @@ updates:
4
4
  directory: "/"
5
5
  schedule:
6
6
  interval: "weekly"
7
+ cooldown:
8
+ default-days: 1
@@ -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.76.0
19
+ uses: flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml@sast_scan/v1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ #### 2.31.1: Release
2
+
3
+
4
+ #### 2.31.0: Release
5
+
6
+ - Switch internal reusable workflows to new tagging approach (#215)
7
+ - Bump protobufjs from 7.5.5 to 7.5.8 (#214) @app/dependabot
8
+ - Bump @protobufjs/utf8 from 1.1.0 to 1.1.1 (#213) @app/dependabot
9
+ - ci: enable dependabot cooldown (#212) @ppawlowski
10
+
1
11
  #### 2.30.1: Release
2
12
 
3
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-docker",
3
- "version": "2.30.1",
3
+ "version": "2.31.1",
4
4
  "description": "Docker driver for FlowFuse",
5
5
  "main": "docker.js",
6
6
  "scripts": {