Skip to content

Commit f9d084d

Browse files
v17.2.0
1 parent 666e451 commit f9d084d

File tree

6 files changed

+32
-6
lines changed

6 files changed

+32
-6
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
- commits:
2+
- subject: Support io.balena.features.host-os.board-rev feature label
3+
hash: a813e246ee450d7f9730e466e14d1b8704d5ab58
4+
body: |
5+
When io.balena.features.host-os.board-rev feature label
6+
is specified, adds (RESIN_|BALENA_)HOST_OS_BOARD_REV env var
7+
to containers that specified the label.
8+
9+
This label will be used by Helios for Supervisor-managed OS updates.
10+
footer:
11+
See: https://balena.fibery.io/Work/Improvement/Add-io.balena.features.host-os.board-rev-label-on-supervisor-3203
12+
see: https://balena.fibery.io/Work/Improvement/Add-io.balena.features.host-os.board-rev-label-on-supervisor-3203
13+
Change-type: minor
14+
change-type: minor
15+
Signed-off-by: Christina Ying Wang <[email protected]>
16+
signed-off-by: Christina Ying Wang <[email protected]>
17+
author: Christina Ying Wang
18+
nested: []
19+
version: 17.2.0
20+
title: ""
21+
date: 2025-11-03T18:11:19.155Z
122
- commits:
223
- subject: Stream logs from host os-update.service
324
hash: a80ca2546a5721258395a79fdbbd74859d2413c8

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+
# v17.2.0
8+
## (2025-11-03)
9+
10+
* Support io.balena.features.host-os.board-rev feature label [Christina Ying Wang]
11+
712
# v17.1.10
813
## (2025-10-30)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.1.10
1+
17.2.0

balena.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: balena-supervisor
22
description: 'Balena Supervisor: balena''s agent on devices.'
33
joinable: false
44
type: sw.application
5-
version: 17.1.10
5+
version: 17.2.0
66
provides:
77
- slug: sw.compose.long-volume-syntax

package-lock.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,7 +1,7 @@
11
{
22
"name": "balena-supervisor",
33
"description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.",
4-
"version": "17.1.10",
4+
"version": "17.2.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -137,6 +137,6 @@
137137
"yargs": "^17.7.2"
138138
},
139139
"versionist": {
140-
"publishedAt": "2025-10-30T14:41:45.099Z"
140+
"publishedAt": "2025-11-03T18:11:19.660Z"
141141
}
142142
}

0 commit comments

Comments
 (0)