balena-cli 23.2.5-build-renovate-aws-actions-configure-aws-credentials-5-x-1e7ece7190cb84dba4cf3ae07d59f509fa34ef7f-1 → 23.2.5-build-update-docker-progress-5-4-0-0b54738143845dbf74923cdc2e017e9290ce0080-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +67 -2
- package/npm-shrinkwrap.json +17 -7
- package/oclif.manifest.json +102 -102
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,74 @@ 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
|
-
## 23.2.5 - 2025-12-
|
|
7
|
+
## 23.2.5 - 2025-12-04
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
<details>
|
|
11
|
+
<summary> Update docker-progress to 5.4.0 [Thodoris Greasidis] </summary>
|
|
12
|
+
|
|
13
|
+
> ### docker-progress-5.4.0 - 2025-12-03
|
|
14
|
+
>
|
|
15
|
+
> * pull/push/build: Support detecting the result digest when pushing only the reference of a pre-built image [Thodoris Greasidis]
|
|
16
|
+
>
|
|
17
|
+
> ### docker-progress-5.3.4 - 2025-12-03
|
|
18
|
+
>
|
|
19
|
+
> * pull: fix digest hash parsing [Tuetuopay]
|
|
20
|
+
>
|
|
21
|
+
> ### docker-progress-5.3.3 - 2025-11-28
|
|
22
|
+
>
|
|
23
|
+
> * Update flowzone workflow to allow external contributions [Thodoris Greasidis]
|
|
24
|
+
>
|
|
25
|
+
> ### docker-progress-5.3.2 - 2025-11-28
|
|
26
|
+
>
|
|
27
|
+
> * Fix TS errors for the latest dockerode [Thodoris Greasidis]
|
|
28
|
+
>
|
|
29
|
+
> ### docker-progress-5.3.1 - 2025-05-15
|
|
30
|
+
>
|
|
31
|
+
> * Make abortSignal optional in pull/push options [Felipe Lalanne]
|
|
32
|
+
>
|
|
33
|
+
> ### docker-progress-5.3.0 - 2025-05-12
|
|
34
|
+
>
|
|
35
|
+
> * Support AbortSignal option for image push/pull [Christina Ying Wang]
|
|
36
|
+
>
|
|
37
|
+
> ### docker-progress-5.2.7 - 2025-04-10
|
|
38
|
+
>
|
|
39
|
+
> * Update @balena/lint to 9.x [Pagan Gazzard]
|
|
40
|
+
>
|
|
41
|
+
> ### docker-progress-5.2.6 - 2025-04-02
|
|
42
|
+
>
|
|
43
|
+
> * Update dependency rimraf to v6 [balena-renovate[bot]]
|
|
44
|
+
>
|
|
45
|
+
> ### docker-progress-5.2.5 - 2025-03-25
|
|
46
|
+
>
|
|
47
|
+
> * Update dependency @balena/lint to v8 [balena-renovate[bot]]
|
|
48
|
+
>
|
|
49
|
+
> ### docker-progress-5.2.4 - 2025-02-12
|
|
50
|
+
>
|
|
51
|
+
> * Propagate NodeJS Error from stream directly [Christina Ying Wang]
|
|
52
|
+
>
|
|
53
|
+
> ### docker-progress-5.2.3 - 2024-01-05
|
|
54
|
+
>
|
|
55
|
+
> * Make use of nullish coalescing [Pagan Gazzard]
|
|
56
|
+
>
|
|
57
|
+
> ### docker-progress-5.2.2 - 2024-01-05
|
|
58
|
+
>
|
|
59
|
+
> * Reduce lodash usage [Pagan Gazzard]
|
|
60
|
+
>
|
|
61
|
+
> ### docker-progress-5.2.1 - 2024-01-05
|
|
62
|
+
>
|
|
63
|
+
> * Update dependencies [Pagan Gazzard]
|
|
64
|
+
>
|
|
65
|
+
> ### docker-progress-5.2.0 - Invalid date
|
|
66
|
+
>
|
|
67
|
+
> * Add support for tracking delta generation progress [Akis Kesoglou]
|
|
68
|
+
>
|
|
69
|
+
> ### docker-progress-5.1.4 - Invalid date
|
|
70
|
+
>
|
|
71
|
+
> * Build with Flowzone [Akis Kesoglou]
|
|
72
|
+
>
|
|
73
|
+
|
|
74
|
+
</details>
|
|
10
75
|
|
|
11
76
|
## 23.2.4 - 2025-12-03
|
|
12
77
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.2.5-build-
|
|
3
|
+
"version": "23.2.5-build-update-docker-progress-5-4-0-0b54738143845dbf74923cdc2e017e9290ce0080-1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "balena-cli",
|
|
9
|
-
"version": "23.2.5-build-
|
|
9
|
+
"version": "23.2.5-build-update-docker-progress-5-4-0-0b54738143845dbf74923cdc2e017e9290ce0080-1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"date-fns": "^4.1.0",
|
|
38
38
|
"denymount": "^2.3.0",
|
|
39
39
|
"docker-modem": "^5.0.6",
|
|
40
|
-
"docker-progress": "^5.
|
|
40
|
+
"docker-progress": "^5.4.0",
|
|
41
41
|
"dockerode": "^4.0.5",
|
|
42
42
|
"ejs": "^3.1.6",
|
|
43
43
|
"etcher-sdk": "^10.0.0",
|
|
@@ -14613,6 +14613,7 @@
|
|
|
14613
14613
|
"resolved": "https://registry.npmjs.org/docker-modem/-/docker-modem-5.0.6.tgz",
|
|
14614
14614
|
"integrity": "sha512-ens7BiayssQz/uAxGzH8zGXCtiV24rRWXdjNha5V4zSOcxmAZsfGVm/PPFbwQdqEkDnhG+SyR9E3zSHUbOKXBQ==",
|
|
14615
14615
|
"license": "Apache-2.0",
|
|
14616
|
+
"peer": true,
|
|
14616
14617
|
"dependencies": {
|
|
14617
14618
|
"debug": "^4.1.1",
|
|
14618
14619
|
"readable-stream": "^3.5.0",
|
|
@@ -14637,13 +14638,21 @@
|
|
|
14637
14638
|
}
|
|
14638
14639
|
},
|
|
14639
14640
|
"node_modules/docker-progress": {
|
|
14640
|
-
"version": "5.
|
|
14641
|
-
"resolved": "https://registry.npmjs.org/docker-progress/-/docker-progress-5.
|
|
14642
|
-
"integrity": "sha512-
|
|
14641
|
+
"version": "5.4.0",
|
|
14642
|
+
"resolved": "https://registry.npmjs.org/docker-progress/-/docker-progress-5.4.0.tgz",
|
|
14643
|
+
"integrity": "sha512-AzH4jOpndhfB3wb2RnPOb1KEcyWmcHHR44K0g4qE8oeihmFjc/CnGSuqB2LCivL8j2Yeeduvg6LQyV24XMBtjw==",
|
|
14644
|
+
"license": "Apache-2.0",
|
|
14643
14645
|
"dependencies": {
|
|
14644
|
-
"@types/dockerode": "^3.3.
|
|
14646
|
+
"@types/dockerode": "^3.3.23",
|
|
14645
14647
|
"JSONStream": "^1.3.5",
|
|
14646
14648
|
"lodash": "^4.17.21"
|
|
14649
|
+
},
|
|
14650
|
+
"engines": {
|
|
14651
|
+
"node": ">=16.0.0"
|
|
14652
|
+
},
|
|
14653
|
+
"peerDependencies": {
|
|
14654
|
+
"docker-modem": ">=3.0.3",
|
|
14655
|
+
"dockerode": ">=3.3.1"
|
|
14647
14656
|
}
|
|
14648
14657
|
},
|
|
14649
14658
|
"node_modules/dockerfile-ast": {
|
|
@@ -14664,6 +14673,7 @@
|
|
|
14664
14673
|
"resolved": "https://registry.npmjs.org/dockerode/-/dockerode-4.0.9.tgz",
|
|
14665
14674
|
"integrity": "sha512-iND4mcOWhPaCNh54WmK/KoSb35AFqPAUWFMffTQcp52uQt36b5uNwEJTSXntJZBbeGad72Crbi/hvDIv6us/6Q==",
|
|
14666
14675
|
"license": "Apache-2.0",
|
|
14676
|
+
"peer": true,
|
|
14667
14677
|
"dependencies": {
|
|
14668
14678
|
"@balena/dockerignore": "^1.0.2",
|
|
14669
14679
|
"@grpc/grpc-js": "^1.11.1",
|
package/oclif.manifest.json
CHANGED
|
@@ -160,56 +160,6 @@
|
|
|
160
160
|
"create.js"
|
|
161
161
|
]
|
|
162
162
|
},
|
|
163
|
-
"block:create": {
|
|
164
|
-
"aliases": [],
|
|
165
|
-
"args": {
|
|
166
|
-
"name": {
|
|
167
|
-
"description": "block name",
|
|
168
|
-
"name": "name",
|
|
169
|
-
"required": true
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
"description": "Create an block.\n\nCreate a new balena block.\n\nYou can specify the organization the block should belong to using\nthe `--organization` option. The organization's handle, not its name,\nshould be provided. Organization handles can be listed with the\n`balena organization list` command.\n\nThe block's default device type is specified with the `--type` option.\nThe `balena device-type list` command can be used to list the available\ndevice types.\n\nInteractive dropdowns will be shown for selection if no device type or\norganization is specified and there are multiple options to choose from.\nIf there is a single option to choose from, it will be chosen automatically.\nThis interactive behavior can be disabled by explicitly specifying a device\ntype and organization.",
|
|
173
|
-
"examples": [
|
|
174
|
-
"$ balena block create MyBlock",
|
|
175
|
-
"$ balena block create MyBlock --organization mmyorg",
|
|
176
|
-
"$ balena block create MyBlock -o myorg --type raspberry-pi"
|
|
177
|
-
],
|
|
178
|
-
"flags": {
|
|
179
|
-
"organization": {
|
|
180
|
-
"char": "o",
|
|
181
|
-
"description": "handle of the organization the block should belong to",
|
|
182
|
-
"name": "organization",
|
|
183
|
-
"hasDynamicHelp": false,
|
|
184
|
-
"multiple": false,
|
|
185
|
-
"type": "option"
|
|
186
|
-
},
|
|
187
|
-
"type": {
|
|
188
|
-
"char": "t",
|
|
189
|
-
"description": "block device type (Check available types with `balena device-type list`)",
|
|
190
|
-
"name": "type",
|
|
191
|
-
"hasDynamicHelp": false,
|
|
192
|
-
"multiple": false,
|
|
193
|
-
"type": "option"
|
|
194
|
-
}
|
|
195
|
-
},
|
|
196
|
-
"hasDynamicHelp": false,
|
|
197
|
-
"hiddenAliases": [],
|
|
198
|
-
"id": "block:create",
|
|
199
|
-
"pluginAlias": "balena-cli",
|
|
200
|
-
"pluginName": "balena-cli",
|
|
201
|
-
"pluginType": "core",
|
|
202
|
-
"strict": true,
|
|
203
|
-
"enableJsonFlag": false,
|
|
204
|
-
"authenticated": true,
|
|
205
|
-
"isESM": false,
|
|
206
|
-
"relativePath": [
|
|
207
|
-
"build",
|
|
208
|
-
"commands",
|
|
209
|
-
"block",
|
|
210
|
-
"create.js"
|
|
211
|
-
]
|
|
212
|
-
},
|
|
213
163
|
"build": {
|
|
214
164
|
"aliases": [],
|
|
215
165
|
"args": {
|
|
@@ -412,6 +362,56 @@
|
|
|
412
362
|
"index.js"
|
|
413
363
|
]
|
|
414
364
|
},
|
|
365
|
+
"block:create": {
|
|
366
|
+
"aliases": [],
|
|
367
|
+
"args": {
|
|
368
|
+
"name": {
|
|
369
|
+
"description": "block name",
|
|
370
|
+
"name": "name",
|
|
371
|
+
"required": true
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"description": "Create an block.\n\nCreate a new balena block.\n\nYou can specify the organization the block should belong to using\nthe `--organization` option. The organization's handle, not its name,\nshould be provided. Organization handles can be listed with the\n`balena organization list` command.\n\nThe block's default device type is specified with the `--type` option.\nThe `balena device-type list` command can be used to list the available\ndevice types.\n\nInteractive dropdowns will be shown for selection if no device type or\norganization is specified and there are multiple options to choose from.\nIf there is a single option to choose from, it will be chosen automatically.\nThis interactive behavior can be disabled by explicitly specifying a device\ntype and organization.",
|
|
375
|
+
"examples": [
|
|
376
|
+
"$ balena block create MyBlock",
|
|
377
|
+
"$ balena block create MyBlock --organization mmyorg",
|
|
378
|
+
"$ balena block create MyBlock -o myorg --type raspberry-pi"
|
|
379
|
+
],
|
|
380
|
+
"flags": {
|
|
381
|
+
"organization": {
|
|
382
|
+
"char": "o",
|
|
383
|
+
"description": "handle of the organization the block should belong to",
|
|
384
|
+
"name": "organization",
|
|
385
|
+
"hasDynamicHelp": false,
|
|
386
|
+
"multiple": false,
|
|
387
|
+
"type": "option"
|
|
388
|
+
},
|
|
389
|
+
"type": {
|
|
390
|
+
"char": "t",
|
|
391
|
+
"description": "block device type (Check available types with `balena device-type list`)",
|
|
392
|
+
"name": "type",
|
|
393
|
+
"hasDynamicHelp": false,
|
|
394
|
+
"multiple": false,
|
|
395
|
+
"type": "option"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
"hasDynamicHelp": false,
|
|
399
|
+
"hiddenAliases": [],
|
|
400
|
+
"id": "block:create",
|
|
401
|
+
"pluginAlias": "balena-cli",
|
|
402
|
+
"pluginName": "balena-cli",
|
|
403
|
+
"pluginType": "core",
|
|
404
|
+
"strict": true,
|
|
405
|
+
"enableJsonFlag": false,
|
|
406
|
+
"authenticated": true,
|
|
407
|
+
"isESM": false,
|
|
408
|
+
"relativePath": [
|
|
409
|
+
"build",
|
|
410
|
+
"commands",
|
|
411
|
+
"block",
|
|
412
|
+
"create.js"
|
|
413
|
+
]
|
|
414
|
+
},
|
|
415
415
|
"config:generate": {
|
|
416
416
|
"aliases": [],
|
|
417
417
|
"args": {},
|
|
@@ -2537,6 +2537,43 @@
|
|
|
2537
2537
|
"set.js"
|
|
2538
2538
|
]
|
|
2539
2539
|
},
|
|
2540
|
+
"internal:osinit": {
|
|
2541
|
+
"aliases": [],
|
|
2542
|
+
"args": {
|
|
2543
|
+
"image": {
|
|
2544
|
+
"name": "image",
|
|
2545
|
+
"required": true
|
|
2546
|
+
},
|
|
2547
|
+
"type": {
|
|
2548
|
+
"name": "type",
|
|
2549
|
+
"required": true
|
|
2550
|
+
},
|
|
2551
|
+
"config": {
|
|
2552
|
+
"name": "config",
|
|
2553
|
+
"required": true
|
|
2554
|
+
}
|
|
2555
|
+
},
|
|
2556
|
+
"description": "Do actual init of the device with the preconfigured os image.\n\nDon't use this command directly!\nUse `balena os initialize <image>` instead.",
|
|
2557
|
+
"flags": {},
|
|
2558
|
+
"hasDynamicHelp": false,
|
|
2559
|
+
"hidden": true,
|
|
2560
|
+
"hiddenAliases": [],
|
|
2561
|
+
"id": "internal:osinit",
|
|
2562
|
+
"pluginAlias": "balena-cli",
|
|
2563
|
+
"pluginName": "balena-cli",
|
|
2564
|
+
"pluginType": "core",
|
|
2565
|
+
"strict": true,
|
|
2566
|
+
"enableJsonFlag": false,
|
|
2567
|
+
"root": true,
|
|
2568
|
+
"offlineCompatible": true,
|
|
2569
|
+
"isESM": false,
|
|
2570
|
+
"relativePath": [
|
|
2571
|
+
"build",
|
|
2572
|
+
"commands",
|
|
2573
|
+
"internal",
|
|
2574
|
+
"osinit.js"
|
|
2575
|
+
]
|
|
2576
|
+
},
|
|
2540
2577
|
"fleet:create": {
|
|
2541
2578
|
"aliases": [],
|
|
2542
2579
|
"args": {
|
|
@@ -2879,43 +2916,6 @@
|
|
|
2879
2916
|
"track-latest.js"
|
|
2880
2917
|
]
|
|
2881
2918
|
},
|
|
2882
|
-
"internal:osinit": {
|
|
2883
|
-
"aliases": [],
|
|
2884
|
-
"args": {
|
|
2885
|
-
"image": {
|
|
2886
|
-
"name": "image",
|
|
2887
|
-
"required": true
|
|
2888
|
-
},
|
|
2889
|
-
"type": {
|
|
2890
|
-
"name": "type",
|
|
2891
|
-
"required": true
|
|
2892
|
-
},
|
|
2893
|
-
"config": {
|
|
2894
|
-
"name": "config",
|
|
2895
|
-
"required": true
|
|
2896
|
-
}
|
|
2897
|
-
},
|
|
2898
|
-
"description": "Do actual init of the device with the preconfigured os image.\n\nDon't use this command directly!\nUse `balena os initialize <image>` instead.",
|
|
2899
|
-
"flags": {},
|
|
2900
|
-
"hasDynamicHelp": false,
|
|
2901
|
-
"hidden": true,
|
|
2902
|
-
"hiddenAliases": [],
|
|
2903
|
-
"id": "internal:osinit",
|
|
2904
|
-
"pluginAlias": "balena-cli",
|
|
2905
|
-
"pluginName": "balena-cli",
|
|
2906
|
-
"pluginType": "core",
|
|
2907
|
-
"strict": true,
|
|
2908
|
-
"enableJsonFlag": false,
|
|
2909
|
-
"root": true,
|
|
2910
|
-
"offlineCompatible": true,
|
|
2911
|
-
"isESM": false,
|
|
2912
|
-
"relativePath": [
|
|
2913
|
-
"build",
|
|
2914
|
-
"commands",
|
|
2915
|
-
"internal",
|
|
2916
|
-
"osinit.js"
|
|
2917
|
-
]
|
|
2918
|
-
},
|
|
2919
2919
|
"join": {
|
|
2920
2920
|
"aliases": [],
|
|
2921
2921
|
"args": {
|
|
@@ -4729,51 +4729,51 @@
|
|
|
4729
4729
|
"set.js"
|
|
4730
4730
|
]
|
|
4731
4731
|
},
|
|
4732
|
-
"
|
|
4732
|
+
"util:available-drives": {
|
|
4733
4733
|
"aliases": [],
|
|
4734
4734
|
"args": {},
|
|
4735
|
-
"description": "
|
|
4736
|
-
"examples": [
|
|
4737
|
-
"$ balena whoami"
|
|
4738
|
-
],
|
|
4735
|
+
"description": "List available drives.\n\nList available drives which are usable for writing an OS image to.\nDoes not list system drives.",
|
|
4739
4736
|
"flags": {},
|
|
4740
4737
|
"hasDynamicHelp": false,
|
|
4741
4738
|
"hiddenAliases": [],
|
|
4742
|
-
"id": "
|
|
4739
|
+
"id": "util:available-drives",
|
|
4743
4740
|
"pluginAlias": "balena-cli",
|
|
4744
4741
|
"pluginName": "balena-cli",
|
|
4745
4742
|
"pluginType": "core",
|
|
4746
4743
|
"strict": true,
|
|
4747
4744
|
"enableJsonFlag": false,
|
|
4748
|
-
"
|
|
4745
|
+
"offlineCompatible": true,
|
|
4749
4746
|
"isESM": false,
|
|
4750
4747
|
"relativePath": [
|
|
4751
4748
|
"build",
|
|
4752
4749
|
"commands",
|
|
4753
|
-
"
|
|
4754
|
-
"
|
|
4750
|
+
"util",
|
|
4751
|
+
"available-drives.js"
|
|
4755
4752
|
]
|
|
4756
4753
|
},
|
|
4757
|
-
"
|
|
4754
|
+
"whoami": {
|
|
4758
4755
|
"aliases": [],
|
|
4759
4756
|
"args": {},
|
|
4760
|
-
"description": "
|
|
4757
|
+
"description": "Display account information for current user.\n\nGet the username and email address of the currently logged in user.",
|
|
4758
|
+
"examples": [
|
|
4759
|
+
"$ balena whoami"
|
|
4760
|
+
],
|
|
4761
4761
|
"flags": {},
|
|
4762
4762
|
"hasDynamicHelp": false,
|
|
4763
4763
|
"hiddenAliases": [],
|
|
4764
|
-
"id": "
|
|
4764
|
+
"id": "whoami",
|
|
4765
4765
|
"pluginAlias": "balena-cli",
|
|
4766
4766
|
"pluginName": "balena-cli",
|
|
4767
4767
|
"pluginType": "core",
|
|
4768
4768
|
"strict": true,
|
|
4769
4769
|
"enableJsonFlag": false,
|
|
4770
|
-
"
|
|
4770
|
+
"authenticated": true,
|
|
4771
4771
|
"isESM": false,
|
|
4772
4772
|
"relativePath": [
|
|
4773
4773
|
"build",
|
|
4774
4774
|
"commands",
|
|
4775
|
-
"
|
|
4776
|
-
"
|
|
4775
|
+
"whoami",
|
|
4776
|
+
"index.js"
|
|
4777
4777
|
]
|
|
4778
4778
|
}
|
|
4779
4779
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.2.5-build-
|
|
3
|
+
"version": "23.2.5-build-update-docker-progress-5-4-0-0b54738143845dbf74923cdc2e017e9290ce0080-1",
|
|
4
4
|
"description": "The official balena Command Line Interface",
|
|
5
5
|
"main": "./build/app.js",
|
|
6
6
|
"homepage": "https://github.com/balena-io/balena-cli",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"date-fns": "^4.1.0",
|
|
204
204
|
"denymount": "^2.3.0",
|
|
205
205
|
"docker-modem": "^5.0.6",
|
|
206
|
-
"docker-progress": "^5.
|
|
206
|
+
"docker-progress": "^5.4.0",
|
|
207
207
|
"dockerode": "^4.0.5",
|
|
208
208
|
"ejs": "^3.1.6",
|
|
209
209
|
"etcher-sdk": "^10.0.0",
|
|
@@ -262,6 +262,6 @@
|
|
|
262
262
|
"balena-request": "14.0.6"
|
|
263
263
|
},
|
|
264
264
|
"versionist": {
|
|
265
|
-
"publishedAt": "2025-12-
|
|
265
|
+
"publishedAt": "2025-12-04T15:26:21.691Z"
|
|
266
266
|
}
|
|
267
267
|
}
|