Skip to content

Commit 350dd69

Browse files
v23.2.8
1 parent a0e31a1 commit 350dd69

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
- commits:
2+
- subject: Add test for os configure --config using secureboot
3+
hash: b138ce3c6f2c34d53689a364b809e6dd2ae5b203
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Thodoris Greasidis
9+
nested: []
10+
- subject: "os configure, device init: Validate that the config.json's
11+
installer.secureboot is a boolean when set"
12+
hash: 55f230c4f34227a563d94ecd35a542b6ad962650
13+
body: ""
14+
footer:
15+
Change-type: patch
16+
change-type: patch
17+
See: https://balena.fibery.io/Work/Project/2087
18+
see: https://balena.fibery.io/Work/Project/2087
19+
author: Thodoris Greasidis
20+
nested: []
21+
version: 23.2.8
22+
title: ""
23+
date: 2025-12-08T19:55:19.978Z
124
- commits:
225
- subject: Update @balena/lint to 9.3.7 to support async disposables
326
hash: adde76243450cd9f22dfc2414aa813c61a492748

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.8 - 2025-12-08
8+
9+
* Add test for os configure --config using secureboot [Thodoris Greasidis]
10+
* os configure, device init: Validate that the config.json's installer.secureboot is a boolean when set [Thodoris Greasidis]
11+
712
## 23.2.7 - 2025-12-08
813

914
* Update @balena/lint to 9.3.7 to support async disposables [Thodoris Greasidis]

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.7",
3+
"version": "23.2.8",
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-08T17:00:52.974Z"
265+
"publishedAt": "2025-12-08T19:55:20.964Z"
266266
}
267267
}

0 commit comments

Comments
 (0)