File tree 4 files changed +68
-4
lines changed
4 files changed +68
-4
lines changed Original file line number Diff line number Diff line change
1
+ - commits:
2
+ - subject: "os configure: Give precedence to the boot partition located in the
3
+ image over the device-type.json contents"
4
+ hash: dbe177e76639040c5fac49746fbbcee2e3360d0a
5
+ body: |
6
+ Update balena-device-init from 8.0.0 to 8.1.0
7
+ footer:
8
+ Change-type: minor
9
+ change-type: minor
10
+ author: Thodoris Greasidis
11
+ nested:
12
+ - commits:
13
+ - subject: Try to find the boot partition by inspecting the image
14
+ hash: de53f11c56133bf2757c5361f8dbc6afa9e826fc
15
+ body: ""
16
+ footer:
17
+ Change-type: minor
18
+ change-type: minor
19
+ author: Thodoris Greasidis
20
+ nested: []
21
+ version: balena-device-init-8.1.0
22
+ title: ""
23
+ date: 2024-12-30T12:41:49.474Z
24
+ - commits:
25
+ - subject: Drop the unnecessary eslint.config.js
26
+ hash: 91d587f34bf985bf65e6c21278e7cd70f9281656
27
+ body: ""
28
+ footer:
29
+ Change-type: patch
30
+ change-type: patch
31
+ author: Thodoris Greasidis
32
+ nested: []
33
+ - subject: "packacke.json: Explicitly set type commonjs"
34
+ hash: f6a0be1d12f09d7d910e5ae35f48f1268542a74e
35
+ body: ""
36
+ footer:
37
+ Change-type: patch
38
+ change-type: patch
39
+ author: Thodoris Greasidis
40
+ nested: []
41
+ version: balena-device-init-8.0.1
42
+ title: ""
43
+ date: 2024-12-19T13:41:14.170Z
44
+ version: 20.2.0
45
+ title: ""
46
+ date: 2024-12-31T18:41:45.907Z
1
47
- commits:
2
48
- subject: Add more realistic os configure tests
3
49
hash: 305d65d5ed07cce767599ac4e5dd131e2a87d10d
Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ 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
+ ## 20.2.0 - 2024-12-31
8
+
9
+
10
+ <details >
11
+ <summary > os configure: Give precedence to the boot partition located in the image over the device-type.json contents [Thodoris Greasidis] </summary >
12
+
13
+ > ### balena-device-init-8.1.0 - Invalid date
14
+ >
15
+ > * Try to find the boot partition by inspecting the image [ Thodoris Greasidis]
16
+ >
17
+ > ### balena-device-init-8.0.1 - 2024-12-19
18
+ >
19
+ > * Drop the unnecessary eslint.config.js [ Thodoris Greasidis]
20
+ > * packacke.json: Explicitly set type commonjs [ Thodoris Greasidis]
21
+ >
22
+
23
+ </details >
24
+
7
25
## 20.1.6 - 2024-12-30
8
26
9
27
* Add more realistic os configure tests [ Thodoris Greasidis]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " balena-cli" ,
3
- "version" : " 20.1.6 " ,
3
+ "version" : " 20.2.0 " ,
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" ,
274
274
}
275
275
},
276
276
"versionist" : {
277
- "publishedAt" : " 2024-12-30T17:16:10.325Z "
277
+ "publishedAt" : " 2024-12-31T18:41:47.452Z "
278
278
}
279
279
}
You can’t perform that action at this time.
0 commit comments