balena-cli 23.2.3-build-os-configure-flasher-4acbcd6aadf7c57a45af3c291123df43bbaf0efb-1 → 23.2.3-build-renovate-lock-file-maintenance-81d29d60924d7f576240010e92811d694b74b29f-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 CHANGED
@@ -6,20 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  ## 23.2.3 - 2025-12-03
8
8
 
9
-
10
- <details>
11
- <summary> os configure: Fix detecting the OS version of flasher images [Thodoris Greasidis] </summary>
12
-
13
- > ### balena-device-init-8.2.0 - 2025-12-03
14
- >
15
- > * Add test for the getImageOsVersion() function on GPT flasher images [Thodoris Greasidis]
16
- > * Deprecate support for the edison [Thodoris Greasidis]
17
- > * getImageOsVersion: Support detecting the version on flasher images [Thodoris Greasidis]
18
- > * Add test for the getImageOsVersion() function on raw DT images [Thodoris Greasidis]
19
- > * tests/images/raspberrypi-os2.img: Rename the RESIN-BOOT partition to resin-boot as it is supposed to be [Thodoris Greasidis]
20
- >
21
-
22
- </details>
9
+ * Lock file maintenance [balena-renovate[bot]]
23
10
 
24
11
  ## 23.2.2 - 2025-12-02
25
12
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "23.2.3-build-os-configure-flasher-4acbcd6aadf7c57a45af3c291123df43bbaf0efb-1",
3
+ "version": "23.2.3-build-renovate-lock-file-maintenance-81d29d60924d7f576240010e92811d694b74b29f-1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "balena-cli",
9
- "version": "23.2.3-build-os-configure-flasher-4acbcd6aadf7c57a45af3c291123df43bbaf0efb-1",
9
+ "version": "23.2.3-build-renovate-lock-file-maintenance-81d29d60924d7f576240010e92811d694b74b29f-1",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -20,7 +20,7 @@
20
20
  "@oclif/plugin-version": "^2.2.32",
21
21
  "@sentry/node": "^10.17.0",
22
22
  "balena-config-json": "^4.2.7",
23
- "balena-device-init": "^8.2.0",
23
+ "balena-device-init": "^8.1.14",
24
24
  "balena-errors": "^4.7.3",
25
25
  "balena-image-fs": "^7.5.2",
26
26
  "balena-preload": "^18.0.5",
@@ -12600,9 +12600,9 @@
12600
12600
  }
12601
12601
  },
12602
12602
  "node_modules/balena-device-init": {
12603
- "version": "8.2.0",
12604
- "resolved": "https://registry.npmjs.org/balena-device-init/-/balena-device-init-8.2.0.tgz",
12605
- "integrity": "sha512-No8AIt+L5ytJdNkTJTy4XU3JX/bS92nO7e42YModInT1mqYuaqQOgCTSuGE5/1uAIE6WhQRGeZ+/hE5catFrww==",
12603
+ "version": "8.1.14",
12604
+ "resolved": "https://registry.npmjs.org/balena-device-init/-/balena-device-init-8.1.14.tgz",
12605
+ "integrity": "sha512-aanHWsXhlfzo5IpAuBjLGvAPgCJhKEO8pJ1szL7FKv1d9fIuonAz9ueNFk4H46UlNmpiqo1a6A+jbzUkR7EfHQ==",
12606
12606
  "license": "Apache-2.0",
12607
12607
  "dependencies": {
12608
12608
  "balena-config-json": "^4.2.0",
@@ -25536,9 +25536,9 @@
25536
25536
  }
25537
25537
  },
25538
25538
  "node_modules/winusb-driver-generator": {
25539
- "version": "2.1.5",
25540
- "resolved": "https://registry.npmjs.org/winusb-driver-generator/-/winusb-driver-generator-2.1.5.tgz",
25541
- "integrity": "sha512-MaT8aaQvsxcQj/ZJcY3/OneEhMTdqE0NDEVtAOTg3qJqXvfucL2lmcSoWGlEPJmf7SbMvLCFjzo68Zn0XiMkQA==",
25539
+ "version": "2.1.9",
25540
+ "resolved": "https://registry.npmjs.org/winusb-driver-generator/-/winusb-driver-generator-2.1.9.tgz",
25541
+ "integrity": "sha512-zx4vC4JOYTckna/IF2o7eXhq7lhalGQClnPhqp7bYSVRaa4eBwpiSMwSxzahohEHNsQ50EcbvdEXGLYNt8hm4w==",
25542
25542
  "hasInstallScript": true,
25543
25543
  "license": "Apache-2.0",
25544
25544
  "optional": true,
@@ -25547,19 +25547,22 @@
25547
25547
  ],
