Skip to content

Commit bbf6901

Browse files
v17.6.12
1 parent 2004ae3 commit bbf6901

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: Remove legacy tests as they are not being run and no longer work
3+
hash: ef00b34d9b1db588a265103893c94922c84173be
4+
body: |
5+
They have been unable to run since 2024-12-06 when a source file was
6+
moved and the import was not updated
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
author: Pagan Gazzard
11+
nested: []
12+
version: 17.6.12
13+
title: ""
14+
date: 2026-03-18T15:45:31.738Z
115
- commits:
216
- subject: Update to nodejs 24.x, alpine 3.23
317
hash: 6e8d0aca0ab590d069b245da5de9d1c85436bf21

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.12
8+
## (2026-03-18)
9+
10+
* Remove legacy tests as they are not being run and no longer work [Pagan Gazzard]
11+
712
# v17.6.11
813
## (2026-03-18)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.6.11
1+
17.6.12

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.11
5+
version: 17.6.12
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.11",
4+
"version": "17.6.12",
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-18T15:05:42.611Z"
140+
"publishedAt": "2026-03-18T15:45:32.281Z"
141141
}
142142
}

0 commit comments

Comments
 (0)