Skip to content

Commit 1bd1806

Browse files
v0.8.0
1 parent e7ec413 commit 1bd1806

File tree

5 files changed

+45
-3
lines changed

5 files changed

+45
-3
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
- commits:
2+
- subject: Remove POST /v3/device API endpoint
3+
hash: 3011edff6643f3f1026165375d5b6c739a096c35
4+
body: |
5+
This endpoint is a potential footgun that would allow to change the
6+
whole device state (including hostapps at some point). Is better to
7+
remove it for now as the `/v3/device/apps` endpoint already allows
8+
configuring/creating individual apps.
9+
footer:
10+
Change-type: minor
11+
change-type: minor
12+
author: Felipe Lalanne
13+
nested: []
14+
- subject: Read device state from docker engine
15+
hash: b84b6cd9645700c9edf5a3aaa8ae97ee7c5e9f83
16+
body: |
17+
This migrates some utility functions from the supervisor for managing
18+
image names
19+
footer:
20+
Change-type: minor
21+
change-type: minor
22+
author: Felipe Lalanne
23+
nested: []
24+
- subject: Ignore hostapps when deserializing target state
25+
hash: c5997139995bfc1c19627968715fca70aa2c255b
26+
body: |
27+
Host apps will be added in a future change.
28+
footer:
29+
Change-type: patch
30+
change-type: patch
31+
author: Felipe Lalanne
32+
nested: []
33+
version: 0.8.0
34+
title: ""
35+
date: 2025-08-04T07:08:48.860Z
136
- commits:
237
- subject: Set-up docker volume for configuration data
338
hash: 0a0e5edb9fabffe63899dd682b51e47dc77f0608

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.8.0
8+
## (2025-08-04)
9+
10+
* Remove POST /v3/device API endpoint [Felipe Lalanne]
11+
* Read device state from docker engine [Felipe Lalanne]
12+
* Ignore hostapps when deserializing target state [Felipe Lalanne]
13+
714
# v0.7.2
815
## (2025-08-01)
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.7.2"
3+
version = "0.8.0"
44
edition = "2021"
55
description = "Balena's on-device agent"
66
homepage = "https://github.com/balena-io-experimental/helios"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.2
1+
0.8.0

0 commit comments

Comments
 (0)