25548
25548
  "dependencies": {
25549
25549
  "bindings": "^1.5.0",
25550
- "node-addon-api": "^5.0.0",
25551
- "prebuild-install": "^7.1.1"
25550
+ "node-addon-api": "^8.5.0",
25551
+ "prebuild-install": "^7.1.3"
25552
25552
  },
25553
25553
  "engines": {
25554
- "node": ">=16 < 19"
25554
+ "node": ">=20 < 23"
25555
25555
  }
25556
25556
  },
25557
25557
  "node_modules/winusb-driver-generator/node_modules/node-addon-api": {
25558
- "version": "5.1.0",
25559
- "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.1.0.tgz",
25560
- "integrity": "sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==",
25558
+ "version": "8.5.0",
25559
+ "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.5.0.tgz",
25560
+ "integrity": "sha512-/bRZty2mXUIFY/xU5HLvveNHlswNJej+RnxBjOMkidWfwZzgTbPG1E3K5TOxRLOR+5hX7bSofy8yf1hZevMS8A==",
25561
25561
  "license": "MIT",
25562
- "optional": true
25562
+ "optional": true,
25563
+ "engines": {
25564
+ "node": "^18 || ^20 || >= 21"
25565
+ }
25563
25566
  },
25564
25567
  "node_modules/word-wrap": {
25565
25568
  "version": "1.2.5",
@@ -160,6 +160,56 @@
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
+ },
163
213
  "build": {
164
214
  "aliases": [],
165
215
  "args": {
@@ -362,56 +412,6 @@
362
412
  "index.js"
363
413
  ]
364
414
  },
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": {},
@@ -979,6 +979,45 @@
979
979
  "index.js"
980
980
  ]
981
981
  },
982
+ "device-type:list": {
983
+ "aliases": [],
984
+ "args": {},
985
+ "description": "List the device types supported by balena (like 'raspberrypi3' or 'intel-nuc').\n\nList the device types supported by balena (like 'raspberrypi3' or 'intel-nuc').\n\nBy default, only actively supported device types are listed.\nThe --all option can be used to list all device types, including those that are\nno longer supported by balena.",
986
+ "examples": [
987
+ "$ balena device-type list",
988
+ "$ balena device-type list --all"
989
+ ],
990
+ "flags": {
991
+ "json": {
992
+ "description": "Format output as json.",
993
+ "helpGroup": "GLOBAL",
994
+ "name": "json",
995
+ "allowNo": false,
996
+ "type": "boolean"
997
+ },
998
+ "all": {
999
+ "description": "include device types no longer supported by balena",
1000
+ "name": "all",
1001
+ "allowNo": false,
1002
+ "type": "boolean"
1003
+ }
1004
+ },
1005
+ "hasDynamicHelp": false,
1006
+ "hiddenAliases": [],
1007
+ "id": "device-type:list",
1008
+ "pluginAlias": "balena-cli",
1009
+ "pluginName": "balena-cli",
1010
+ "pluginType": "core",
1011
+ "strict": true,
1012
+ "enableJsonFlag": true,
1013
+ "isESM": false,
1014
+ "relativePath": [
1015
+ "build",
1016
+ "commands",
1017
+ "device-type",
1018
+ "list.js"
1019
+ ]
1020
+ },
982
1021
  "device:deactivate": {
983
1022
  "aliases": [],
984
1023
  "args": {
@@ -2199,45 +2238,6 @@
2199
2238
  "tunnel.js"
2200
2239
  ]
2201
2240
  },
