File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
44automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55This 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
Original file line number Diff line number Diff line change 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" : {
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}
You can’t perform that action at this time.
0 commit comments