Skip to content

Commit 4196b8c

Browse files
v4.1.0
1 parent 0210c42 commit 4196b8c

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
- commits:
2+
- subject: Export OutOfSyncError
3+
hash: 90e267a3c74f3122821cc6d4fa056019e0a3339e
4+
body: >
5+
The export was lost during the [migration from CoffeeScript to
6+
JavaScript](https://github.com/balena-io-modules/node-docker-delta/commit/9600706c47334a800636a97dc5e367e57f46d637#diff-c440d0187a0693cb8ff06e40fa4d7f3df979918586c0948cfef38594237ff533L22)
7+
8+
but the supervisor has been [assuming the export is
9+
available](https://github.com/balena-os/balena-supervisor/blob/master/src/lib/docker-utils.ts#L235)
10+
since then. This is required to fix v2 delta support in
11+
balena-os/balena-supervisor#2350
12+
footer:
13+
Change-type: minor
14+
change-type: minor
15+
author: Felipe Lalanne
16+
version: 4.1.0
17+
title: ""
18+
date: 2024-07-05T16:16:07.158Z
119
- commits:
220
- subject: Update dockerode and docker-toolbelt
321
hash: 079d87ec2e0077aa84fe3ed1abd512a90ab6081e

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+
# v4.1.0
8+
## (2024-07-05)
9+
10+
* Export OutOfSyncError [Felipe Lalanne]
11+
712
# v4.0.1
813
## (2024-04-26)
914

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-delta",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "Generate binary filesystem diffs between docker images to speed up distribution",
55
"main": "out/docker-delta",
66
"scripts": {
@@ -34,6 +34,6 @@
3434
"typed-error": "^3.2.2"
3535
},
3636
"versionist": {
37-
"publishedAt": "2024-04-26T14:40:33.779Z"
37+
"publishedAt": "2024-07-05T16:16:07.253Z"
3838
}
3939
}

0 commit comments

Comments
 (0)