balena-cli 23.2.3-build-renovate-apple-actions-import-codesign-certs-5-x-9b7160e9a031f517e4fe9da9df68f3e2bf859998-1 → 23.2.3-build-os-configure-flasher-4acbcd6aadf7c57a45af3c291123df43bbaf0efb-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 +15 -2
- package/npm-shrinkwrap.json +6 -6
- package/oclif.manifest.json +39 -39
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,22 @@ 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.3 - 2025-12-
|
|
7
|
+
## 23.2.3 - 2025-12-03
|
|
8
8
|
|
|
9
|
-
|
|
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>
|
|
10
23
|
|
|
11
24
|
## 23.2.2 - 2025-12-02
|
|
12
25
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.2.3-build-
|
|
3
|
+
"version": "23.2.3-build-os-configure-flasher-4acbcd6aadf7c57a45af3c291123df43bbaf0efb-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-
|
|
9
|
+
"version": "23.2.3-build-os-configure-flasher-4acbcd6aadf7c57a45af3c291123df43bbaf0efb-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.
|
|
23
|
+
"balena-device-init": "^8.2.0",
|
|
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.
|
|
12604
|
-
"resolved": "https://registry.npmjs.org/balena-device-init/-/balena-device-init-8.
|
|
12605
|
-
"integrity": "sha512-
|
|
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==",
|
|
12606
12606
|
"license": "Apache-2.0",
|
|
12607
12607
|
"dependencies": {
|
|
12608
12608
|
"balena-config-json": "^4.2.0",
|
package/oclif.manifest.json
CHANGED
|
@@ -979,45 +979,6 @@
|
|
|
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
|
-
},
|
|
1021
982
|
"device:deactivate": {
|
|
1022
983
|
"aliases": [],
|
|
1023
984
|
"args": {
|
|
@@ -2238,6 +2199,45 @@
|
|
|
2238
2199
|
"tunnel.js"
|
|
2239
2200
|
]
|
|
2240
2201
|
},
|
|
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": {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.2.3-build-
|
|
3
|
+
"version": "23.2.3-build-os-configure-flasher-4acbcd6aadf7c57a45af3c291123df43bbaf0efb-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.
|
|
189
|
+
"balena-device-init": "^8.2.0",
|
|
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-
|
|
265
|
+
"publishedAt": "2025-12-03T17:58:01.899Z"
|
|
266
266
|
}
|
|
267
267
|
}
|