Skip to content

Commit 8de2075

Browse files
v5.0.0
1 parent cd57d75 commit 8de2075

3 files changed

Lines changed: 128 additions & 2 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,103 @@
1+
- commits:
2+
- subject: Remove bluebird dependency
3+
hash: e715af4171ef9490673ec1aa15b4320dc2a19a50
4+
body: ""
5+
footer:
6+
Change-type: major
7+
change-type: major
8+
author: Pagan Gazzard
9+
nested: []
10+
- subject: Update docker-toolbelt to 7.x, dropping support for docker < 1.10
11+
(released Feb 2016)
12+
hash: 4badf52ea783adc1c364b39487eacfb74390c258
13+
body: |
14+
Update docker-toolbelt from 6.0.13 to 7.0.0
15+
footer:
16+
Change-type: major
17+
change-type: major
18+
author: Pagan Gazzard
19+
nested:
20+
- commits:
21+
- subject: Update @types/dockerode to 4.x
22+
hash: 5c5cbbdd68b236e0da5c0ed9229c532eb52c7bd6
23+
body: ""
24+
footer:
25+
Change-type: patch
26+
change-type: patch
27+
author: Pagan Gazzard
28+
- subject: Switch to ESM
29+
hash: 67961cf8f843088fd5d76d90f392e6077ab001cf
30+
body: ""
31+
footer:
32+
Change-type: major
33+
change-type: major
34+
author: Pagan Gazzard
35+
- subject: Update tsconfig target to es2024
36+
hash: 82d9beb70a699a9149ea493d29b947667e58e2fc
37+
body: ""
38+
footer:
39+
Change-type: major
40+
change-type: major
41+
author: Pagan Gazzard
42+
- subject: Update minimum supported nodejs version to ^22.22.0 || >=24.13.0
43+
hash: e4c62117fed82d4e413809feb72d682cd4c41670
44+
body: ""
45+
footer:
46+
Change-type: major
47+
change-type: major
48+
author: Pagan Gazzard
49+
- subject: Drop support for docker < 1.10 (released Feb 2016)
50+
hash: 634fef0fb1f0e47ab46581720b6a2f9f2fb16280
51+
body: >
52+
This allows us to drop the balena-semver dependency and avoid
53+
calls to
54+
55+
`docker.version()`
56+
footer:
57+
Change-type: major
58+
change-type: major
59+
author: Pagan Gazzard
60+
version: docker-toolbelt-7.0.0
61+
title: ""
62+
date: 2026-02-02T19:11:04.201Z
63+
- commits:
64+
- subject: Remove `event-stream` in favor of built-in alternatives
65+
hash: 4019e32bff14c71675d1777c3fff69b31d37f7b8
66+
body: ""
67+
footer:
68+
Change-type: patch
69+
change-type: patch
70+
author: Pagan Gazzard
71+
version: docker-toolbelt-6.0.14
72+
title: ""
73+
date: 2025-10-07T11:51:49.360Z
74+
- subject: Switch to ESM
75+
hash: 0572596a9aa7c9a62a441a21597be2ca717b97bd
76+
body: ""
77+
footer:
78+
Change-type: major
79+
change-type: major
80+
author: Pagan Gazzard
81+
nested: []
82+
- subject: Update tsconfig target to es2024
83+
hash: 7c682d3e6be07c4032026e7dcdc2337fa15b5300
84+
body: ""
85+
footer:
86+
Change-type: major
87+
change-type: major
88+
author: Pagan Gazzard
89+
nested: []
90+
- subject: Update minimum supported nodejs version to ^22.22.0 || >=24.13.0
91+
hash: bff24a6660ec538901c773c4111a0b7489e52c2f
92+
body: ""
93+
footer:
94+
Change-type: major
95+
change-type: major
96+
author: Pagan Gazzard
97+
nested: []
98+
version: 5.0.0
99+
title: ""
100+
date: 2026-02-04T11:49:03.656Z
1101
- commits:
2102
- subject: Update dependencies
3103
hash: 32caaf065c311641ef73f87aa376544750948473

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ 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+
## 5.0.0 - 2026-02-04
8+
9+
* Remove bluebird dependency [Pagan Gazzard]
10+
11+
<details>
12+
<summary> Update docker-toolbelt to 7.x, dropping support for docker < 1.10 (released Feb 2016) [Pagan Gazzard] </summary>
13+
14+
> ### docker-toolbelt-7.0.0 - 2026-02-02
15+
>
16+
> * Update @types/dockerode to 4.x [Pagan Gazzard]
17+
> * Switch to ESM [Pagan Gazzard]
18+
> * Update tsconfig target to es2024 [Pagan Gazzard]
19+
> * Update minimum supported nodejs version to ^22.22.0 || >=24.13.0 [Pagan Gazzard]
20+
> * Drop support for docker < 1.10 (released Feb 2016) [Pagan Gazzard]
21+
>
22+
> ### docker-toolbelt-6.0.14 - 2025-10-07
23+
>
24+
> * Remove `event-stream` in favor of built-in alternatives [Pagan Gazzard]
25+
>
26+
27+
</details>
28+
29+
* Switch to ESM [Pagan Gazzard]
30+
* Update tsconfig target to es2024 [Pagan Gazzard]
31+
* Update minimum supported nodejs version to ^22.22.0 || >=24.13.0 [Pagan Gazzard]
32+
733
## 4.1.1 - 2025-10-07
834

935

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.1.1",
3+
"version": "5.0.0",
44
"description": "Generate binary filesystem diffs between docker images to speed up distribution",
55
"type": "module",
66
"main": "out/docker-delta.js",
@@ -36,6 +36,6 @@
3636
"typed-error": "^3.2.2"
3737
},
3838
"versionist": {
39-
"publishedAt": "2025-10-07T13:27:01.502Z"
39+
"publishedAt": "2026-02-04T11:49:04.628Z"
4040
}
4141
}

0 commit comments

Comments
 (0)