File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change
1
+ - commits :
2
+ - subject : Update dockerode to 4.0.4
3
+ hash : d3937a4d9a6e5a927c108bd401d3a01e257251dc
4
+ body : " "
5
+ footer :
6
+ Change-type : patch
7
+ change-type : patch
8
+ author : Felipe Lalanne
9
+ nested : []
10
+ - subject : Use JSON serialization for balena build secrets
11
+ hash : 5ddc108242dcb2dd7316ea5ebb201ac9c5ec6d9e
12
+ body : |
13
+ Build secrets make use of a `volumes` option passed to the build image
14
+ docker API. This option is only available in balenaEngine. With the
15
+ changes on apocas/docker-modem#181, this array will be serialized using
16
+ URL serialization by dockerode, which is not accepted by balenaEngine.
17
+ footer :
18
+ Change-type : patch
19
+ change-type : patch
20
+ author : Felipe Lalanne
21
+ nested : []
22
+ version : 7.0.9
23
+ title : " "
24
+ date : 2025-05-15T18:23:42.119Z
1
25
- commits :
2
26
- subject : Change docker-modem to a devDependency
3
27
hash : 71f820d5b3435f4a4891a2af2267f253ac177873
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
4
4
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## 7.0.9 - 2025-05-15
8
+
9
+ * Update dockerode to 4.0.4 [ Felipe Lalanne]
10
+ * Use JSON serialization for balena build secrets [ Felipe Lalanne]
11
+
7
12
## 7.0.8 - 2025-05-15
8
13
9
14
* Change docker-modem to a devDependency [ Thodoris Greasidis]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @balena/compose" ,
3
- "version" : " 7.0.8 " ,
3
+ "version" : " 7.0.9 " ,
4
4
"description" : " Complete toolkit to build docker-compose.yml files and optionally deploy them to balenaCloud" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
91
91
"pinejs-client-core" : " ^6.14.13 || ^7.0.0"
92
92
},
93
93
"versionist" : {
94
- "publishedAt" : " 2025-05-15T18:10:43.638Z "
94
+ "publishedAt" : " 2025-05-15T18:23:42.181Z "
95
95
}
96
96
}
You can’t perform that action at this time.
0 commit comments