Skip to content

Commit 31040c7

Browse files
v17.6.5
1 parent bfa6fde commit 31040c7

File tree

6 files changed

+23
-6
lines changed

6 files changed

+23
-6
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: "Tests: add nodejs 24 to the automated nodejs test matrix"
3+
hash: cb31b637b160478267e37e771b2f4b39aeb3d571
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Pagan Gazzard
9+
nested: []
10+
version: 17.6.5
11+
title: ""
12+
date: 2026-03-16T19:29:14.409Z
113
- commits:
214
- subject: "mount-partitions: create data directory"
315
hash: ed4406538db54c7d8be6d7e0c596f1db8007742d

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.6.5
8+
## (2026-03-16)
9+
10+
* Tests: add nodejs 24 to the automated nodejs test matrix [Pagan Gazzard]
11+
712
# v17.6.4
813
## (2026-03-11)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.6.4
1+
17.6.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.6.4
5+
version: 17.6.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.6.4",
4+
"version": "17.6.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": "2026-03-11T14:32:12.588Z"
140+
"publishedAt": "2026-03-16T19:29:14.933Z"
141141
}
142142
}

0 commit comments

Comments
 (0)