balena-cli 17.1.0 → 17.1.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 +35 -0
- package/npm-shrinkwrap.json +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,41 @@ 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
|
+
## 17.1.1 - 2023-09-05
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
<details>
|
|
11
|
+
<summary> Fix local flash on unix environments [Otávio Jacobi] </summary>
|
|
12
|
+
|
|
13
|
+
> ### etcher-sdk-8.7.0 - 2023-08-13
|
|
14
|
+
>
|
|
15
|
+
> * Update migrator README and bump minor version [Ken Bannister]
|
|
16
|
+
>
|
|
17
|
+
> ### etcher-sdk-8.6.3 - 2023-08-13
|
|
18
|
+
>
|
|
19
|
+
> * Add ability to migrate network configuration [Ken Bannister]
|
|
20
|
+
> * Add ability to set/clear drive letter on Windows [Ken Bannister]
|
|
21
|
+
>
|
|
22
|
+
> ### etcher-sdk-8.6.2 - 2023-06-22
|
|
23
|
+
>
|
|
24
|
+
> * Refine migrate() function [Ken Bannister]
|
|
25
|
+
> * Rework findVolume() so localization independent [Ken Bannister]
|
|
26
|
+
>
|
|
27
|
+
> ### etcher-sdk-8.6.1 - 2023-05-19
|
|
28
|
+
>
|
|
29
|
+
> * Establish contract for diskpart functions [Ken Bannister]
|
|
30
|
+
>
|
|
31
|
+
> ### etcher-sdk-8.6.0 - 2023-05-19
|
|
32
|
+
>
|
|
33
|
+
> * Migrator: setup task sequence [Ken Bannister]
|
|
34
|
+
>
|
|
35
|
+
> ### etcher-sdk-8.5.4 - 2023-05-18
|
|
36
|
+
>
|
|
37
|
+
> * stop diskpart.clean() from breaking CLI flash cmd [rcooke-warwick]
|
|
38
|
+
>
|
|
39
|
+
|
|
40
|
+
</details>
|
|
41
|
+
|
|
7
42
|
## 17.1.0 - 2023-09-05
|
|
8
43
|
|
|
9
44
|
* Update oclif, improve help command [myarmolinsky]
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "17.1.
|
|
3
|
+
"version": "17.1.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "balena-cli",
|
|
9
|
-
"version": "17.1.
|
|
9
|
+
"version": "17.1.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"docker-progress": "^5.1.3",
|
|
43
43
|
"dockerode": "3.3.3",
|
|
44
44
|
"ejs": "^3.1.6",
|
|
45
|
-
"etcher-sdk": "^8.
|
|
45
|
+
"etcher-sdk": "^8.7.0",
|
|
46
46
|
"event-stream": "3.3.4",
|
|
47
47
|
"express": "^4.17.2",
|
|
48
48
|
"fast-boot2": "^1.1.0",
|
|
@@ -8032,9 +8032,9 @@
|
|
|
8032
8032
|
}
|
|
8033
8033
|
},
|
|
8034
8034
|
"node_modules/etcher-sdk": {
|
|
8035
|
-
"version": "8.
|
|
8036
|
-
"resolved": "https://registry.npmjs.org/etcher-sdk/-/etcher-sdk-8.
|
|
8037
|
-
"integrity": "sha512-
|
|
8035
|
+
"version": "8.7.0",
|
|
8036
|
+
"resolved": "https://registry.npmjs.org/etcher-sdk/-/etcher-sdk-8.7.0.tgz",
|
|
8037
|
+
"integrity": "sha512-X/EUz1GYv3rVwe3o36anR0FXcpITtYeVfTDG0cwcD1+ZZmNDM/VcCh7KDYttboG6R/JUzY10EbDbVYT9Gcizuw==",
|
|
8038
8038
|
"dependencies": {
|
|
8039
8039
|
"@balena/node-beaglebone-usbboot": "^3.0.0",
|
|
8040
8040
|
"@balena/udif": "^1.1.2",
|
|
@@ -29621,9 +29621,9 @@
|
|
|
29621
29621
|
}
|
|
29622
29622
|
},
|
|
29623
29623
|
"etcher-sdk": {
|
|
29624
|
-
"version": "8.
|
|
29625
|
-
"resolved": "https://registry.npmjs.org/etcher-sdk/-/etcher-sdk-8.
|
|
29626
|
-
"integrity": "sha512-
|
|
29624
|
+
"version": "8.7.0",
|
|
29625
|
+
"resolved": "https://registry.npmjs.org/etcher-sdk/-/etcher-sdk-8.7.0.tgz",
|
|
29626
|
+
"integrity": "sha512-X/EUz1GYv3rVwe3o36anR0FXcpITtYeVfTDG0cwcD1+ZZmNDM/VcCh7KDYttboG6R/JUzY10EbDbVYT9Gcizuw==",
|
|
29627
29627
|
"requires": {
|
|
29628
29628
|
"@balena/node-beaglebone-usbboot": "^3.0.0",
|
|
29629
29629
|
"@balena/udif": "^1.1.2",
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "17.1.
|
|
3
|
+
"version": "17.1.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",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"docker-progress": "^5.1.3",
|
|
223
223
|
"dockerode": "3.3.3",
|
|
224
224
|
"ejs": "^3.1.6",
|
|
225
|
-
"etcher-sdk": "^8.
|
|
225
|
+
"etcher-sdk": "^8.7.0",
|
|
226
226
|
"event-stream": "3.3.4",
|
|
227
227
|
"express": "^4.17.2",
|
|
228
228
|
"fast-boot2": "^1.1.0",
|
|
@@ -280,6 +280,6 @@
|
|
|
280
280
|
"windosu": "^0.3.0"
|
|
281
281
|
},
|
|
282
282
|
"versionist": {
|
|
283
|
-
"publishedAt": "2023-09-
|
|
283
|
+
"publishedAt": "2023-09-05T14:28:50.095Z"
|
|
284
284
|
}
|
|
285
285
|
}
|