File tree Expand file tree Collapse file tree 5 files changed +45
-3
lines changed
Expand file tree Collapse file tree 5 files changed +45
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file
44automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55This 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
Original file line number Diff line number Diff line change 11[package ]
22name = " helios"
3- version = " 0.7.2 "
3+ version = " 0.8.0 "
44edition = " 2021"
55description = " Balena's on-device agent"
66homepage = " https://github.com/balena-io-experimental/helios"
Original file line number Diff line number Diff line change 1- 0.7.2
1+ 0.8.0
You can’t perform that action at this time.
0 commit comments