Skip to content

Commit 14d4b13

Browse files
v17.1.1
1 parent 696902a commit 14d4b13

File tree

6 files changed

+53
-6
lines changed

6 files changed

+53
-6
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
- commits:
2+
- subject: Remove memory healthcheck
3+
hash: 8ffdba7d187a00d846d2c76c3416a45e02bf0e93
4+
body: >
5+
Supervisor has had memory leaks removed since v16.5.1, with latest
6+
tested
7+
8+
version being v16.7.1. Furthermore, on recent reported instances of
9+
memory healthcheck
10+
11+
triggering on support, we've snapshotted the heap before & after on
12+
devices multiple times
13+
14+
without finding any evidence of memory leaks in the snapshots.
15+
16+
17+
Therefore, it's hypothesized that the heuristic for determining starting
18+
memory may
19+
20+
be flawed in that it's not waiting long enough after system startup, or
21+
it may
22+
23+
run right after garbage collection has happened. Because of the
24+
variability and
25+
26+
difficulty of ascertaining these factors, we suspect an inaccurate
27+
memory
28+
29+
baseline may be the cause of the instances of false positives on
30+
support.
31+
footer:
32+
See: https://balena.zulipchat.com/#narrow/channel/403752-channel.2Fsupport-help/topic/supervisor.20memory.20usage.20above.20threadhold/near/520640885
33+
see: https://balena.zulipchat.com/#narrow/channel/403752-channel.2Fsupport-help/topic/supervisor.20memory.20usage.20above.20threadhold/near/520640885
34+
Change-type: patch
35+
change-type: patch
36+
Signed-off-by: Christina Ying Wang <[email protected]>
37+
signed-off-by: Christina Ying Wang <[email protected]>
38+
author: Christina Ying Wang
39+
nested: []
40+
version: 17.1.1
41+
title: ""
42+
date: 2025-06-09T13:58:34.068Z
143
- commits:
244
- subject: Support target state apply cancellation
345
hash: 8c691662712d1b93264260bf6c7ded8d51bd7d55

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.1
8+
## (2025-06-09)
9+
10+
* Remove memory healthcheck [Christina Ying Wang]
11+
712
# v17.1.0
813
## (2025-05-28)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.1.0
1+
17.1.1

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.0
5+
version: 17.1.1
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.0",
4+
"version": "17.1.1",
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-28T15:42:42.163Z"
140+
"publishedAt": "2025-06-09T13:58:34.624Z"
141141
}
142142
}

0 commit comments

Comments
 (0)