Skip to content

Commit f90d722

Browse files
v17.1.0
1 parent c33ea5e commit f90d722

File tree

6 files changed

+44
-6
lines changed

6 files changed

+44
-6
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
- commits:
2+
- subject: Support target state apply cancellation
3+
hash: 8c691662712d1b93264260bf6c7ded8d51bd7d55
4+
body: >
5+
The current target state apply is cancelled when either:
6+
7+
- /v1/update is called with cancel: true
8+
9+
- A different target state is received from the cloud (with a non-304
10+
status)
11+
12+
13+
Following apply cancellation, a target state apply is re-triggered. This
14+
ensures
15+
16+
that the user can force a device out of a dead-locked situation where a
17+
long-running
18+
19+
task such as an image fetch fails to cede control back to the
20+
Supervisor, which is
21+
22+
the behavior observed in an Engine bug with infinite pull retries with a
23+
bad network.
24+
footer:
25+
Change-type: minor
26+
change-type: minor
27+
Signed-off-by: Christina Ying Wang <[email protected]>
28+
signed-off-by: Christina Ying Wang <[email protected]>
29+
author: Christina Ying Wang
30+
nested: []
31+
version: 17.1.0
32+
title: ""
33+
date: 2025-05-28T15:42:41.610Z
134
- commits:
235
- subject: Exclude reclaimable slab memory from used memory metric
336
hash: 49e91a2639fbee6333fbf3ea52d8d6a7acfd705d

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.1.0
8+
## (2025-05-28)
9+
10+
* Support target state apply cancellation [Christina Ying Wang]
11+
712
# v17.0.5
813
## (2025-05-27)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.0.5
1+
17.1.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.0.5
5+
version: 17.1.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.0.5",
4+
"version": "17.1.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-05-27T15:32:22.107Z"
140+
"publishedAt": "2025-05-28T15:42:42.163Z"
141141
}
142142
}

0 commit comments

Comments
 (0)