2202
- "device-type:list": {
2203
- "aliases": [],
2204
- "args": {},
2205
- "description": "List the device types supported by balena (like 'raspberrypi3' or 'intel-nuc').\n\nList the device types supported by balena (like 'raspberrypi3' or 'intel-nuc').\n\nBy default, only actively supported device types are listed.\nThe --all option can be used to list all device types, including those that are\nno longer supported by balena.",
2206
- "examples": [
2207
- "$ balena device-type list",
2208
- "$ balena device-type list --all"
2209
- ],
2210
- "flags": {
2211
- "json": {
2212
- "description": "Format output as json.",
2213
- "helpGroup": "GLOBAL",
2214
- "name": "json",
2215
- "allowNo": false,
2216
- "type": "boolean"
2217
- },
2218
- "all": {
2219
- "description": "include device types no longer supported by balena",
2220
- "name": "all",
2221
- "allowNo": false,
2222
- "type": "boolean"
2223
- }
2224
- },
2225
- "hasDynamicHelp": false,
2226
- "hiddenAliases": [],
2227
- "id": "device-type:list",
2228
- "pluginAlias": "balena-cli",
2229
- "pluginName": "balena-cli",
2230
- "pluginType": "core",
2231
- "strict": true,
2232
- "enableJsonFlag": true,
2233
- "isESM": false,
2234
- "relativePath": [
2235
- "build",
2236
- "commands",
2237
- "device-type",
2238
- "list.js"
2239
- ]
2240
- },
2241
2241
  "env:list": {
2242
2242
  "aliases": [],
2243
2243
  "args": {},
@@ -4074,30 +4074,6 @@
4074
4074
  "validate.js"
4075
4075
  ]
4076
4076
  },
4077
- "settings": {
4078
- "aliases": [],
4079
- "args": {},
4080
- "description": "Print current settings.\n\nUse this command to display the current balena CLI settings.",
4081
- "examples": [
4082
- "$ balena settings"
4083
- ],
4084
- "flags": {},
4085
- "hasDynamicHelp": false,
4086
- "hiddenAliases": [],
4087
- "id": "settings",
4088
- "pluginAlias": "balena-cli",
4089
- "pluginName": "balena-cli",
4090
- "pluginType": "core",
4091
- "strict": true,
4092
- "enableJsonFlag": false,
4093
- "isESM": false,
4094
- "relativePath": [
4095
- "build",
4096
- "commands",
4097
- "settings",
4098
- "index.js"
4099
- ]
4100
- },
4101
4077
  "release-asset:delete": {
4102
4078
  "aliases": [],
4103
4079
  "args": {
@@ -4313,6 +4289,30 @@
4313
4289
  "upload.js"
4314
4290
  ]
4315
4291
  },
4292
+ "settings": {
4293
+ "aliases": [],
4294
+ "args": {},
4295
+ "description": "Print current settings.\n\nUse this command to display the current balena CLI settings.",
4296
+ "examples": [
4297
+ "$ balena settings"
4298
+ ],
4299
+ "flags": {},
4300
+ "hasDynamicHelp": false,
4301
+ "hiddenAliases": [],
4302
+ "id": "settings",
4303
+ "pluginAlias": "balena-cli",
4304
+ "pluginName": "balena-cli",
4305
+ "pluginType": "core",
4306
+ "strict": true,
4307
+ "enableJsonFlag": false,
4308
+ "isESM": false,
4309
+ "relativePath": [
4310
+ "build",
4311
+ "commands",
4312
+ "settings",
4313
+ "index.js"
4314
+ ]
4315
+ },
4316
4316
  "ssh-key:add": {
4317
4317
  "aliases": [],
4318
4318
  "args": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "23.2.3-build-os-configure-flasher-4acbcd6aadf7c57a45af3c291123df43bbaf0efb-1",
3
+ "version": "23.2.3-build-renovate-lock-file-maintenance-81d29d60924d7f576240010e92811d694b74b29f-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",
@@ -186,7 +186,7 @@
186
186
  "@oclif/plugin-version": "^2.2.32",
187
187
  "@sentry/node": "^10.17.0",
188
188
  "balena-config-json": "^4.2.7",
189
- "balena-device-init": "^8.2.0",
189
+ "balena-device-init": "^8.1.14",
190
190
  "balena-errors": "^4.7.3",
191
191
  "balena-image-fs": "^7.5.2",
192
192
  "balena-preload": "^18.0.5",
@@ -262,6 +262,6 @@
262
262
  "balena-request": "14.0.6"
263
263
  },
264
264
  "versionist": {
265
- "publishedAt": "2025-12-03T17:58:01.899Z"
265
+ "publishedAt": "2025-12-03T19:37:08.992Z"
266
266
  }
267
267
  }