Skip to content

Commit accae5c

Browse files
v0.10.0
1 parent 0c7ea2f commit accae5c

File tree

5 files changed

+62
-3
lines changed

5 files changed

+62
-3
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
- commits:
2+
- subject: Ignore HELIOS_REMOTE_* credentials in the container
3+
hash: 2665ec76da06f4695ba3c7760763f9284db16579
4+
body: |
5+
This prevents a user trying to get a device to masquerade as a separate
6+
device by setting UUID/KEY
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
author: felipe
11+
nested: []
12+
- subject: Read host OS version from CLI
13+
hash: 381452ca60ef592589ffd11f1cba1602b397594b
14+
body: >
15+
The information is available in the BALENA_HOST_OS_VERSION variable and
16+
17+
we take advantage of that rather than trying to read the data from the
18+
19+
engine that was causing a crash due to
20+
https://github.com/fussybeaver/bollard/issues/582
21+
footer:
22+
Change-type: minor
23+
change-type: minor
24+
author: felipe
25+
nested: []
26+
- subject: Refactor Host type into OperatingSystem
27+
hash: e81a8eec10fbe2c40c6dbcda53e8663d4854fe28
28+
body: >
29+
The new OperatingSystem type parses a OS version string, e.g. `balenaOS
30+
6.5.3+rev2` into the
31+
32+
corresponding parts.
33+
34+
35+
This also removes the arch property, the architecture is a property of
36+
the device
37+
38+
type and is used as container metadata and for contracts in the legacy
39+
40+
supervisor. We'll re-evaluate adding it at that point. This commit also
41+
42+
removes the `device_type` property from the `Device` type for the same
43+
44+
reason.
45+
footer:
46+
Change-type: minor
47+
change-type: minor
48+
author: felipe
49+
nested: []
50+
version: 0.10.0
51+
title: ""
52+
date: 2025-09-04T07:32:02.246Z
153
- commits:
254
- subject: Fix setup-supervisor script to use latest CLI config
355
hash: 9211d355c58c5f6c84f4824022fad5a05464ebf3

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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+
# v0.10.0
8+
## (2025-09-04)
9+
10+
* Ignore HELIOS_REMOTE_* credentials in the container [felipe]
11+
* Read host OS version from CLI [felipe]
12+
* Refactor Host type into OperatingSystem [felipe]
13+
714
# v0.9.2
815
## (2025-09-02)
916

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helios"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
rust-version = "1.83"
55
edition = "2021"
66
description = "Balena's on-device agent"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.2
1+
0.10.0

0 commit comments

Comments
 (0)