Skip to content

Commit 1d34d90

Browse files
v17.0.5
1 parent d3801b2 commit 1d34d90

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: Exclude reclaimable slab memory from used memory metric
3+
hash: 49e91a2639fbee6333fbf3ea52d8d6a7acfd705d
4+
body: |
5+
Aligns metric value with used memory reported by the free and htop
6+
utilities.
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
author: Ken Bannister
11+
nested: []
12+
version: 17.0.5
13+
title: ""
14+
date: 2025-05-27T15:32:21.540Z
115
- commits:
216
- subject: Remove unsupported fields from contract requirements
317
hash: 4318272844c7067288675ca6a2b0f4d0175c3ae1

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.0.5
8+
## (2025-05-27)
9+
10+
* Exclude reclaimable slab memory from used memory metric [Ken Bannister]
11+
712
# v17.0.4
813
## (2025-05-22)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.0.4
1+
17.0.5

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.4
5+
version: 17.0.5
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.4",
4+
"version": "17.0.5",
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-22T18:47:28.329Z"
140+
"publishedAt": "2025-05-27T15:32:22.107Z"
141141
}
142142
}

0 commit comments

Comments
 (0)