Skip to content

Commit 454403d

Browse files
v7.0.9
1 parent 6e8914b commit 454403d

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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
125
- commits:
226
- subject: Change docker-modem to a devDependency
327
hash: 71f820d5b3435f4a4891a2af2267f253ac177873

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

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+
712
## 7.0.8 - 2025-05-15
813

914
* Change docker-modem to a devDependency [Thodoris Greasidis]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/compose",
3-
"version": "7.0.8",
3+
"version": "7.0.9",
44
"description": "Complete toolkit to build docker-compose.yml files and optionally deploy them to balenaCloud",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -91,6 +91,6 @@
9191
"pinejs-client-core": "^6.14.13 || ^7.0.0"
9292
},
9393
"versionist": {
94-
"publishedAt": "2025-05-15T18:10:43.638Z"
94+
"publishedAt": "2025-05-15T18:23:42.181Z"
9595
}
9696
}

0 commit comments

Comments
 (0)