Skip to content

Commit f7ec6fb

Browse files
v23.2.5
1 parent 30fab3b commit f7ec6fb

File tree

4 files changed

+99
-4
lines changed

4 files changed

+99
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,81 @@
1+
- commits:
2+
- subject: "os configure: Fix detecting the OS version of flasher images"
3+
hash: 65daaaa8d7be0bc8df6f3526351b7902a89bd1b4
4+
body: >
5+
Update balena-device-init from 8.1.14 to 8.2.0
6+
7+
8+
Depends-on:
9+
https://github.com/balena-io-modules/balena-device-init/pull/68
10+
11+
Change-type: patch
12+
13+
See: https://balena.fibery.io/Work/Project/2084
14+
15+
16+
Update balena-device-init to 8.2.0
17+
18+
19+
Update balena-device-init from 8.1.14 to 8.2.0
20+
footer:
21+
Change-type: patch
22+
change-type: patch
23+
author: Thodoris Greasidis
24+
nested:
25+
- commits:
26+
- subject: Add test for the getImageOsVersion() function on GPT flasher images
27+
hash: e9ca9e86636cb0e0ec3c4c568fbd847c02cddadd
28+
body: ""
29+
footer:
30+
Change-type: patch
31+
change-type: patch
32+
author: Thodoris Greasidis
33+
nested: []
34+
- subject: Deprecate support for the edison
35+
hash: d856df8e6c4b22f80e710520d1f09ffdc553692c
36+
body: >
37+
Atm `(await sdk.models.config.getDeviceTypes()).filter(dt =>
38+
dt.configuration?.config?.image)`
39+
40+
gives back only the 'edison', which the
41+
42+
balena-cli has already dropped support for.
43+
footer:
44+
Change-type: patch
45+
change-type: patch
46+
author: Thodoris Greasidis
47+
nested: []
48+
- subject: "getImageOsVersion: Support detecting the version on flasher images"
49+
hash: ff45b5c9d04cabab33085a51b8c1343c078dc088
50+
body: ""
51+
footer:
52+
Change-type: minor
53+
change-type: minor
54+
author: Thodoris Greasidis
55+
nested: []
56+
- subject: Add test for the getImageOsVersion() function on raw DT images
57+
hash: d773fa1e266327f4c9125603f7e785830f3234f6
58+
body: ""
59+
footer:
60+
Change-type: patch
61+
change-type: patch
62+
author: Thodoris Greasidis
63+
nested: []
64+
- subject: "tests/images/raspberrypi-os2.img: Rename the RESIN-BOOT partition to
65+
resin-boot as it is supposed to be"
66+
hash: c23545739092e276d5f7a84495f83fb5c8249145
67+
body: ""
68+
footer:
69+
Change-type: patch
70+
change-type: patch
71+
author: Thodoris Greasidis
72+
nested: []
73+
version: balena-device-init-8.2.0
74+
title: ""
75+
date: 2025-12-03T17:39:17.163Z
76+
version: 23.2.5
77+
title: ""
78+
date: 2025-12-05T09:23:32.890Z
179
- commits:
280
- subject: Update GitHub Actions
381
hash: 373c66052653da4d84531fee62397a0118bcb8b2

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 23.2.5 - 2025-12-05
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>
23+
724
## 23.2.4 - 2025-12-03
825

926
* Update GitHub Actions [balena-renovate[bot]]

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balena-cli",
3-
"version": "23.2.4",
3+
"version": "23.2.5",
44
"description": "The official balena Command Line Interface",
55
"main": "./build/app.js",
66
"homepage": "https://github.com/balena-io/balena-cli",
@@ -262,6 +262,6 @@
262262
"balena-request": "14.0.6"
263263
},
264264
"versionist": {
265-
"publishedAt": "2025-12-03T22:45:19.874Z"
265+
"publishedAt": "2025-12-05T09:23:34.778Z"
266266
}
267267
}

0 commit comments

Comments
 (0)